summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
5 daysMerge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
5 daysMerge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
5 daysnetfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
5 daysnetfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
5 daysnetfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
6 daysesp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino
11 daysinet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
11 daysudp: clear skb->dev before running a sockmap verdictSechang Lim
12 daysipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet
13 daystcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert
2026-05-26tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet
2026-05-26tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet
2026-05-22ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet
2026-05-22xfrm: esp: restore combined single-frag length gateJingguo Tan
2026-05-22esp: fix page frag reference leak on skb_to_sgvec failuree521588
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-05-20ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet
2026-05-20ipv4: icmp: reject broadcast/multicast routesEric Dumazet
2026-05-20udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman
2026-05-20udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska
2026-05-16xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito
2026-05-15ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-11tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-08tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima
2026-05-08tcp: Fix potential UAF in reqsk_timer_handler().Kuniyuki Iwashima
2026-05-08netfilter: x_tables: close dangling table module init raceFlorian Westphal
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal
2026-05-08netfilter: x_tables: unregister the templates firstFlorian Westphal
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal
2026-05-07ipmr: Call ipmr_fib_lookup() under RCU.Kuniyuki Iwashima
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet
2026-05-06inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet
2026-05-06Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-01ipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet
2026-05-01ipmr: prevent info-leak in pmr_cache_report()Eric Dumazet
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera
2026-04-28Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu