summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
5 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
5 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
7 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
7 daysnet: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
7 daysip: orphan prefetched skbs before multicast forwardingZhiling Zou
7 daysnet: cap advertised IP tunnel headroomZhiling Zou
11 daysgre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet
11 daysMerge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
12 daysMerge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
12 daysnet: Const qualify network templated ctl_tables ArraysJoel Granados
12 daysnet: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados
2026-08-11ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen
2026-08-10netfilter: flowtable: rename tun.l3_proto to tun.inner_protoPablo Neira Ayuso
2026-08-10net: netfilter: add ether_type to net_device_path_ctx and use itPablo Neira Ayuso
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect pathTejas Birajdar
2026-08-06net: gre: remove unused gretap_fb_dev_createIlya Maximets
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-04ipv4: nexthop: handle errors in nexthop_init()Minhong He
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
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