summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
10 hoursnet: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
10 hourstcp: make probe0 timer handle expired user timeoutAltan Hacigumus
10 hoursnetfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso
10 hourstcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
10 hoursnetfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso
10 hourstcp: annotate data-races around tp->plb_rehashEric Dumazet
10 hourstcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet
10 hourstcp: annotate data-races around tp->timeout_rehashEric Dumazet
10 hourstcp: annotate data-races around tp->srtt_usEric Dumazet
10 hourstcp: annotate data-races around tp->reord_seenEric Dumazet
10 hourstcp: annotate data-races around tp->dsack_dupsEric Dumazet
10 hourstcp: annotate data-races around tp->bytes_retransEric Dumazet
10 hourstcp: annotate data-races around tp->bytes_sentEric Dumazet
10 hourstcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
10 hourstcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
10 hourstcp: annotate data-races around tp->snd_ssthreshEric Dumazet
10 hourstcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
10 hourstcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
10 hourstcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
10 hourstcp: inline tcp_chrono_start()Eric Dumazet
10 hoursnexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen
10 hourstcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima
10 hoursudp: Force compute_score to always inlineGabriel Krisman Bertazi
10 hoursnet: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
9 daysxfrm: ah: account for ESN high bits in async callbacksMichael Bommarito
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-07tcp: call sk_data_ready() after listener migrationZhenzhong Wu
2026-05-07ipv4: icmp: validate reply type before using icmp_pointersRuide Cao
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
2026-04-03ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun
2026-04-03ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera
2026-04-03ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-03-19icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds