aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-09ipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang1-11/+13
2026-06-09ipv4: igmp: annotate data-races around in_dev->mc_countYuyang Huang1-4/+7
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima2-16/+7
2026-06-08Merge tag 'nf-next-26-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-11/+16
2026-06-05ipv4: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet4-15/+0
2026-06-05netfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso1-11/+16
2026-06-04inet: frags: remove redundant assignment in inet_frag_reasm_prepare()yuan.gao1-2/+0
2026-06-04inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim2-3/+3
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+18
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony1-1/+1
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet1-3/+4
2026-06-03ipv4: raw: remove six obsolete EXPORT_SYMBOL_GPL()Eric Dumazet1-6/+0
2026-06-03ipv4: 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-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet1-24/+27
2026-06-01tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell1-1/+1
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+3
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-3/+3
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert1-7/+5
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+15
2026-05-26tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
2026-05-26tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
2026-05-26Merge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski4-0/+16
2026-05-25ipv4: igmp: annotate data-races around im->usersYuyang Huang1-4/+7
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal2-0/+8
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal2-0/+8
2026-05-22ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()Eric Dumazet1-1/+1
2026-05-22xfrm: esp: restore combined single-frag length gateJingguo Tan1-2/+2
2026-05-22esp: fix page frag reference leak on skb_to_sgvec failuree5215881-5/+7
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-29/+22
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet3-13/+8
2026-05-20ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet1-1/+1
2026-05-20ipv4: icmp: reject broadcast/multicast routesEric Dumazet1-0/+3
2026-05-20udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
2026-05-20udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
2026-05-19ipmr: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-05-19net: pppoe: implement GRO/GSO supportFelix Fietkau1-0/+2
2026-05-16xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito1-1/+1
2026-05-15ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito1-1/+1
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-167/+96
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-166/+95
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet2-2/+1
2026-05-11tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-05-10ipv4: Add __must_check to nexthop removal functionsCosmin Ratiu1-12/+14
2026-05-10ipv4: Flush the FIB once on multiple nexthop removalCosmin Ratiu1-7/+19