summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
29 hoursnetfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
29 hoursxfrm: ah: account for ESN high bits in async callbacksMichael Bommarito1-2/+12
29 hoursnet: ipv4: stop checking crypto_ahash_alignmaskEric Biggers1-10/+7
29 hoursudp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
29 hoursnetfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
29 hoursnetfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
29 hoursipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
29 hoursxfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
29 hoursxfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
29 hourstunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
29 hourstunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
29 hoursipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
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-06-01ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-13/+13
2026-06-01ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-2/+2
2026-06-01ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2-48/+48
2026-06-01netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-06-01tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-06-01tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-06-01tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-06-01tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3
2026-06-01tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet2-5/+7
2026-06-01tcp: preserve const qualifier in tcp_sk()Eric Dumazet5-8/+14
2026-06-01nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen1-2/+2
2026-06-01net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen1-0/+3
2026-06-01tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-06-01ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-06-01ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun1-0/+7
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+2
2026-05-08xfrm: esp: ipv4: fix up flags settingGreg Kroah-Hartman1-1/+1
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen2-1/+4
2026-04-11tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima1-2/+9
2026-04-11udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau2-18/+4
2026-04-11tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet1-4/+2
2026-04-11tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima1-21/+19
2026-04-11tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2-3/+7
2026-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2026-04-11esp: fix skb leak with espintcp and async cryptoSabrina Dubroca1-3/+6
2026-04-11xfrm: Fix the usage of skb->skSteffen Klassert1-1/+1
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang2-2/+4
2026-03-25net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau1-2/+8
2026-03-25net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau1-0/+67
2026-03-25icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi1-1/+3
2026-03-25net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2026-03-25net: tcp: accept old ack during closingMenglong Dong1-7/+11
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-03-04icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-03-04icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2-21/+20