summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-11Merge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2026-06-11Merge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-06-10netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-10netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-10netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino
2026-06-09ipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang
2026-06-09ipv4: igmp: annotate data-races around in_dev->mc_countYuyang Huang
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-06-08Merge tag 'nf-next-26-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-05ipv4: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-06-05netfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso
2026-06-04inet: frags: remove redundant assignment in inet_frag_reasm_prepare()yuan.gao
2026-06-04inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet
2026-06-03ipv4: raw: remove six obsolete EXPORT_SYMBOL_GPL()Eric Dumazet
2026-06-03ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet
2026-06-01tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-26tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet
2026-05-26tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet
2026-05-26Merge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-05-25ipv4: igmp: annotate data-races around im->usersYuyang Huang
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal
2026-05-22ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet
2026-05-22xfrm: esp: restore combined single-frag length gateJingguo Tan
2026-05-22esp: fix page frag reference leak on skb_to_sgvec failuree521588
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-05-20ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet
2026-05-20ipv4: icmp: reject broadcast/multicast routesEric Dumazet
2026-05-20udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman
2026-05-20udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska
2026-05-19ipmr: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2026-05-19net: pppoe: implement GRO/GSO supportFelix Fietkau
2026-05-16xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito
2026-05-15ipv4: raw: reject IP_HDRINCL packets with ihl < 5Michael Bommarito
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds