summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2 daystreewide: refresh kmalloc_obj() conversionsKees Cook
4 daysnet: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He
6 daysipv4: udp: Create exceptions before socket matchingIdo Schimmel
6 daysigmp: convert struct ip_sf_list to RCUEric Dumazet
7 daysraw: annotate disconnect-side IPv4 match writersXuanqiang Luo
9 daystcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)Cen Zhang (Microsoft Security FORGE Labs)
9 daystcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)
9 daystcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet
9 daysipv4: avoid divide by zero in fib_rebalanceZihan Xi
10 daysMerge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
10 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge
11 daystcp: fix corruption of urgent data on multi-segment retransmitJiayuan Chen
11 daysnetfilter: x_tables: remove pr_debugPablo Neira Ayuso
11 daysnetfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera
11 daystcp: fix AO info use-after-free in tcp_ao_connect_init()Qing Ming
11 daysnet/tcp: fix TCP-AO key deletion in VRFsRastislav Szabo
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang
2026-08-22ipip: fix skb leak in collect_md mode when metadata_dst allocation failsAnton Danilov
2026-08-20net: tcp: block mixing readable and unreadable fragsMina Almasry
2026-08-20inetpeer: randomize RB-tree node comparison using SipHashEric Dumazet
2026-08-20net/tcp-ao: fix use-after-free of current_key on reconnect to another peerHyunwoo Kim
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou
2026-08-14gre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados
2026-08-13net: 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