summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
30 hoursnetfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
30 hoursinet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
30 hoursudp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
30 hoursnetfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
30 hoursnetfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
30 hoursipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
11 daysxfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
11 daysxfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
11 daystunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
11 daystunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
11 daysipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
2026-06-01tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet3-13/+8
2026-06-01tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-06-01netfilter: x_tables: close dangling table module init raceFlorian Westphal5-56/+60
2026-06-01netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal3-11/+12
2026-06-01netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal8-23/+6
2026-06-01netfilter: x_tables: unregister the templates firstFlorian Westphal5-5/+5
2026-06-01ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito1-1/+1
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
2026-05-23tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-05-23netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-05-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen1-3/+7
2026-05-23netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso1-2/+2
2026-05-23tcp: annotate data-races around tp->plb_rehashEric Dumazet2-2/+3
2026-05-23tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-05-23tcp: annotate data-races around tp->timeout_rehashEric Dumazet2-2/+3
2026-05-23tcp: annotate data-races around tp->srtt_usEric Dumazet2-3/+4
2026-05-23tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet2-6/+29
2026-05-23tcp: annotate data-races around tp->reord_seenEric Dumazet2-3/+3
2026-05-23tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-05-23tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-05-23tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3
2026-05-23tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet3-4/+6
2026-05-23tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet2-6/+6
2026-05-23tcp: annotate data-races around tp->snd_ssthreshEric Dumazet13-29/+31
2026-05-23tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet3-11/+13
2026-05-23tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet2-5/+7
2026-05-23tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet1-4/+10
2026-05-23tcp: inline tcp_chrono_start()Eric Dumazet1-24/+0
2026-05-23nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen1-2/+2
2026-05-23tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima1-1/+1
2026-05-23udp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+6
2026-05-14xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito1-2/+12
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen2-1/+4
2026-05-07tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-05-07ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-04-22ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun1-0/+7
2026-04-22ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera1-11/+27
2026-04-22ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera1-2/+1