summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao
2026-07-21nexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
2026-07-21net: ipv4: clear dev->ip_ptr before destroying inetdevYuyang Huang
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo
2026-07-13esp: do not unref managed frag pages in esp_ssg_unref()Maher Azzouzi
2026-07-10ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang
2026-07-07ipv4: fib: Define fib_table_hash_lock under CONFIG_IP_MULTIPLE_TABLES.Kuniyuki Iwashima
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-03net: ipv4: report multicast group user countYuyang Huang
2026-07-03ipv4: fib: fix route re-dump in inet_dump_fib() on multi-batch dumpPengfei Zhang
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-02ipv4: raw: convert do_raw_getsockopt to sockopt_tBreno Leitao
2026-07-02udp: convert udp_lib_getsockopt to sockopt_tBreno Leitao
2026-07-02netfilter: conntrack: remove obsolete module parametersFlorian Westphal
2026-07-01net: fib_rules: Only hold RTNL for the first IPv4 RTM_NEWRULE.Kuniyuki Iwashima
2026-07-01ipv4: fib: Drop RTNL annotation for net->ipv4.fib_table_hash[].Kuniyuki Iwashima
2026-07-01ipv4: fib: Protect fib_new_table() with spinlock.Kuniyuki Iwashima
2026-07-01ipv4: fib_rules: Make the need for fib_unmerge() explicit.Kuniyuki Iwashima
2026-07-01net: fib_rules: Make fib_rules_ops.delete() return void.Kuniyuki Iwashima
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-21ipv4: account for fraggap on the paged allocation pathWongi Lee
2026-06-21netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng
2026-06-17net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-16ipv4: fib_rule: Move fib4_rules_exit() to ->exit().Kuniyuki Iwashima
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring