[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250904072548.3267-1-fw@strlen.de>
Date: Thu, 4 Sep 2025 09:25:46 +0200
From: Florian Westphal <fw@...len.de>
To: <netdev@...r.kernel.org>
Cc: Paolo Abeni <pabeni@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
<netfilter-devel@...r.kernel.org>,
pablo@...filter.org
Subject: [PATCH v2 net 0/2] netfilter: updates for net
v2: in patch 1, prefer volatile to stdatomic.h. No other changes.
The following patchset contains Netfilter fixes for *net*:
1) Fix a silly bug in conntrack selftest, busyloop may get optimized to
for (;;), reported by Yi Chen.
2) Introduce new NFTA_DEVICE_PREFIX attribute in nftables netlink api,
re-using old NFTA_DEVICE_NAME led to confusion with different
kernel/userspace versions. This refines the wildcard interface
support added in 6.16 release. From Phil Sutter.
Please, pull these changes from:
The following changes since commit 8156210d36a43e76372312c87eb5ea3dbb405a85:
ax25: properly unshare skbs in ax25_kiss_rcv() (2025-09-03 17:06:30 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-25-09-04
for you to fetch changes up to 4039ce7ef40474d5ba46f414c50cc7020b9cf8ae:
netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX (2025-09-04 09:19:25 +0200)
----------------------------------------------------------------
netfilter pull request nf-25-09-04
----------------------------------------------------------------
Florian Westphal (1):
selftests: netfilter: fix udpclash tool hang
Phil Sutter (1):
netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX
include/uapi/linux/netfilter/nf_tables.h | 2 ++
net/netfilter/nf_tables_api.c | 42 ++++++++++++++++------
.../selftests/net/netfilter/conntrack_clash.sh | 2 +-
.../selftests/net/netfilter/conntrack_resize.sh | 5 +--
tools/testing/selftests/net/netfilter/udpclash.c | 2 +-
5 files changed, 38 insertions(+), 15 deletions(-)
Powered by blists - more mailing lists