| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 3 | -30/+17 |
| 6 days | Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 114 | -724/+1329 |
| 6 days | vlan: defer real device state propagation to netdev_work | Jakub Kicinski | 4 | -68/+80 |
| 6 days | net: add the driver-facing netdev_work scheduling API | Jakub Kicinski | 1 | -18/+63 |
| 6 days | net: turn the rx_mode work into a generic netdev_work facility | Jakub Kicinski | 5 | -76/+132 |
| 6 days | net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link() | Jakub Kicinski | 1 | -0/+4 |
| 6 days | rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotate | David Howells | 1 | -0/+3 |
| 6 days | rxrpc: Fix leak of released call in recvmsg(MSG_PEEK) | David Howells | 1 | -2/+1 |
| 6 days | rxrpc: Fix socket notification race | David Howells | 1 | -2/+0 |
| 6 days | rxrpc: Fix potential infinite loop in rxrpc_recvmsg() | David Howells | 1 | -1/+2 |
| 6 days | rxrpc: Fix oob challenge leak in cleanup after notification failure | David Howells | 3 | -6/+14 |
| 6 days | rxrpc: Fix the reception of a reply packet before data transmission | David Howells | 1 | -3/+10 |
| 6 days | rxrpc: Fix double unlock in rxrpc_recvmsg() | David Howells | 1 | -1/+1 |
| 6 days | rxrpc: Fix leak of connection from OOB challenge | David Howells | 1 | -0/+5 |
| 6 days | rxrpc: Fix ACKALL packet handling | Wyatt Feng | 6 | -7/+30 |
| 6 days | tipc: avoid busy looping in tipc_exit_net() | Eric Dumazet | 2 | -3/+5 |
| 6 days | tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy() | Eric Dumazet | 1 | -4/+11 |
| 6 days | openvswitch: conntrack: annotate ct limit hlist traversal | Runyu Xiao | 1 | -1/+2 |
| 6 days | net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync | Eric Dumazet | 1 | -1/+1 |
| 6 days | Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 13 | -48/+95 |
| 6 days | net/tcp-ao: fix use-after-free of key in del_async path | HanQuan | 1 | -0/+4 |
| 7 days | ipv6: fix missing notification for ignore_routes_with_linkdown | Fernando Fernandez Mancera | 1 | -6/+12 |
| 7 days | ipv6: fix state corruption during proxy_ndp sysctl restart | Fernando Fernandez Mancera | 1 | -7/+7 |
| 7 days | ipv6: fix error handling in disable_policy sysctl | Fernando Fernandez Mancera | 1 | -0/+2 |
| 7 days | ipv6: fix error handling in forwarding sysctl | Fernando Fernandez Mancera | 1 | -1/+3 |
| 7 days | ipv6: fix error handling in ignore_routes_with_linkdown sysctl | Fernando Fernandez Mancera | 1 | -0/+2 |
| 7 days | ipv6: fix error handling in disable_ipv6 sysctl | Fernando Fernandez Mancera | 1 | -0/+2 |
| 7 days | sctp: fix err_chunk memory leaks in INIT handling | Xin Long | 1 | -0/+5 |
| 7 days | net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle | Jamal Hadi Salim | 1 | -0/+3 |
| 7 days | net: lwtunnel: Drop skb metadata before LWT encapsulation | Jakub Sitnicki | 1 | -0/+6 |
| 7 days | Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 7 | -93/+349 |
| 8 days | Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 8 | -74/+64 |
| 8 days | net: do not acquire dev->tx_global_lock in netdev_watchdog_up() | Eric Dumazet | 1 | -5/+2 |
| 8 days | net, bpf: check master for NULL in xdp_master_redirect() | Xiang Mei | 1 | -1/+1 |
| 8 days | netfilter: nf_conntrack_helper: cap maximum number of expectation at helper r... | Pablo Neira Ayuso | 2 | -4/+8 |
| 8 days | netfilter: nft_ct: expectation timeouts are passed in milliseconds | Florian Westphal | 1 | -3/+18 |
| 8 days | netfilter: nf_conntrack_expect: run expectation eviction with no helper | Pablo Neira Ayuso | 1 | -0/+7 |
| 8 days | netfilter: nf_conntrack_expect: store master_tuple in expectation | Pablo Neira Ayuso | 3 | -6/+7 |
| 8 days | netfilter: conntrack: add deprecation warnings for irc and pptp trackers | Florian Westphal | 3 | -5/+10 |
| 8 days | netfilter: ctnetlink: do not allow to reset helper on existing conntrack | Pablo Neira Ayuso | 1 | -13/+0 |
| 8 days | netfilter: nft_compat: ebtables emulation must reject non-bridge targets | Florian Westphal | 1 | -3/+21 |
| 8 days | netfilter: nft_synproxy: stop bypassing the priv->info snapshot | Runyu Xiao | 1 | -5/+4 |
| 8 days | netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto() | Lorenzo Bianconi | 1 | -3/+5 |
| 8 days | netfilter: nf_conncount: prevent connlimit drops for early confirmed ct | Fernando Fernandez Mancera | 1 | -6/+5 |
| 8 days | netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init() | Mathias Krause | 1 | -0/+10 |
| 8 days | ipv6: Fix null-ptr-deref in fib6_nh_mtu_change(). | Xiang Mei | 1 | -0/+3 |
| 9 days | bpf: Guard conntrack opts error writes | Yiyang Chen | 1 | -22/+13 |
| 9 days | Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 24 | -192/+233 |
| 9 days | bpf: zero-initialize the fib lookup flow struct | Avinash Duduskar | 1 | -2/+2 |
| 9 days | bpf: Fix partial copy of non-linear test_run output | Sun Jian | 1 | -6/+2 |
| 10 days | ipv6: ioam: fix type confusion of dst_entry | Jiayuan Chen | 1 | -4/+4 |
| 10 days | ipv6: account for fraggap on the paged allocation path | Wongi Lee | 1 | -6/+3 |
| 10 days | ipv4: account for fraggap on the paged allocation path | Wongi Lee | 1 | -5/+2 |
| 10 days | net/sched: dualpi2: fix GSO backlog accounting | Xingquan Liu | 1 | -6/+5 |
| 10 days | ipv6: ndisc: fix NULL deref in accept_untracked_na() | Weiming Shi | 1 | -5/+3 |
| 10 days | net: sit: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 10 days | net/sched: act_ct: fix nf_connlabels leak on two error paths | Michael Bommarito | 1 | -2/+4 |
| 10 days | Merge tag 'ieee802154-for-net-next-2026-06-20' of git://git.kernel.org/pub/sc... | Jakub Kicinski | 6 | -42/+84 |
| 10 days | Merge tag 'batadv-net-pullrequest-20260619' of https://git.open-mesh.org/batadv | Jakub Kicinski | 12 | -79/+270 |
| 10 days | tipc: fix use-after-free of the discoverer in tipc_disc_rcv() | Weiming Shi | 2 | -2/+17 |
| 10 days | Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 5 | -9/+30 |
| 10 days | 9p: Add missing read barrier in virtio zero-copy path | Gui-Dong Han | 1 | -0/+5 |
| 10 days | net/9p: Replace strlen() strcpy() pair with strscpy() | David Laight | 1 | -4/+2 |
| 10 days | net/9p: fix race condition on rdma->state in trans_rdma.c | Yizhou Zhao | 1 | -2/+17 |
| 10 days | 9p: avoid putting oldfid in p9_client_walk() error path | Yizhou Zhao | 1 | -1/+2 |
| 11 days | netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak | Florian Westphal | 1 | -1/+3 |
| 11 days | netfilter: nf_conntrack_expect: use conntrack GC to reap expectations | Pablo Neira Ayuso | 7 | -105/+125 |
| 11 days | netfilter: nf_reject: skip iphdr options when looking for icmp header | Florian Westphal | 1 | -1/+1 |
| 11 days | netfilter: nft_flow_offload: zero device address for non-ether case | Florian Westphal | 1 | -1/+3 |
| 11 days | netfilter: nft_meta_bridge: add validate callback for get operations | Florian Westphal | 2 | -3/+21 |
| 11 days | netfilter: nft_payload: reject offsets exceeding 65535 bytes | Florian Westphal | 1 | -3/+13 |
| 11 days | netfilter: ipset: make sure gc is properly stopped | Jozsef Kadlecsik | 1 | -1/+1 |
| 11 days | netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer() | Jozsef Kadlecsik | 1 | -2/+2 |
| 11 days | netfilter: ipset: Don't use test_bit() in lockless RCU readers in bitmap types | Jozsef Kadlecsik | 4 | -4/+6 |
| 11 days | netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types | Jozsef Kadlecsik | 1 | -5/+5 |
| 12 days | ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict validation | Michael Bommarito | 2 | -10/+19 |
| 12 days | ieee802154: admin-gate legacy LLSEC dump operations | Michael Bommarito | 2 | -8/+16 |
| 12 days | mac802154: Prevent overwrite return code in mac802154_perform_association() | Robertus Diawan Chris | 1 | -0/+1 |
| 12 days | ieee802154: fix kernel-infoleak in dgram_recvmsg() | Aleksandr Nogikh | 1 | -3/+6 |
| 12 days | mac802154: llsec: add skb_cow_data() before in-place crypto | Doruk Tan Ozturk | 1 | -0/+14 |
| 12 days | ieee802154: Remove WARN_ON() in cfg802154_pernet_exit() | Ivan Abramov | 1 | -1/+1 |
| 12 days | ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns() | Ivan Abramov | 1 | -3/+5 |
| 12 days | ieee802154: Restore initial state on failed device_rename() in cfg802154_swit... | Ivan Abramov | 1 | -19/+24 |
| 12 days | Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 12 days | netfilter: flowtable: fix and simplify IP6IP6 tunnel handling | Lorenzo Bianconi | 2 | -61/+26 |
| 12 days | netfilter: xt_cluster: reject template conntracks in hash match | Wyatt Feng | 1 | -1/+1 |
| 12 days | netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dst | Haoze Xie | 2 | -0/+17 |
| 12 days | netfilter: flowtable: fix offloaded ct timeout never being extended | Adrian Bente | 1 | -4/+9 |
| 12 days | tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done | Doruk Tan Ozturk | 1 | -0/+9 |
| 12 days | net: rds: check cmsg_len before reading rds_rdma_args in size pass | Michael Bommarito | 1 | -0/+2 |
| 12 days | flow_dissector: check device type before reading ETH_ADDRS | Yun Zhou | 1 | -2/+10 |
| 12 days | devlink: Fix parent ref leak on tc-bw failure | Cosmin Ratiu | 1 | -6/+9 |
| 12 days | devlink: Fix parent ref leak in devl_rate_node_create() | Cosmin Ratiu | 1 | -5/+5 |
| 12 days | net: llc: make empty have static storage duration | Wentao Guan | 1 | -1/+1 |
| 12 days | net/sched: act_ct: preserve tc_skb_cb across defragmentation | Zihan Xi | 1 | -3/+4 |
| 13 days | Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 27 | -4211/+1513 |
| 14 days | sctp: hold socket lock when dumping endpoints in sctp_diag | Xin Long | 2 | -42/+54 |
| 14 days | net: psample: fix info leak in PSAMPLE_ATTR_DATA | Jakub Kicinski | 1 | -2/+4 |
| 14 days | net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes | Wyatt Feng | 2 | -4/+10 |
| 14 days | netdev-genl: report NAPI thread PID in the caller's pid namespace | Maoyi Xie | 1 | -1/+3 |
| 14 days | xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 14 days | net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 14 days | net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+6 |
| 14 days | net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 14 days | net: ip_vti: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 14 days | net: ipip: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 1 | -0/+3 |
| 14 days | net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink | Maoyi Xie | 2 | -0/+14 |
| 2026-06-17 | xfrm: validate selector family and prefixlen during match | Eric Dumazet | 1 | -0/+3 |
| 2026-06-17 | espintcp: use sk_msg_free_partial to fix partial send | Sabrina Dubroca | 1 | -27/+7 |
| 2026-06-17 | xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[] | Eric Dumazet | 2 | -21/+21 |
| 2026-06-17 | xfrm: Fix xfrm state cache insertion race | Herbert Xu | 1 | -7/+14 |
| 2026-06-17 | Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | 5 | -53/+167 |
| 2026-06-17 | Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 503 | -12829/+13226 |
| 2026-06-16 | ipv4: fib_rule: Move fib4_rules_exit() to ->exit(). | Kuniyuki Iwashima | 2 | -13/+8 |
| 2026-06-16 | net: serialize netif_running() check in enqueue_to_backlog() | Eric Dumazet | 1 | -2/+4 |
| 2026-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 29 | -61/+297 |
| 2026-06-16 | net: skmsg: preserve sg.copy across SG transforms | Yiming Qian | 3 | -0/+33 |
| 2026-06-16 | appletalk: move the protocol out of tree | Jakub Kicinski | 9 | -3439/+0 |
| 2026-06-16 | appletalk: stop storing per-interface state in struct net_device | Jakub Kicinski | 1 | -5/+43 |
| 2026-06-16 | tls: remove dead sockmap (psock) handling from the SW path | Jakub Kicinski | 3 | -428/+31 |
| 2026-06-16 | tls: reject the combination of TLS and sockmap | Jakub Kicinski | 1 | -0/+11 |
| 2026-06-16 | atm: remove orphaned uAPI for deleted drivers, protocols and SVCs | Jakub Kicinski | 1 | -1/+0 |
| 2026-06-16 | atm: remove the unused pre_send and send_bh device operations | Jakub Kicinski | 2 | -12/+1 |
| 2026-06-16 | atm: remove the unused change_qos device operation | Jakub Kicinski | 1 | -23/+2 |
| 2026-06-16 | atm: remove SVC socket support and the signaling daemon interface | Jakub Kicinski | 11 | -1150/+9 |
| 2026-06-16 | atm: remove the local ATM (NSAP) address registry | Jakub Kicinski | 8 | -275/+2 |
| 2026-06-16 | atm: remove dead SONET PHY ioctls | Jakub Kicinski | 2 | -18/+0 |
| 2026-06-16 | atm: remove the unused send_oam / push_oam callbacks | Jakub Kicinski | 2 | -3/+0 |
| 2026-06-16 | atm: remove AAL3/4 transport support | Jakub Kicinski | 3 | -20/+0 |
| 2026-06-16 | Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -6/+2 |
| 2026-06-16 | Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2 | -15/+16 |
| 2026-06-15 | tcp: rehash onto different local ECMP path on retransmit timeout | Neil Spring | 8 | -9/+46 |
| 2026-06-15 | Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 42 | -217/+447 |
| 2026-06-15 | tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF) | Eric Dumazet | 1 | -3/+3 |
| 2026-06-15 | tipc: fix UAF in tipc_l2_send_msg() | Eric Dumazet | 1 | -0/+1 |
| 2026-06-15 | devlink: Warn on resource ID collision with PARENT_TOP | David Yang | 1 | -0/+2 |
| 2026-06-15 | ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -17/+12 |
| 2026-06-15 | ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2026-06-15 | ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL. | Kuniyuki Iwashima | 1 | -4/+7 |
| 2026-06-15 | ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2026-06-15 | ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle. | Kuniyuki Iwashima | 1 | -8/+2 |
| 2026-06-15 | Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+18 |
| 2026-06-14 | bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check | Sechang Lim | 1 | -2/+2 |
| 2026-06-14 | sockmap: Fix use-after-free in udp_bpf_recvmsg() | Kuniyuki Iwashima | 1 | -0/+9 |
| 2026-06-14 | bpf, sockmap: keep sk_msg copy state in sync | Zhang Cen | 1 | -5/+83 |
| 2026-06-14 | bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data() | Weiming Shi | 1 | -1/+1 |
| 2026-06-14 | bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data() | Weiming Shi | 1 | -0/+3 |
| 2026-06-14 | bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socket | Leon Hwang | 1 | -1/+14 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+9 |
| 2026-06-14 | net/sched: act_csum: don't mangle UDP tunnel GSO packets | Alice Mikityanska | 1 | -2/+6 |
| 2026-06-14 | netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them | Pablo Neira Ayuso | 2 | -14/+18 |
| 2026-06-14 | netfilter: flowtable: bail out if forward path cannot be discovered | Pablo Neira Ayuso | 1 | -35/+46 |
| 2026-06-14 | netfilter: conntrack: check NULL when retrieving ct extension | Pablo Neira Ayuso | 13 | -27/+156 |
| 2026-06-14 | netfilter: nf_conncount: gc and rcu fixes | Florian Westphal | 1 | -22/+32 |
| 2026-06-14 | netfilter: nf_conncount: add sequence counter to detect tree modifications | Florian Westphal | 1 | -0/+19 |
| 2026-06-14 | netfilter: nf_conncount: split count_tree_node rbtree walk into helper | Florian Westphal | 1 | -40/+62 |
| 2026-06-14 | netfilter: nf_conncount: use per nf_conncount_data spinlocks | Florian Westphal | 1 | -29/+34 |
| 2026-06-14 | netfilter: nf_conncount: callers must hold rcu read lock | Florian Westphal | 2 | -4/+4 |
| 2026-06-14 | netfilter: nf_tables: use DEBUG_NET_WARN_ON_ONCE in packet and control paths | Fernando Fernandez Mancera | 22 | -46/+76 |
| 2026-06-14 | ipvs: Replace use of system_unbound_wq with system_dfl_long_wq | Marco Crivellari | 2 | -7/+7 |
| 2026-06-14 | batman-adv: tvlv: avoid race of cifsnotfound handler state | Sven Eckelmann | 2 | -13/+57 |
| 2026-06-14 | batman-adv: tvlv: enforce 2-byte alignment | Sven Eckelmann | 4 | -2/+32 |
| 2026-06-14 | kcm: use WRITE_ONCE() when changing lower socket callbacks | Runyu Xiao | 1 | -4/+4 |
| 2026-06-14 | batman-adv: dat: prevent false sharing between VLANs | Sven Eckelmann | 1 | -3/+9 |
| 2026-06-14 | batman-adv: tt: track roam count per VID | Sven Eckelmann | 2 | -2/+10 |
| 2026-06-14 | batman-adv: tt: don't merge change entries with different VIDs | Sven Eckelmann | 1 | -0/+3 |
| 2026-06-13 | net: ife: require ETH_HLEN to be pullable in ife_decode() | Yong Wang | 1 | -1/+1 |
| 2026-06-13 | devlink: Implement devlink param multi attribute nested data values | Saeed Mahameed | 2 | -1/+34 |
| 2026-06-13 | devlink: heap-allocate param fill buffers in devlink_nl_param_fill | Ratheesh Kannoth | 1 | -16/+46 |
| 2026-06-13 | tipc: restrict socket queue dumps in enqueue tracepoints | Li Xiasong | 1 | -3/+3 |
| 2026-06-13 | ipv4: handle devconf post-set actions on netlink updates | Fernando Fernandez Mancera | 1 | -2/+27 |
| 2026-06-13 | ipv4: centralize devconf sysctl handling | Fernando Fernandez Mancera | 1 | -59/+68 |
| 2026-06-13 | tcp: refine tcp_sequence() for the FIN exception | Eric Dumazet | 1 | -3/+5 |
| 2026-06-13 | Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 8 | -125/+548 |
| 2026-06-13 | vsock: fold sk_acceptq_removed() into vsock_remove_pending() | Raf Dickson | 2 | -5/+2 |
| 2026-06-13 | vsock: fold sk_acceptq_added() into vsock_enqueue_accept() | Raf Dickson | 3 | -2/+1 |
| 2026-06-13 | vsock: fold sk_acceptq_added() into vsock_add_pending() | Raf Dickson | 2 | -1/+1 |
| 2026-06-13 | vsock: introduce vsock_pending_to_accept() helper | Raf Dickson | 2 | -2/+11 |
| 2026-06-13 | vsock: use sk_acceptq_is_full() helper in all transports | Raf Dickson | 2 | -2/+2 |
| 2026-06-13 | batman-adv: tp_meter: handle overlapping packets | Sven Eckelmann | 1 | -14/+11 |
| 2026-06-13 | batman-adv: tp_meter: prevent parallel modifications of last_recv | Sven Eckelmann | 2 | -10/+14 |
| 2026-06-13 | batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCE | Sven Eckelmann | 1 | -4/+4 |
| 2026-06-13 | batman-adv: tp_meter: restrict number of unacked list entries | Sven Eckelmann | 2 | -1/+25 |
| 2026-06-13 | batman-adv: v: prevent OGM aggregation on disabled hardif | Sven Eckelmann | 3 | -0/+19 |
| 2026-06-13 | batman-adv: frag: avoid underflow of TTL | Sven Eckelmann | 1 | -0/+7 |
| 2026-06-13 | batman-adv: frag: ensure fragment is writable before modifying TTL | Sven Eckelmann | 3 | -4/+17 |
| 2026-06-13 | batman-adv: fix (m|b)cast csum after decrementing TTL | Sven Eckelmann | 1 | -2/+56 |
| 2026-06-13 | batman-adv: ensure bcast is writable before modifying TTL | Sven Eckelmann | 1 | -0/+6 |
| 2026-06-13 | batman-adv: gw: don't deselect gateway with active hardif | Sven Eckelmann | 1 | -26/+2 |
| 2026-06-12 | net: qrtr: fix 32-bit integer overflow in qrtr_endpoint_post() | Michael Bommarito | 1 | -1/+1 |
| 2026-06-12 | psp: add a new netdev event for dev unregister | Wei Wang | 5 | -1/+109 |
| 2026-06-12 | psp: add new netlink cmd for dev-assoc and dev-disassoc | Wei Wang | 5 | -10/+365 |
| 2026-06-12 | psp: add admin/non-admin version of psp_device_get_locked | Wei Wang | 5 | -13/+35 |
| 2026-06-12 | net: bridge: use atomic ops to read/change p->flags (III) | Eric Dumazet | 6 | -11/+12 |
| 2026-06-12 | net: bridge: use atomic ops to read/change p->flags (II) | Eric Dumazet | 4 | -21/+21 |
| 2026-06-12 | net: bridge: use atomic ops to read/change p->flags (I) | Eric Dumazet | 3 | -23/+16 |
| 2026-06-12 | bridge: use atomic ops to read/change p->flags in br_netlink.c | Eric Dumazet | 1 | -40/+51 |
| 2026-06-12 | bridge: use atomic ops to read/change p->flags in sysfs | Eric Dumazet | 1 | -28/+32 |
| 2026-06-12 | net/sched: sch_dualpi2: Add missing module alias | Victor Nogueira | 1 | -0/+1 |
| 2026-06-12 | ipv6: Honor oif when choosing nexthop for locally generated traffic | Ido Schimmel | 1 | -1/+4 |