summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-17xfrm: Fix xfrm state cache insertion raceHerbert Xu
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-16ipv4: fib_rule: Move fib4_rules_exit() to ->exit().Kuniyuki Iwashima
2026-06-16net: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-16net: skmsg: preserve sg.copy across SG transformsYiming Qian
2026-06-16appletalk: move the protocol out of treeJakub Kicinski
2026-06-16appletalk: stop storing per-interface state in struct net_deviceJakub Kicinski
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski
2026-06-16tls: reject the combination of TLS and sockmapJakub Kicinski
2026-06-16atm: remove orphaned uAPI for deleted drivers, protocols and SVCsJakub Kicinski
2026-06-16atm: remove the unused pre_send and send_bh device operationsJakub Kicinski
2026-06-16atm: remove the unused change_qos device operationJakub Kicinski
2026-06-16atm: remove SVC socket support and the signaling daemon interfaceJakub Kicinski
2026-06-16atm: remove the local ATM (NSAP) address registryJakub Kicinski
2026-06-16atm: remove dead SONET PHY ioctlsJakub Kicinski
2026-06-16atm: remove the unused send_oam / push_oam callbacksJakub Kicinski
2026-06-16atm: remove AAL3/4 transport supportJakub Kicinski
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring
2026-06-15Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-15tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet
2026-06-15tipc: fix UAF in tipc_l2_send_msg()Eric Dumazet
2026-06-15devlink: Warn on resource ID collision with PARENT_TOPDavid Yang
2026-06-15ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-06-15ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net.Kuniyuki Iwashima
2026-06-15ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL.Kuniyuki Iwashima
2026-06-15ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit().Kuniyuki Iwashima
2026-06-15ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle.Kuniyuki Iwashima
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-14bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim
2026-06-14sockmap: Fix use-after-free in udp_bpf_recvmsg()Kuniyuki Iwashima
2026-06-14bpf, sockmap: keep sk_msg copy state in syncZhang Cen
2026-06-14bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()Weiming Shi
2026-06-14bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi
2026-06-14bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-14net/sched: act_csum: don't mangle UDP tunnel GSO packetsAlice Mikityanska
2026-06-14netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use themPablo Neira Ayuso
2026-06-14netfilter: flowtable: bail out if forward path cannot be discoveredPablo Neira Ayuso
2026-06-14netfilter: conntrack: check NULL when retrieving ct extensionPablo Neira Ayuso
2026-06-14netfilter: nf_conncount: gc and rcu fixesFlorian Westphal
2026-06-14netfilter: nf_conncount: add sequence counter to detect tree modificationsFlorian Westphal
2026-06-14netfilter: nf_conncount: split count_tree_node rbtree walk into helperFlorian Westphal
2026-06-14netfilter: nf_conncount: use per nf_conncount_data spinlocksFlorian Westphal
2026-06-14netfilter: nf_conncount: callers must hold rcu read lockFlorian Westphal
2026-06-14netfilter: nf_tables: use DEBUG_NET_WARN_ON_ONCE in packet and control pathsFernando Fernandez Mancera
2026-06-14ipvs: Replace use of system_unbound_wq with system_dfl_long_wqMarco Crivellari