From: Florian Westphal <fw@strlen.de>
To: <netdev@vger.kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
<netfilter-devel@vger.kernel.org>,
pablo@netfilter.org
Subject: [PATCH net-next 0/3] netfilter: updates for net-next
Date: Thu, 30 Oct 2025 13:19:51 +0100 [thread overview]
Message-ID: <20251030121954.29175-1-fw@strlen.de> (raw)
Hi,
The following patchset contains Netfilter fixes for *net-next*:
1) Convert nf_tables 'nft_set_iter' usage to use C99 struct
initialization, from Fernando Fernandez Mancera.
2) Disallow nf_conntrack_max=0. This was an (undocumented)
historic inheritance from ip_conntrack (ipv4 only nf_conntrack
predecessor). Doing so will simplify future changes to make this
pernet-tuneable.
3) Fix a typo in conntrack.h comment, from Weibiao Tu.
Please, pull these changes from:
The following changes since commit ea7d0d60ebc9bddf3ad768557dfa1495bc032bf6:
Merge branch 'add-cn20k-nix-and-npa-contexts' (2025-10-30 10:44:12 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-25-10-30
for you to fetch changes up to 57347d58a4011551e7d0e030f2f12e4d1a28feb6:
netfilter: fix typo in nf_conntrack_l4proto.h comment (2025-10-30 12:52:45 +0100)
----------------------------------------------------------------
netfilter pull request nf-next-25-10-30
----------------------------------------------------------------
Fernando Fernandez Mancera (1):
netfilter: nf_tables: use C99 struct initializer for nft_set_iter
Florian Westphal (1):
netfilter: conntrack: disable 0 value for conntrack_max setting
caivive (Weibiao Tu) (1):
netfilter: fix typo in nf_conntrack_l4proto.h comment
include/net/netfilter/nf_conntrack_l4proto.h | 2 +-
net/netfilter/nf_conntrack_core.c | 2 +-
net/netfilter/nf_conntrack_standalone.c | 4 ++--
net/netfilter/nf_tables_api.c | 34 +++++++++++++---------------
net/netfilter/nft_lookup.c | 13 ++++-------
5 files changed, 25 insertions(+), 30 deletions(-)
# WARNING: skip 0001-netfilter-nf_tables-use-C99-struct-initializer-for-n.patch, no "Fixes" tag!
# WARNING: skip 0002-netfilter-conntrack-disable-0-value-for-conntrack_ma.patch, no "Fixes" tag!
# WARNING: skip 0003-netfilter-fix-typo-in-nf_conntrack_l4proto.h-comment.patch, no "Fixes" tag!
next reply other threads:[~2025-10-30 12:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 12:19 Florian Westphal [this message]
2025-10-30 12:19 ` [PATCH net-next 1/3] netfilter: nf_tables: use C99 struct initializer for nft_set_iter Florian Westphal
2025-10-31 1:20 ` patchwork-bot+netdevbpf
2025-10-30 12:19 ` [PATCH net-next 2/3] netfilter: conntrack: disable 0 value for conntrack_max setting Florian Westphal
2025-10-30 12:19 ` [PATCH net-next 3/3] netfilter: fix typo in nf_conntrack_l4proto.h comment Florian Westphal
-- strict thread matches above, loose matches on Subject: below --
2021-02-17 19:03 [PATCH net-next 0/3] Netfilter updates for net-next Pablo Neira Ayuso
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=20251030121954.29175-1-fw@strlen.de \
--to=fw@strlen.de \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
/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;
as well as URLs for NNTP newsgroup(s).