summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
11 daysnet: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito
2026-06-19net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
2026-06-19ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet
2026-06-19xfrm: esp: restore combined single-frag length gateJingguo Tan
2026-06-19xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito
2026-06-19tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet
2026-06-19tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet
2026-06-19ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima
2026-06-01netfilter: x_tables: unregister the templates firstFlorian Westphal
2026-06-01ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito
2026-06-01ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2026-06-01ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2026-06-01ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2026-06-01netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso
2026-06-01tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet
2026-06-01tcp: annotate data-races around tp->dsack_dupsEric Dumazet
2026-06-01tcp: annotate data-races around tp->bytes_retransEric Dumazet
2026-06-01tcp: annotate data-races around tp->bytes_sentEric Dumazet
2026-06-01tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
2026-06-01tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2026-06-01nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen
2026-06-01net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen
2026-06-01tcp: call sk_data_ready() after listener migrationZhenzhong Wu
2026-06-01ipv4: icmp: validate reply type before using icmp_pointersRuide Cao
2026-06-01ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-08xfrm: esp: ipv4: fix up flags settingGreg Kroah-Hartman
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-04-11tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima
2026-04-11udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-04-11tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet
2026-04-11tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima
2026-04-11tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2026-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2026-04-11esp: fix skb leak with espintcp and async cryptoSabrina Dubroca
2026-04-11xfrm: Fix the usage of skb->skSteffen Klassert
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-03-25net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2026-03-25net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau
2026-03-25icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi
2026-03-25net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-25net: tcp: accept old ack during closingMenglong Dong
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima
2026-03-04icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet