summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)1-19/+24
2026-08-01bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye1-0/+2
2026-07-31inet: frags: publish queues before arming timerZhiling Zou1-5/+5
2026-07-31netfilter: nf_tables: call skb_valid_dst() before skb_dst()Pablo Neira Ayuso1-2/+4
2026-07-31netfilter: flowtable: release tunnel route on error when building forward pathPablo Neira Ayuso1-1/+1
2026-07-30net: nexthop: add NHA_DST_PORT for fdb nexthopsJack Ma1-1/+19
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-42/+43
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-41/+42
2026-07-30ipip: reject unsupported configurations in fill_forward_pathLorenzo Bianconi1-0/+6
2026-07-30ipv4: remove unnecessary reset of position pointerFernando Fernandez Mancera1-3/+1
2026-07-28net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet1-15/+17
2026-07-28fou: Fix use-after-free in fou_create()Xuanqiang Luo1-1/+1
2026-07-27tcp: Use kvmalloc_array() for BPF iterator batchesWeimin Xiong1-2/+2
2026-07-27net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet1-2/+0
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2026-07-24Merge tag 'nf-26-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-15/+7
2026-07-24bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
2026-07-24nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flushXiang Mei (Microsoft)1-6/+6
2026-07-24nexthop: take nh->lock for f6i_list walks in replace check and notifyXiang Mei (Microsoft)1-2/+11
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-31/+113
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-30/+97
2026-07-23tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang2-14/+54
2026-07-23raw: annotate lockless match fields in raw_v4_match()Runyu Xiao2-9/+18
2026-07-23ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
2026-07-23net: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou1-2/+2
2026-07-23bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
2026-07-22netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()Pablo Neira Ayuso1-15/+7
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni8-36/+38
2026-07-22udp: Set length in UDP header to 0 for big GSO packetsAlice Mikityanska1-1/+1
2026-07-22udp: Validate UDP length in udp_gro_receiveAlice Mikityanska1-5/+7
2026-07-22udp: Support gro_ipv4_max_size > 65536Alice Mikityanska2-4/+4
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska1-1/+1
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska8-29/+29
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+3
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
2026-07-21net: ipv4: clear dev->ip_ptr before destroying inetdevYuyang Huang1-2/+2
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis1-1/+1
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi1-2/+3
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo1-13/+18
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo1-1/+1
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov1-2/+4
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+5
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+16
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet1-2/+4
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo1-1/+16
2026-07-10ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-7/+22
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1