summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
5 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
7 daystcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
9 daysudp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
9 daysipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
9 daystcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
10 daysbpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
11 daysbpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye
12 daysinet: frags: publish queues before arming timerZhiling Zou
13 daysMerge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
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-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 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-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
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-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
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-21ipv4: account for fraggap on the paged allocation pathWongi Lee
2026-06-21netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng
2026-06-17net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-16ipv4: fib_rule: Move fib4_rules_exit() to ->exit().Kuniyuki Iwashima
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski