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/11] ipvs: show the current conn_tab size to users
Date: Sun, 12 Apr 2026 18:00:23 +0000 [thread overview]
Message-ID: <177601682380.3359939.9450580091619442068.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260410112352.23599-2-fw@strlen.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Florian Westphal <fw@strlen.de>:
On Fri, 10 Apr 2026 13:23:42 +0200 you wrote:
> From: Julian Anastasov <ja@ssi.bg>
>
> As conn_tab is per-net, better to show the current hash table size
> to users instead of the ip_vs_conn_tab_size (max).
>
> Signed-off-by: Julian Anastasov <ja@ssi.bg>
> Signed-off-by: Florian Westphal <fw@strlen.de>
>
> [...]
Here is the summary with links:
- [net-next,01/11] ipvs: show the current conn_tab size to users
https://git.kernel.org/netdev/net-next/c/22e620fe8455
- [net-next,02/11] ipvs: add ip_vs_status info
https://git.kernel.org/netdev/net-next/c/9a9ccef907a7
- [net-next,03/11] ipvs: add conn_lfactor and svc_lfactor sysctl vars
https://git.kernel.org/netdev/net-next/c/8d7de5477e47
- [net-next,04/11] netfilter: x_physdev: reject empty or not-nul terminated device names
https://git.kernel.org/netdev/net-next/c/8df772afc9d0
- [net-next,05/11] netfilter: nfnetlink: prefer skb_mac_header helpers
https://git.kernel.org/netdev/net-next/c/74feb7d373b3
- [net-next,06/11] netfilter: xt_HL: add pr_fmt and checkentry validation
https://git.kernel.org/netdev/net-next/c/24bd5c2679ca
- [net-next,07/11] netfilter: xt_socket: enable defrag after all other checks
https://git.kernel.org/netdev/net-next/c/542be3fa5aff
- [net-next,08/11] netfilter: conntrack: remove UDP-Lite conntrack support
https://git.kernel.org/netdev/net-next/c/84dee05d9d61
- [net-next,09/11] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
https://git.kernel.org/netdev/net-next/c/f30e5a7291a8
- [net-next,10/11] netfilter: nft_fwd_netdev: check ttl/hl before forwarding
https://git.kernel.org/netdev/net-next/c/1dfd95bdf4d1
- [net-next,11/11] netfilter: require Ethernet MAC header before using eth_hdr()
https://git.kernel.org/netdev/net-next/c/62443dc21114
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-04-12 18:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-10 11:23 [PATCH net-next 00/11] netfilter: updates for net-next Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 01/11] ipvs: show the current conn_tab size to users Florian Westphal
2026-04-12 18:00 ` patchwork-bot+netdevbpf [this message]
2026-04-10 11:23 ` [PATCH net-next 02/11] ipvs: add ip_vs_status info Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 03/11] ipvs: add conn_lfactor and svc_lfactor sysctl vars Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 04/11] netfilter: x_physdev: reject empty or not-nul terminated device names Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 05/11] netfilter: nfnetlink: prefer skb_mac_header helpers Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 06/11] netfilter: xt_HL: add pr_fmt and checkentry validation Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 07/11] netfilter: xt_socket: enable defrag after all other checks Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 08/11] netfilter: conntrack: remove UDP-Lite conntrack support Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 09/11] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 10/11] netfilter: nft_fwd_netdev: check ttl/hl before forwarding Florian Westphal
2026-04-10 11:23 ` [PATCH net-next 11/11] netfilter: require Ethernet MAC header before using eth_hdr() Florian Westphal
2026-04-12 16:40 ` [PATCH net-next 00/11] netfilter: updates for net-next Jakub Kicinski
2026-04-12 16:54 ` Florian Westphal
2026-04-12 17:17 ` Florian Westphal
2026-04-12 18:58 ` Pablo Neira Ayuso
2026-04-12 17:53 ` Jakub Kicinski
2026-04-12 18:07 ` Julian Anastasov
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=177601682380.3359939.9450580091619442068.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 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.