netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
	netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, fw@strlen.de
Subject: Re: [PATCH net 01/14] netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
Date: Thu, 26 Sep 2024 14:00:34 +0000	[thread overview]
Message-ID: <172735923478.1264119.9767417416009097828.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240926110717.102194-2-pablo@netfilter.org>

Hello:

This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:

On Thu, 26 Sep 2024 13:07:04 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
> 
> A conntrack entry can be inserted to the connection tracking table if there
> is no existing entry with an identical tuple in either direction.
> 
> Example:
> INITIATOR -> NAT/PAT -> RESPONDER
> 
> [...]

Here is the summary with links:
  - [net,01/14] netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
    https://git.kernel.org/netdev/net/c/d8f84a9bc7c4
  - [net,02/14] netfilter: conntrack: add clash resolution for reverse collisions
    https://git.kernel.org/netdev/net/c/a4e6a1031e77
  - [net,03/14] selftests: netfilter: add reverse-clash resolution test case
    https://git.kernel.org/netdev/net/c/a57856c0bbc2
  - [net,04/14] selftests: netfilter: nft_tproxy.sh: add tcp tests
    https://git.kernel.org/netdev/net/c/7e37e0eacd22
  - [net,05/14] netfilter: ctnetlink: Guard possible unused functions
    https://git.kernel.org/netdev/net/c/2cadd3b17738
  - [net,06/14] docs: tproxy: ignore non-transparent sockets in iptables
    https://git.kernel.org/netdev/net/c/aa758763be6d
  - [net,07/14] netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
    https://git.kernel.org/netdev/net/c/642c89c47541
  - [net,08/14] netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
    https://git.kernel.org/netdev/net/c/fc56878ca1c2
  - [net,09/14] netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
    https://git.kernel.org/netdev/net/c/e1f1ee0e9ad8
  - [net,10/14] netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
    https://git.kernel.org/netdev/net/c/4ffcf5ca81c3
  - [net,11/14] netfilter: nf_tables: missing objects with no memcg accounting
    https://git.kernel.org/netdev/net/c/69e687cea79f
  - [net,12/14] netfilter: nfnetlink_queue: remove old clash resolution logic
    https://git.kernel.org/netdev/net/c/8af79d3edb5f
  - [net,13/14] kselftest: add test for nfqueue induced conntrack race
    https://git.kernel.org/netdev/net/c/e306e3739d9a
  - [net,14/14] selftests: netfilter: Avoid hanging ipvs.sh
    https://git.kernel.org/netdev/net/c/fc786304ad98

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2024-09-26 14:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-26 11:07 [PATCH net,v2 00/14] Netfilter fixes for net Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 01/14] netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash Pablo Neira Ayuso
2024-09-26 14:00   ` patchwork-bot+netdevbpf [this message]
2024-09-26 11:07 ` [PATCH net 02/14] netfilter: conntrack: add clash resolution for reverse collisions Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 03/14] selftests: netfilter: add reverse-clash resolution test case Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 04/14] selftests: netfilter: nft_tproxy.sh: add tcp tests Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 05/14] netfilter: ctnetlink: Guard possible unused functions Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 06/14] docs: tproxy: ignore non-transparent sockets in iptables Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 07/14] netfilter: nf_tables: Keep deleted flowtable hooks until after RCU Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 08/14] netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 09/14] netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 10/14] netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 11/14] netfilter: nf_tables: missing objects with no memcg accounting Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 12/14] netfilter: nfnetlink_queue: remove old clash resolution logic Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 13/14] kselftest: add test for nfqueue induced conntrack race Pablo Neira Ayuso
2024-09-26 11:07 ` [PATCH net 14/14] selftests: netfilter: Avoid hanging ipvs.sh Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24 20:13 [PATCH net 00/14] Netfilter fixes for net Pablo Neira Ayuso
2024-09-24 20:13 ` [PATCH net 01/14] netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash 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=172735923478.1264119.9767417416009097828.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;
as well as URLs for NNTP newsgroup(s).