summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
9 daysnet: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
9 daysnet: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
9 daysnetfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
9 daysxfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert1-1/+1
9 daysipv4: account for fraggap on the paged allocation pathWongi Lee1-2/+2
9 daysnet: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
9 daysipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
9 daysnet: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-04net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet6-12/+14
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-19xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito1-2/+12
2026-06-19net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers1-10/+7
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
2026-06-19ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
2026-06-19xfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
2026-06-19xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
2026-06-19tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-06-19tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-06-19ipv4: 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