summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
11 daysipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-08-28inet: frags: strip GSO state from fragments before reassemblyXinyang Ge
2026-08-27ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
2026-08-27inet: frags: publish queues before arming timerZhiling Zou
2026-08-23net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-08-23net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2026-08-23ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2026-08-23net: dst: annotate data-races around dst->outputEric Dumazet
2026-08-23net: dst: annotate data-races around dst->inputEric Dumazet
2026-08-23tcp: convert to dev_net_rcu()Eric Dumazet
2026-08-19bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye
2026-08-19ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye
2026-08-19ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-19tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-19udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-19raw: fix a typo in raw_icmp_error()Eric Dumazet
2026-08-19bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye
2026-08-19raw: use more conventional iteratorsEric Dumazet
2026-08-19ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet
2026-08-19nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
2026-08-19ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi
2026-07-24net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2026-07-24netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal
2026-07-24net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng
2026-07-24ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang
2026-07-24net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
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-19net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
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-01nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen
2026-06-01tcp: call sk_data_ready() after listener migrationZhenzhong Wu
2026-06-01ipv4: icmp: validate reply type before using icmp_pointersRuide Cao