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>
Subject: [PATCH net-next 0/5] netfilter updates for net-next
Date: Thu, 27 Jul 2023 15:35:55 +0200 [thread overview]
Message-ID: <20230727133604.8275-1-fw@strlen.de> (raw)
Hello,
This batch contains a few updates for your *net-next* tree.
Note that this includes two patches that make changes to lib/.
1. silence a harmless warning for CONFIG_NF_CONNTRACK_PROCFS=n builds,
from Zhu Wang.
2, 3:
Allow NLA_POLICY_MASK to be used with BE16/BE32 types, and replace a few
manual checks with nla_policy based one in nf_tables, from myself.
4: cleanup in ctnetlink to validate while parsing rather than
using two steps, from Lin Ma.
5: refactor boyer-moore textsearch by moving a small chunk to
a helper function, rom Jeremy Sowden.
The following changes since commit bc758ade614576d1c1b167af0246ada8c916c804:
net/mlx4: clean up a type issue (2023-07-26 22:08:44 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-23-07-27
for you to fetch changes up to 86e9c9aa2358a74bcc5e63f9fc69c2d01e64c002:
lib/ts_bm: add helper to reduce indentation and improve readability (2023-07-27 13:45:51 +0200)
----------------------------------------------------------------
netfilter net-next pull request 2023-07-27
----------------------------------------------------------------
Florian Westphal (2):
netlink: allow be16 and be32 types in all uint policy checks
netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag options
Jeremy Sowden (1):
lib/ts_bm: add helper to reduce indentation and improve readability
Lin Ma (1):
netfilter: conntrack: validate cta_ip via parsing
Zhu Wang (1):
nf_conntrack: fix -Wunused-const-variable=
include/net/netlink.h | 10 +++-----
lib/nlattr.c | 6 +++++
lib/ts_bm.c | 43 +++++++++++++++++++++++----------
net/netfilter/nf_conntrack_netlink.c | 8 ++----
net/netfilter/nf_conntrack_proto_dccp.c | 2 ++
net/netfilter/nft_fib.c | 13 +++++-----
net/netfilter/nft_lookup.c | 6 ++---
net/netfilter/nft_masq.c | 8 +++---
net/netfilter/nft_nat.c | 8 +++---
net/netfilter/nft_redir.c | 8 +++---
10 files changed, 61 insertions(+), 51 deletions(-)
next reply other threads:[~2023-07-27 13:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 13:35 Florian Westphal [this message]
2023-07-27 13:35 ` [PATCH net-next 1/5] nf_conntrack: fix -Wunused-const-variable= Florian Westphal
2023-07-28 3:28 ` Jakub Kicinski
2023-07-28 3:28 ` Jakub Kicinski
2023-07-28 3:40 ` patchwork-bot+netdevbpf
2023-07-27 13:35 ` [PATCH net-next 2/5] netlink: allow be16 and be32 types in all uint policy checks Florian Westphal
2023-07-27 13:35 ` [PATCH net-next 3/5] netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag options Florian Westphal
2023-07-27 13:35 ` [PATCH net-next 4/5] netfilter: conntrack: validate cta_ip via parsing Florian Westphal
2023-07-27 13:36 ` [PATCH net-next 5/5] lib/ts_bm: add helper to reduce indentation and improve readability Florian Westphal
-- strict thread matches above, loose matches on Subject: below --
2025-09-11 14:38 [PATCH net-next 0/5] netfilter: updates for net-next Florian Westphal
2023-08-08 12:41 [PATCH net-next 0/5] netfilter " Florian Westphal
2023-03-22 21:07 Florian Westphal
2021-11-01 8:39 [PATCH net-next 0/5] Netfilter " 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=20230727133604.8275-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 \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.