netfilter-devel.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-next 01/14] netfilter: nf_tables: fix set size with rbtree backend
Date: Mon, 20 Jan 2025 20:10:32 +0000	[thread overview]
Message-ID: <173740383227.3638218.4903727390571556542.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250119172051.8261-2-pablo@netfilter.org>

Hello:

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

On Sun, 19 Jan 2025 18:20:38 +0100 you wrote:
> The existing rbtree implementation uses singleton elements to represent
> ranges, however, userspace provides a set size according to the number
> of ranges in the set.
> 
> Adjust provided userspace set size to the number of singleton elements
> in the kernel by multiplying the range by two.
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] netfilter: nf_tables: fix set size with rbtree backend
    https://git.kernel.org/netdev/net-next/c/8d738c1869f6
  - [net-next,02/14] netfilter: br_netfilter: remove unused conditional and dead code
    https://git.kernel.org/netdev/net-next/c/d01ed3240b22
  - [net-next,03/14] netfilter: nf_tables: Flowtable hook's pf value never varies
    https://git.kernel.org/netdev/net-next/c/2a67414a143e
  - [net-next,04/14] netfilter: nf_tables: Store user-defined hook ifname
    https://git.kernel.org/netdev/net-next/c/b7c2d793c28c
  - [net-next,05/14] netfilter: nf_tables: Use stored ifname in netdev hook dumps
    https://git.kernel.org/netdev/net-next/c/880ccec0d02e
  - [net-next,06/14] netfilter: nf_tables: Compare netdev hooks based on stored name
    https://git.kernel.org/netdev/net-next/c/bc87b75847d8
  - [net-next,07/14] netfilter: nf_tables: Tolerate chains with no remaining hooks
    https://git.kernel.org/netdev/net-next/c/fc0133428e7a
  - [net-next,08/14] netfilter: nf_tables: Simplify chain netdev notifier
    https://git.kernel.org/netdev/net-next/c/375f222800bc
  - [net-next,09/14] netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath
    https://git.kernel.org/netdev/net-next/c/d9d7b489416d
  - [net-next,10/14] netfilter: nft_flow_offload: update tcp state flags under lock
    https://git.kernel.org/netdev/net-next/c/7a4b61406395
  - [net-next,11/14] netfilter: conntrack: remove skb argument from nf_ct_refresh
    https://git.kernel.org/netdev/net-next/c/31768596b15a
  - [net-next,12/14] netfilter: conntrack: rework offload nf_conn timeout extension logic
    https://git.kernel.org/netdev/net-next/c/03428ca5cee9
  - [net-next,13/14] netfilter: flowtable: teardown flow if cached mtu is stale
    https://git.kernel.org/netdev/net-next/c/b8baac3b9c5c
  - [net-next,14/14] netfilter: flowtable: add CLOSING state
    https://git.kernel.org/netdev/net-next/c/fdbaf5163331

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



  reply	other threads:[~2025-01-20 20:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-19 17:20 [PATCH net-next,v2 00/14] Netfilter updates for net-next Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 01/14] netfilter: nf_tables: fix set size with rbtree backend Pablo Neira Ayuso
2025-01-20 20:10   ` patchwork-bot+netdevbpf [this message]
2025-01-19 17:20 ` [PATCH net-next 02/14] netfilter: br_netfilter: remove unused conditional and dead code Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 03/14] netfilter: nf_tables: Flowtable hook's pf value never varies Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 04/14] netfilter: nf_tables: Store user-defined hook ifname Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 05/14] netfilter: nf_tables: Use stored ifname in netdev hook dumps Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 06/14] netfilter: nf_tables: Compare netdev hooks based on stored name Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 07/14] netfilter: nf_tables: Tolerate chains with no remaining hooks Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 08/14] netfilter: nf_tables: Simplify chain netdev notifier Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 09/14] netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 10/14] netfilter: nft_flow_offload: update tcp state flags under lock Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 11/14] netfilter: conntrack: remove skb argument from nf_ct_refresh Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 12/14] netfilter: conntrack: rework offload nf_conn timeout extension logic Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 13/14] netfilter: flowtable: teardown flow if cached mtu is stale Pablo Neira Ayuso
2025-01-19 17:20 ` [PATCH net-next 14/14] netfilter: flowtable: add CLOSING state Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2025-01-16 17:18 [PATCH net-next 00/14] Netfilter updates for net-next Pablo Neira Ayuso
2025-01-16 17:18 ` [PATCH net-next 01/14] netfilter: nf_tables: fix set size with rbtree backend Pablo Neira Ayuso
2025-01-17 10:49   ` Simon Horman
2025-01-17 11:12     ` 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=173740383227.3638218.4903727390571556542.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).