aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
3 daysbpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
4 daysMerge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-30/+97
4 daystcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang2-14/+54
4 daysraw: annotate lockless match fields in raw_v4_match()Runyu Xiao2-9/+18
4 daysipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
5 daysnet: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou1-2/+2
5 daysbpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
6 daystcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+3
6 daysnexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)1-1/+1
10 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+16
11 daystcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet1-2/+4
13 daysbpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo1-1/+16
2026-07-10ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito1-2/+3
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-13/+30
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan1-0/+4
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-2/+0
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-1/+1
2026-06-21ipv4: account for fraggap on the paged allocation pathWongi Lee1-5/+2
2026-06-21netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
2026-06-17net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+9
2026-06-16ipv4: fib_rule: Move fib4_rules_exit() to ->exit().Kuniyuki Iwashima2-13/+8
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+5
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring4-7/+20
2026-06-15Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-4/+22
2026-06-15ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima1-17/+12
2026-06-15ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net.Kuniyuki Iwashima1-1/+2
2026-06-15ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL.Kuniyuki Iwashima1-4/+7
2026-06-15ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit().Kuniyuki Iwashima1-2/+2
2026-06-15ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle.Kuniyuki Iwashima1-8/+2
2026-06-14sockmap: Fix use-after-free in udp_bpf_recvmsg()Kuniyuki Iwashima1-0/+9
2026-06-14netfilter: conntrack: check NULL when retrieving ct extensionPablo Neira Ayuso2-4/+22
2026-06-13ipv4: handle devconf post-set actions on netlink updatesFernando Fernandez Mancera1-2/+27
2026-06-13ipv4: centralize devconf sysctl handlingFernando Fernandez Mancera1-59/+68
2026-06-13tcp: refine tcp_sequence() for the FIN exceptionEric Dumazet1-3/+5
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca5-15/+0
2026-06-12ip_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet3-13/+16
2026-06-12tcp: clear sock_ops cb flags before force-closing a child socketSechang Lim1-0/+1