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-7.1.y
linux-7.2.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
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2026-08-28
inet: frags: strip GSO state from fragments before reassembly
Xinyang Ge
2026-08-27
ipv4: reject undersized MTUs in ip_do_fragment()
Yong Wang
2026-08-27
inet: frags: publish queues before arming timer
Zhiling Zou
2026-08-27
inet: frags: save a pair of atomic operations in reassembly
Eric Dumazet
2026-08-27
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
2026-08-27
ipv4: frags: remove ipq_put()
Eric Dumazet
2026-08-27
inet: frags: add inet_frag_putn() helper
Eric Dumazet
2026-08-23
tcp: challenge ACK for non-exact RST in SYN-RECEIVED
Yuxiang Yang
2026-08-23
tcp: Pass flags to __tcp_send_ack
Ilpo Järvinen
2026-08-23
net: move skb_gro_receive_list from udp to core
Felix Fietkau
2026-08-19
net/tcp_sigpool: Use kref_get_unless_zero()
Dmitry Safonov
2026-08-19
net/tcp_sigpool: Fix some off by one bugs
Dan Carpenter
2026-08-19
bpf: tcp: fix double sock release on batch realloc
Xiang Mei (Microsoft)
2026-08-19
bpf, sockmap: Fix sk_redir use-after-free in send verdict
Chengfeng Ye
2026-08-19
ipv4: fix use-after-free in fib_nhc_update_mtu()
Chengfeng Ye
2026-08-19
ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthops
Zihan Xi
2026-08-19
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
2026-08-19
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
2026-08-19
tcp: fix TFO max_qlen accounting across reuseport migration
Jiayuan Chen
2026-08-19
udp: fix potential use-after-free in tunnel segmentation
Xuanqiang Luo
2026-08-19
tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()
Nathan Gao
2026-08-19
bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
Jose Fernandez (Anthropic)
2026-08-19
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
2026-08-19
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
2026-08-19
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
2026-08-19
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
2026-08-19
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
2026-08-09
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2026-08-09
net: do not send ICMP/NDISC Redirects when peer allocation fails
Eric Dumazet
2026-08-03
netfilter: nf_tables: remove register tracking infrastructure
Florian Westphal
2026-08-03
bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
Chengfeng Ye
2026-08-03
ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
Eric Dumazet
2026-08-03
nexthop: initialize extack in nh_res_bucket_migrate()
Xiang Mei (Microsoft)
2026-08-03
ipv4: fib: free fib_alias with kfree_rcu() on insert error path
Weiming Shi
2026-07-24
net: ipip: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
2026-07-24
net: ip_vti: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
2026-07-24
ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
Eric Dumazet
2026-07-24
netfilter: nf_reject: skip iphdr options when looking for icmp header
Florian Westphal
2026-07-24
xfrm: Use the XFRM_GRO to indicate a GRO call on input
Steffen Klassert
2026-07-24
net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes
Wyatt Feng
2026-07-24
ipv4: igmp: remove multicast group from hash table on device destruction
Yuyang Huang
2026-07-24
bonding: prevent potential infinite loop in bond_header_parse()
Eric Dumazet
2026-07-24
net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
2026-07-04
ipv4: account for fraggap on the paged allocation path
Wongi Lee
2026-07-04
inet: add indirect call wrapper for getfrag() calls
Eric Dumazet
2026-06-19
netfilter: nft_fib: fix stale stack leak via the OIFNAME register
Davide Ornaghi
2026-06-19
inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush
Hyunwoo Kim
2026-06-19
udp: clear skb->dev before running a sockmap verdict
Sechang Lim
2026-06-19
netfilter: x_tables: avoid leaking percpu counter pointers
Kyle Zeng
2026-06-19
netfilter: nf_conntrack: destroy stale expectfn expectations on unregister
Weiming Shi
[next]