summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
2026-08-01bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye
2026-07-31inet: frags: publish queues before arming timerZhiling Zou
2026-07-31netfilter: nf_tables: call skb_valid_dst() before skb_dst()Pablo Neira Ayuso
2026-07-31netfilter: flowtable: release tunnel route on error when building forward pathPablo Neira Ayuso
2026-07-30net: nexthop: add NHA_DST_PORT for fdb nexthopsJack Ma
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-30ipip: reject unsupported configurations in fill_forward_pathLorenzo Bianconi
2026-07-30ipv4: remove unnecessary reset of position pointerFernando Fernandez Mancera
2026-07-28net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet
2026-07-28fou: Fix use-after-free in fou_create()Xuanqiang Luo
2026-07-27tcp: Use kvmalloc_array() for BPF iterator batchesWeimin Xiong
2026-07-27net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-24Merge tag 'nf-26-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-07-24bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye
2026-07-24nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flushXiang Mei (Microsoft)
2026-07-24nexthop: take nh->lock for f6i_list walks in replace check and notifyXiang Mei (Microsoft)
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-23tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang
2026-07-23raw: annotate lockless match fields in raw_v4_match()Runyu Xiao
2026-07-23ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet
2026-07-23net: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou
2026-07-23bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)
2026-07-22netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()Pablo Neira Ayuso
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22udp: Set length in UDP header to 0 for big GSO packetsAlice Mikityanska
2026-07-22udp: Validate UDP length in udp_gro_receiveAlice Mikityanska
2026-07-22udp: Support gro_ipv4_max_size > 65536Alice Mikityanska
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
2026-07-21net: ipv4: clear dev->ip_ptr before destroying inetdevYuyang Huang
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo
2026-07-10ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang