All of lore.kernel.org
 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, horms@kernel.org
Subject: Re: [PATCH net-next 01/19] netfilter: conntrack: table full detailed log
Date: Fri, 25 Jul 2025 23:50:29 +0000	[thread overview]
Message-ID: <175348742951.3449488.12512237437033240060.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250725170340.21327-2-pablo@netfilter.org>

Hello:

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

On Fri, 25 Jul 2025 19:03:22 +0200 you wrote:
> From: lvxiafei <lvxiafei@sensetime.com>
> 
> Add the netns field in the "nf_conntrack: table full, dropping packet"
> log to help locate the specific netns when the table is full.
> 
> Signed-off-by: lvxiafei <lvxiafei@sensetime.com>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> 
> [...]

Here is the summary with links:
  - [net-next,01/19] netfilter: conntrack: table full detailed log
    https://git.kernel.org/netdev/net-next/c/aa5840167780
  - [net-next,02/19] netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalid
    https://git.kernel.org/netdev/net-next/c/e89a68046687
  - [net-next,03/19] netfilter: x_tables: Remove unused functions xt_{in|out}name()
    https://git.kernel.org/netdev/net-next/c/031a71247194
  - [net-next,04/19] netfilter: nf_tables: Remove unused nft_reduce_is_readonly()
    https://git.kernel.org/netdev/net-next/c/bf6788742b8d
  - [net-next,05/19] netfilter: conntrack: Remove unused net in nf_conntrack_double_lock()
    https://git.kernel.org/netdev/net-next/c/29f0f4cefc28
  - [net-next,06/19] netfilter: Exclude LEGACY TABLES on PREEMPT_RT.
    https://git.kernel.org/netdev/net-next/c/9fce66583f06
  - [net-next,07/19] selftests: net: Enable legacy netfilter legacy options.
    https://git.kernel.org/netdev/net-next/c/3c3ab65f00eb
  - [net-next,08/19] selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG
    https://git.kernel.org/netdev/net-next/c/ba71a6e58b38
  - [net-next,09/19] ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()
    https://git.kernel.org/netdev/net-next/c/bfabc4f70ee7
  - [net-next,10/19] netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helper
    https://git.kernel.org/netdev/net-next/c/b65504e7cf0a
  - [net-next,11/19] netfilter: nfnetlink_hook: Dump flowtable info
    https://git.kernel.org/netdev/net-next/c/bc8c43adfdc5
  - [net-next,12/19] netfilter: nft_set_pipapo: remove unused arguments
    https://git.kernel.org/netdev/net-next/c/7792c1e03054
  - [net-next,13/19] netfilter: nft_set: remove one argument from lookup and update functions
    https://git.kernel.org/netdev/net-next/c/17a20e09f086
  - [net-next,14/19] netfilter: nft_set: remove indirection from update API call
    https://git.kernel.org/netdev/net-next/c/531e61312104
  - [net-next,15/19] netfilter: nft_set_pipapo: merge pipapo_get/lookup
    https://git.kernel.org/netdev/net-next/c/d8d871a35ca9
  - [net-next,16/19] netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps
    https://git.kernel.org/netdev/net-next/c/897eefee2eb7
  - [net-next,17/19] netfilter: xt_nfacct: don't assume acct name is null-terminated
    https://git.kernel.org/netdev/net-next/c/bf58e667af7d
  - [net-next,18/19] selftests: netfilter: Ignore tainted kernels in interface stress test
    https://git.kernel.org/netdev/net-next/c/8d1c91850d06
  - [net-next,19/19] selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0
    https://git.kernel.org/netdev/net-next/c/8b4a1a46e84a

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



  reply	other threads:[~2025-07-25 23:50 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-25 17:03 [PATCH net-next 00/19] Netfilter/IPVS updates for net-next Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 01/19] netfilter: conntrack: table full detailed log Pablo Neira Ayuso
2025-07-25 23:50   ` patchwork-bot+netdevbpf [this message]
2025-07-25 17:03 ` [PATCH net-next 02/19] netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalid Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 03/19] netfilter: x_tables: Remove unused functions xt_{in|out}name() Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 04/19] netfilter: nf_tables: Remove unused nft_reduce_is_readonly() Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 05/19] netfilter: conntrack: Remove unused net in nf_conntrack_double_lock() Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 06/19] netfilter: Exclude LEGACY TABLES on PREEMPT_RT Pablo Neira Ayuso
2025-08-05 15:43   ` Ryan Roberts
2025-08-07 11:46     ` Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 07/19] selftests: net: Enable legacy netfilter legacy options Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 08/19] selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 09/19] ipvs: Rename del_timer in comment in ip_vs_conn_expire_now() Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 10/19] netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helper Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 11/19] netfilter: nfnetlink_hook: Dump flowtable info Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 12/19] netfilter: nft_set_pipapo: remove unused arguments Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 13/19] netfilter: nft_set: remove one argument from lookup and update functions Pablo Neira Ayuso
2025-07-25 23:37   ` Jakub Kicinski
2025-07-25 23:45     ` Jakub Kicinski
2025-07-25 17:03 ` [PATCH net-next 14/19] netfilter: nft_set: remove indirection from update API call Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 15/19] netfilter: nft_set_pipapo: merge pipapo_get/lookup Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 16/19] netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 17/19] netfilter: xt_nfacct: don't assume acct name is null-terminated Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 18/19] selftests: netfilter: Ignore tainted kernels in interface stress test Pablo Neira Ayuso
2025-07-25 17:03 ` [PATCH net-next 19/19] selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0 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=175348742951.3449488.12512237437033240060.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=horms@kernel.org \
    --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 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.