From: patchwork-bot+netdevbpf@kernel.org
To: Florian Westphal <fw@strlen.de>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org,
netfilter-devel@vger.kernel.org, pablo@netfilter.org
Subject: Re: [PATCH net-next 01/12] netfilter: nfnetlink_hook: Dump nat type chains
Date: Fri, 03 Jul 2026 20:10:20 +0000 [thread overview]
Message-ID: <178310942014.3307503.7292006064345183764.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260702105003.13550-2-fw@strlen.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Florian Westphal <fw@strlen.de>:
On Thu, 2 Jul 2026 12:49:52 +0200 you wrote:
> From: Phil Sutter <phil@nwl.cc>
>
> These chains are indirectly attached to the hook since they are
> not called for packets belonging to an established connection.
>
> Introduce NF_HOOK_OP_NAT to identify the container and dump attached
> entries instead of the container itself.
>
> [...]
Here is the summary with links:
- [net-next,01/12] netfilter: nfnetlink_hook: Dump nat type chains
https://git.kernel.org/netdev/net-next/c/b010e2a4a9ac
- [net-next,02/12] netfilter: x_tables: replace strlcat() with snprintf()
https://git.kernel.org/netdev/net-next/c/9cc4d9720d70
- [net-next,03/12] netfilter: replace u_int8_t and u_int16t with u8 and u16
https://git.kernel.org/netdev/net-next/c/32b00984e002
- [net-next,04/12] netfilter: avoid strcpy usage
https://git.kernel.org/netdev/net-next/c/1501ab0701fd
- [net-next,05/12] netfilter: remove redundant null check before kvfree()
https://git.kernel.org/netdev/net-next/c/5efbced92ec1
- [net-next,06/12] netfilter: xt_tcpmss: add checkentry for parameter validation
https://git.kernel.org/netdev/net-next/c/68fc6c6470d6
- [net-next,07/12] netfilter: xt_dscp: add checkentry for tos match
https://git.kernel.org/netdev/net-next/c/60aee97fc7f8
- [net-next,08/12] netfilter: nf_conntrack_helper: do not hash by tuple
https://git.kernel.org/netdev/net-next/c/26fb502773bc
- [net-next,09/12] netfilter: conntrack: get rid of tuple in helper definitions
https://git.kernel.org/netdev/net-next/c/5de6c8ad0bcc
- [net-next,10/12] netfilter: conntrack: remove obsolete module parameters
https://git.kernel.org/netdev/net-next/c/78217fb2ccf9
- [net-next,11/12] netfilter: ebtables: bound num_counters like nentries in do_replace()
https://git.kernel.org/netdev/net-next/c/43ae85af154b
- [net-next,12/12] netfilter: nft_ct: support expectation creation for natted flows
https://git.kernel.org/netdev/net-next/c/d4beefc90a66
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-07-03 20:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-02 10:49 [PATCH net-next 00/12] netfilter: updates for net-next Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 01/12] netfilter: nfnetlink_hook: Dump nat type chains Florian Westphal
2026-07-03 20:10 ` patchwork-bot+netdevbpf [this message]
2026-07-02 10:49 ` [PATCH net-next 02/12] netfilter: x_tables: replace strlcat() with snprintf() Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 03/12] netfilter: replace u_int8_t and u_int16t with u8 and u16 Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 04/12] netfilter: avoid strcpy usage Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 05/12] netfilter: remove redundant null check before kvfree() Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 06/12] netfilter: xt_tcpmss: add checkentry for parameter validation Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 07/12] netfilter: xt_dscp: add checkentry for tos match Florian Westphal
2026-07-02 10:49 ` [PATCH net-next 08/12] netfilter: nf_conntrack_helper: do not hash by tuple Florian Westphal
2026-07-02 10:50 ` [PATCH net-next 09/12] netfilter: conntrack: get rid of tuple in helper definitions Florian Westphal
2026-07-02 10:50 ` [PATCH net-next 10/12] netfilter: conntrack: remove obsolete module parameters Florian Westphal
2026-07-02 10:50 ` [PATCH net-next 11/12] netfilter: ebtables: bound num_counters like nentries in do_replace() Florian Westphal
2026-07-02 10:50 ` [PATCH net-next 12/12] netfilter: nft_ct: support expectation creation for natted flows Florian Westphal
2026-07-03 19:59 ` [PATCH net-next 00/12] netfilter: updates for net-next Paolo Abeni
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=178310942014.3307503.7292006064345183764.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--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