summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
7 daysnet: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He1-6/+16
10 daysipv4: udp: Create exceptions before socket matchingIdo Schimmel1-0/+11
10 daysigmp: convert struct ip_sf_list to RCUEric Dumazet1-79/+131
11 daysraw: annotate disconnect-side IPv4 match writersXuanqiang Luo1-2/+2
13 daystcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)Cen Zhang (Microsoft Security FORGE Labs)2-2/+4
13 daystcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)5-8/+16
13 daystcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet3-13/+11
13 daysipv4: avoid divide by zero in fib_rebalanceZihan Xi1-1/+1
2026-08-27Merge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-9/+3
2026-08-27inet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
2026-08-27tcp: fix corruption of urgent data on multi-segment retransmitJiayuan Chen1-1/+1
2026-08-27netfilter: x_tables: remove pr_debugPablo Neira Ayuso1-8/+2
2026-08-27netfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera1-1/+1
2026-08-27tcp: fix AO info use-after-free in tcp_ao_connect_init()Qing Ming1-6/+1
2026-08-27net/tcp: fix TCP-AO key deletion in VRFsRastislav Szabo1-0/+3
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang3-5/+5
2026-08-22ipip: fix skb leak in collect_md mode when metadata_dst allocation failsAnton Danilov1-1/+1
2026-08-20net: tcp: block mixing readable and unreadable fragsMina Almasry1-1/+2
2026-08-20inetpeer: randomize RB-tree node comparison using SipHashEric Dumazet1-3/+35
2026-08-20net/tcp-ao: fix use-after-free of current_key on reconnect to another peerHyunwoo Kim1-0/+9
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen1-2/+2
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-240/+322
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-2/+2
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+8
2026-08-18ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets1-15/+2
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou1-0/+3
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou1-1/+1
2026-08-14gre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet1-19/+23
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+4
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-46/+72
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-27/+46
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados2-27/+49
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados1-1/+1
2026-08-11ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye2-23/+40
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen2-4/+6
2026-08-10netfilter: flowtable: rename tun.l3_proto to tun.inner_protoPablo Neira Ayuso1-1/+1
2026-08-10net: netfilter: add ether_type to net_device_path_ctx and use itPablo Neira Ayuso1-0/+3
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann12-89/+142
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-19/+26
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-29/+74
2026-08-06tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect pathTejas Birajdar2-4/+8
2026-08-06net: gre: remove unused gretap_fb_dev_createIlya Maximets1-47/+0
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen1-4/+16
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-3/+5
2026-08-04ipv4: nexthop: handle errors in nexthop_init()Minhong He1-2/+12
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo1-1/+3
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1