summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-06-13ipv4: centralize devconf sysctl handlingFernando Fernandez Mancera
2026-06-13tcp: refine tcp_sequence() for the FIN exceptionEric Dumazet
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca
2026-06-12ip_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet
2026-06-12tcp: clear sock_ops cb flags before force-closing a child socketSechang Lim
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)
2026-06-11ipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima
2026-06-11ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().Kuniyuki Iwashima
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