summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-17xfrm: validate selector family and prefixlen during matchEric Dumazet1-0/+3
2026-06-17espintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-27/+7
2026-06-17xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet2-21/+21
2026-06-17xfrm: Fix xfrm state cache insertion raceHerbert Xu1-7/+14
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds5-53/+167
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds503-12829/+13226
2026-06-16ipv4: fib_rule: Move fib4_rules_exit() to ->exit().Kuniyuki Iwashima2-13/+8
2026-06-16net: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet1-2/+4
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-61/+297
2026-06-16net: skmsg: preserve sg.copy across SG transformsYiming Qian3-0/+33
2026-06-16appletalk: move the protocol out of treeJakub Kicinski9-3439/+0
2026-06-16appletalk: stop storing per-interface state in struct net_deviceJakub Kicinski1-5/+43
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski3-428/+31
2026-06-16tls: reject the combination of TLS and sockmapJakub Kicinski1-0/+11
2026-06-16atm: remove orphaned uAPI for deleted drivers, protocols and SVCsJakub Kicinski1-1/+0
2026-06-16atm: remove the unused pre_send and send_bh device operationsJakub Kicinski2-12/+1
2026-06-16atm: remove the unused change_qos device operationJakub Kicinski1-23/+2
2026-06-16atm: remove SVC socket support and the signaling daemon interfaceJakub Kicinski11-1150/+9
2026-06-16atm: remove the local ATM (NSAP) address registryJakub Kicinski8-275/+2
2026-06-16atm: remove dead SONET PHY ioctlsJakub Kicinski2-18/+0
2026-06-16atm: remove the unused send_oam / push_oam callbacksJakub Kicinski2-3/+0
2026-06-16atm: remove AAL3/4 transport supportJakub Kicinski3-20/+0
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-6/+2
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-15/+16
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring8-9/+46
2026-06-15Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski42-217/+447
2026-06-15tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet1-3/+3
2026-06-15tipc: fix UAF in tipc_l2_send_msg()Eric Dumazet1-0/+1
2026-06-15devlink: Warn on resource ID collision with PARENT_TOPDavid Yang1-0/+2
2026-06-15ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima1-17/+12
2026-06-15ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net.Kuniyuki Iwashima1-1/+2
2026-06-15ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL.Kuniyuki Iwashima1-4/+7
2026-06-15ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit().Kuniyuki Iwashima1-2/+2
2026-06-15ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle.Kuniyuki Iwashima1-8/+2
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-6/+18
2026-06-14bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim1-2/+2
2026-06-14sockmap: Fix use-after-free in udp_bpf_recvmsg()Kuniyuki Iwashima1-0/+9
2026-06-14bpf, sockmap: keep sk_msg copy state in syncZhang Cen1-5/+83
2026-06-14bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()Weiming Shi1-1/+1
2026-06-14bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi1-0/+3
2026-06-14bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang1-1/+14
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+9
2026-06-14net/sched: act_csum: don't mangle UDP tunnel GSO packetsAlice Mikityanska1-2/+6
2026-06-14netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use themPablo Neira Ayuso2-14/+18
2026-06-14netfilter: flowtable: bail out if forward path cannot be discoveredPablo Neira Ayuso1-35/+46
2026-06-14netfilter: conntrack: check NULL when retrieving ct extensionPablo Neira Ayuso13-27/+156
2026-06-14netfilter: nf_conncount: gc and rcu fixesFlorian Westphal1-22/+32
2026-06-14netfilter: nf_conncount: add sequence counter to detect tree modificationsFlorian Westphal1-0/+19
2026-06-14netfilter: nf_conncount: split count_tree_node rbtree walk into helperFlorian Westphal1-40/+62
2026-06-14netfilter: nf_conncount: use per nf_conncount_data spinlocksFlorian Westphal1-29/+34