index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
6 days
wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure
Felix Fietkau
11 days
net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()
Eric Dumazet
11 days
netfilter: nfnetlink_queue: make hash table per queue
Florian Westphal
11 days
xsk: fix XDP_UMEM_SG_FLAG issues
Maciej Fijalkowski
11 days
xsk: respect tailroom for ZC setups
Maciej Fijalkowski
11 days
net: increase IP_TUNNEL_RECURSION_LIMIT to 5
Chris J Arges
2026-04-18
netfilter: nft_ct: fix use-after-free in timeout object destroy
Tuan Do
2026-04-11
netfilter: nf_conntrack_expect: store netns and zone in expectation
Pablo Neira Ayuso
2026-04-11
netfilter: nf_conntrack_expect: honor expectation helper field
Pablo Neira Ayuso
2026-04-02
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
2026-04-02
ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.
Kuniyuki Iwashima
2026-03-25
udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n
Xiang Mei
2026-03-25
clsact: Fix use-after-free in init/destroy rollback asymmetry
Daniel Borkmann
2026-03-25
net/sched: teql: Fix double-free in teql_master_xmit
Jamal Hadi Salim
2026-03-25
nf_tables: nft_dynset: fix possible stateful expression memleak in error path
Pablo Neira Ayuso
2026-03-25
net: dsa: properly keep track of conduit reference
Vladimir Oltean
2026-03-25
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
2026-03-25
net: prevent NULL deref in ip[6]tunnel_xmit()
Eric Dumazet
2026-03-25
net: add xmit recursion limit to tunnel xmit functions
Weiming Shi
2026-03-25
xdp: allow attaching already registered memory model to xdp_rxq_info
Alexander Lobakin
2026-03-13
net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Victor Nogueira
2026-03-13
xsk: introduce helper to determine rxq->frag_size
Larysa Zaremba
2026-03-13
net/sched: act_ife: Fix metalist update behavior
Jamal Hadi Salim
2026-03-13
netfilter: nft_set_pipapo: split gc into unlink and reclaim phase
Florian Westphal
2026-03-13
net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscs
Koichiro Den
2026-03-13
net: ipv4: fix ARM64 alignment fault in multipath hash seed
Yung Chih Su
2026-03-13
bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded
Jiayuan Chen
2026-03-13
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
2026-03-13
xsk: s/free_list_node/list_node/
Maciej Fijalkowski
2026-03-13
xsk: Get rid of xdp_buff_xsk::xskb_list_node
Maciej Fijalkowski
2026-03-04
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
2026-03-04
Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
Luiz Augusto von Dentz
2026-03-04
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
2026-03-04
ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()
Eric Dumazet
2026-03-04
inet: move icmp_global_{credit,stamp} to a separate cache line
Eric Dumazet
2026-03-04
ipv6: fix a race in ip6_sock_set_v6only()
Eric Dumazet
2026-03-04
netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation
Florian Westphal
2026-03-04
netfilter: nfnetlink_queue: optimize verdict lookup with hash table
Scott Mitchell
2026-03-04
netfilter: nf_conncount: increase the connection clean up limit to 64
Fernando Fernandez Mancera
2026-02-12
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
2026-02-06
net: mana: Change the function signature of mana_get_primary_netdev_rcu
Long Li
2026-02-06
nfc: nci: Fix race between rfkill and nci_unregister_device().
Kuniyuki Iwashima
2026-02-06
bonding: annotate data-races around slave->last_rx
Eric Dumazet
2026-01-17
netfilter: nf_tables: avoid chain re-validation if possible
Florian Westphal
2026-01-08
net: use dst_dev_rcu() in sk_setup_caps()
Eric Dumazet
2026-01-08
ipv6: adopt dst_dev() helper
Eric Dumazet
2025-12-18
net: dst: introduce dst->dev_rcu
Eric Dumazet
2025-12-18
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
2025-12-18
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
2025-12-12
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
[next]