summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
7 daystcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet3-13/+8
7 daysipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet1-1/+1
7 daysipv4: icmp: reject broadcast/multicast routesEric Dumazet1-0/+3
7 daysudp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
7 daysudp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
12 daysipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito1-1/+1
13 daysMerge 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
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen1-3/+7
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski1-1/+0
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan1-1/+1
2026-04-21netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-04-21netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso1-2/+2
2026-04-20xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito1-2/+12
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet2-3/+4
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet3-4/+6
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet2-6/+6
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet13-29/+31