summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
5 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
6 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
10 daystcp: fix icsk_ack.ato bitfield overflowJiayuan Chen2-4/+6
14 daysbpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye1-0/+2
14 daysipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye2-23/+40
14 daysipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
14 daysinet: frags: publish queues before arming timerZhiling Zou1-5/+5
14 daystcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen1-4/+16
14 daysudp: fix potential use-after-free in tunnel segmentationXuanqiang Luo1-1/+3
14 daystcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1
14 daysbpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)1-19/+24
2026-08-09fou: Fix use-after-free in fou_create()Xuanqiang Luo1-1/+1
2026-08-09net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet1-15/+17
2026-08-09net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet1-2/+0
2026-08-09nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flushXiang Mei (Microsoft)1-6/+6
2026-08-09nexthop: take nh->lock for f6i_list walks in replace check and notifyXiang Mei (Microsoft)1-2/+11
2026-08-09netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()Pablo Neira Ayuso1-15/+7
2026-08-03tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang2-14/+54
2026-08-03tcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+3
2026-08-03bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
2026-08-03raw: annotate lockless match fields in raw_v4_match()Runyu Xiao2-9/+18
2026-08-03ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
2026-08-03net: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou1-2/+2
2026-08-03bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
2026-08-03nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
2026-08-03tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet1-2/+4
2026-08-03ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
2026-07-24net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24tcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
2026-07-24tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
2026-07-24ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12
2026-07-24ipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang1-11/+13
2026-07-24ipv4: igmp: annotate data-races around im->usersYuyang Huang1-4/+7
2026-07-24ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-24udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima2-4/+2
2026-07-24udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-7/+6
2026-07-24net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-07-24netfilter: conntrack: check NULL when retrieving ct extensionPablo Neira Ayuso2-4/+22
2026-07-24netfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso1-11/+16
2026-07-24netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-07-24xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen1-2/+0
2026-07-24sockmap: Fix use-after-free in udp_bpf_recvmsg()Kuniyuki Iwashima1-0/+9
2026-07-24tcp: clear sock_ops cb flags before force-closing a child socketSechang Lim1-0/+1
2026-07-24ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().Kuniyuki Iwashima1-0/+4
2026-07-24tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell1-1/+1
2026-07-18net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
2026-07-18ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-07-18tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito1-2/+3
2026-07-04net/tcp-ao: fix use-after-free of key in del_async pathHanQuan1-0/+4