summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-01mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)
2024-08-01mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)
2024-08-01mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)
2024-08-01net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman
2024-08-01RDS: IB: Remove unused declarationsYue Haibing
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima
2024-07-31Add support for PIO p flagPatrick Rohr
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman
2024-07-31l2tp: free sessions using rcuJames Chapman
2024-07-31l2tp: delete sessions using work queueJames Chapman
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman
2024-07-30net/tcp: Expand goo.gl linkDr. David Alan Gilbert
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park