From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com, horms@kernel.org,
fw@strlen.de, ja@ssi.bg
Subject: [PATCH net-next 0/8] Netfilter updates for net-next
Date: Fri, 11 Sep 2026 10:44:29 +0200 [thread overview]
Message-ID: <20260911084437.1838161-1-pablo@netfilter.org> (raw)
Hi,
The following patchset contains Netfilter updates for net-next:
1) No need to hold spinlock when ct seqadj is NULL, from Fernando F. Mancera.
2) A series of patches to use GFP_KERNEL_ACCOUNT in x_tables matches
and targets, nfnetlink, nf_tables, synproxy, sysctl, nat and conncount
for better integration with memcg. This will surely need more follow
ups but this gfp flag has been used in this tree over the time anyway.
Please, pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git nf-next-26-09-11
Thanks.
----------------------------------------------------------------
The following changes since commit 348ea4642f56ab3dc93621c8e3ab0ccd0e5f1782:
selftests: net: add ctl_file_write() helper (2026-09-10 18:46:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-26-09-11
for you to fetch changes up to 0e28586ee444ae85513c09a7a211483c540df9f5:
netfilter: conncount: use GFP_KERNEL_ACCOUNT (2026-09-11 10:31:09 +0200)
----------------------------------------------------------------
netfilter pull request 26-09-11
----------------------------------------------------------------
Fernando Fernandez Mancera (1):
netfilter: seqadj: do not take ct lock if seqadj is NULL
Pablo Neira Ayuso (7):
netfilter: x_tables: use GFP_KERNEL_ACCOUNT in match/target
netfilter: nfnetlink: use GFP_KERNEL_ACCOUNT
netfilter: nf_tables: use GFP_KERNEL_ACCOUNT
netfilter: synproxy: use GFP_KERNEL_ACCOUNT
netfilter: sysctl: use GFP_KERNEL_ACCOUNT
netfilter: nat: use GFP_KERNEL_ACCOUNT
netfilter: conncount: use GFP_KERNEL_ACCOUNT
net/netfilter/nf_conncount.c | 2 +-
net/netfilter/nf_conntrack_ovs.c | 2 +-
net/netfilter/nf_conntrack_seqadj.c | 11 +++++------
net/netfilter/nf_conntrack_standalone.c | 2 +-
net/netfilter/nf_hooks_lwtunnel.c | 2 +-
net/netfilter/nf_log.c | 2 +-
net/netfilter/nf_nat_core.c | 5 +++--
net/netfilter/nf_synproxy_core.c | 2 +-
net/netfilter/nfnetlink_acct.c | 2 +-
net/netfilter/nfnetlink_cthelper.c | 3 ++-
net/netfilter/nfnetlink_cttimeout.c | 8 +++++---
net/netfilter/nfnetlink_osf.c | 2 +-
net/netfilter/nft_ct.c | 5 +++--
net/netfilter/nft_set_pipapo.c | 6 +++---
net/netfilter/xt_CT.c | 6 +++---
net/netfilter/xt_IDLETIMER.c | 8 ++++----
net/netfilter/xt_LED.c | 5 +++--
net/netfilter/xt_RATEEST.c | 2 +-
net/netfilter/xt_TEE.c | 2 +-
net/netfilter/xt_hashlimit.c | 4 ++--
net/netfilter/xt_limit.c | 2 +-
net/netfilter/xt_quota.c | 2 +-
net/netfilter/xt_recent.c | 3 ++-
net/netfilter/xt_statistic.c | 2 +-
net/netfilter/xt_string.c | 2 +-
25 files changed, 49 insertions(+), 43 deletions(-)
next reply other threads:[~2026-09-11 8:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 8:44 Pablo Neira Ayuso [this message]
2026-09-11 8:44 ` [PATCH net-next 1/8] netfilter: seqadj: do not take ct lock if seqadj is NULL Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 2/8] netfilter: x_tables: use GFP_KERNEL_ACCOUNT in match/target Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 3/8] netfilter: nfnetlink: use GFP_KERNEL_ACCOUNT Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 4/8] netfilter: nf_tables: " Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 5/8] netfilter: synproxy: " Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 6/8] netfilter: sysctl: " Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 7/8] netfilter: nat: " Pablo Neira Ayuso
2026-09-11 8:44 ` [PATCH net-next 8/8] netfilter: conncount: " Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2025-09-01 8:08 [PATCH net-next 0/8] netfilter: updates for net-next Florian Westphal
2025-09-02 10:53 ` Florian Westphal
2023-12-22 11:57 [PATCH net-next 0/8] Netfilter " Pablo Neira Ayuso
2021-08-30 9:38 Pablo Neira Ayuso
2020-11-04 14:11 Pablo Neira Ayuso
2020-11-05 2:18 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260911084437.1838161-1-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=ja@ssi.bg \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox