summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-19/+15
4 daysMerge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-6/+11
5 daysnetfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
5 daysnetfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
5 daysnetfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
6 daysesp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino1-6/+11
11 daysinet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
11 daysudp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
12 daysipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
13 daystcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima1-0/+6
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-3/+3
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert1-7/+5
2026-05-27tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-05-27tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-05-23ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
2026-05-22xfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
2026-05-22esp: fix page frag reference leak on skb_to_sgvec failuree5215881-5/+7
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
2026-05-21tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet3-13/+8
2026-05-21ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet1-1/+1
2026-05-21ipv4: icmp: reject broadcast/multicast routesEric Dumazet1-0/+3
2026-05-21udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
2026-05-21udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
2026-05-16xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
2026-05-16ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito1-1/+1
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-166/+95
2026-05-12tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2026-05-09Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski8-163/+91
2026-05-09tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-05-09tcp: Fix potential UAF in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2026-05-08netfilter: x_tables: close dangling table module init raceFlorian Westphal5-56/+60
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal3-11/+12
2026-05-08netfilter: x_tables: unregister the templates firstFlorian Westphal5-5/+5
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal8-23/+6
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal2-68/+8
2026-05-07ipmr: Call ipmr_fib_lookup() under RCU.Kuniyuki Iwashima1-1/+2
2026-05-07tcp: tcp_child_process() related UAFEric Dumazet2-9/+7
2026-05-07inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet1-1/+2
2026-05-07Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski3-3/+16
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen2-1/+4
2026-05-02ipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet1-22/+36
2026-05-02ipmr: prevent info-leak in pmr_cache_report()Eric Dumazet1-3/+4
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera1-0/+3
2026-04-29Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-3/+23
2026-04-28tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-04-28ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima2-50/+74
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2026-04-24Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-86/+115
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3