summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
3 daystcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang2-14/+54
3 daystcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+3
3 daysbpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
3 daysraw: annotate lockless match fields in raw_v4_match()Runyu Xiao2-9/+18
3 daysipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
3 daysnet: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou1-2/+2
3 daysbpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
3 daysnexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
3 daystcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet1-2/+4
3 daysipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
13 daysnet: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
13 daysnet: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
13 daystcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
13 daystcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
13 daysipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12
13 daysipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang1-11/+13
13 daysipv4: igmp: annotate data-races around im->usersYuyang Huang1-4/+7
13 daysipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
13 daysudp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima2-4/+2
13 daysudp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-7/+6
13 daysnet: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
13 daysnetfilter: conntrack: check NULL when retrieving ct extensionPablo Neira Ayuso2-4/+22
13 daysnetfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso1-11/+16
13 daysnetfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
13 daysxfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen1-2/+0
13 dayssockmap: Fix use-after-free in udp_bpf_recvmsg()Kuniyuki Iwashima1-0/+9
13 daystcp: clear sock_ops cb flags before force-closing a child socketSechang Lim1-0/+1
13 daysipv4: fib: Don't dump dying fib_info in fib_leaf_notify().Kuniyuki Iwashima1-0/+4
13 daystcp_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
2026-07-04net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-04ipv4: account for fraggap on the paged allocation pathWongi Lee1-5/+2
2026-06-11Merge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-19/+15
2026-06-11Merge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-6/+11
2026-06-10netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-10netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng2-18/+12
2026-06-10netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi1-0/+2
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino1-6/+11
2026-06-05inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-04ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima1-0/+6
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-3/+3
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert1-7/+5
2026-05-27tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-05-27tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-05-23ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1