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
Subject: Re: [PATCH net-next 01/17] netfilter: ecache: use dedicated list for event redelivery
Date: Mon, 16 May 2022 09:20:18 +0000	[thread overview]
Message-ID: <165269281804.1627.3114104321343166831.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220513214329.1136459-2-pablo@netfilter.org>

Hello:

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

On Fri, 13 May 2022 23:43:13 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
> 
> This disentangles event redelivery and the percpu dying list.
> 
> Because entries are now stored on a dedicated list, all
> entries are in NFCT_ECACHE_DESTROY_FAIL state and all entries
> still have confirmed bit set -- the reference count is at least 1.
> 
> [...]

Here is the summary with links:
  - [net-next,01/17] netfilter: ecache: use dedicated list for event redelivery
    https://git.kernel.org/netdev/net-next/c/2ed3bf188b33
  - [net-next,02/17] netfilter: conntrack: include ecache dying list in dumps
    https://git.kernel.org/netdev/net-next/c/0d3cc504ba9c
  - [net-next,03/17] netfilter: conntrack: remove the percpu dying list
    https://git.kernel.org/netdev/net-next/c/1397af5bfd7d
  - [net-next,04/17] netfilter: cttimeout: decouple unlink and free on netns destruction
    https://git.kernel.org/netdev/net-next/c/78222bacfca9
  - [net-next,05/17] netfilter: remove nf_ct_unconfirmed_destroy helper
    https://git.kernel.org/netdev/net-next/c/17438b42ce14
  - [net-next,06/17] netfilter: extensions: introduce extension genid count
    https://git.kernel.org/netdev/net-next/c/c56716c69ce1
  - [net-next,07/17] netfilter: cttimeout: decouple unlink and free on netns destruction
    https://git.kernel.org/netdev/net-next/c/42df4fb9b1be
  - [net-next,08/17] netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
    https://git.kernel.org/netdev/net-next/c/ace53fdc262f
  - [net-next,09/17] netfilter: conntrack: remove unconfirmed list
    https://git.kernel.org/netdev/net-next/c/8a75a2c17410
  - [net-next,10/17] netfilter: conntrack: avoid unconditional local_bh_disable
    https://git.kernel.org/netdev/net-next/c/0bcfbafbcd34
  - [net-next,11/17] netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
    https://git.kernel.org/netdev/net-next/c/8169ff584003
  - [net-next,12/17] netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
    https://git.kernel.org/netdev/net-next/c/2794cdb0b97b
  - [net-next,13/17] netfilter: conntrack: un-inline nf_ct_ecache_ext_add
    https://git.kernel.org/netdev/net-next/c/b0a7ab4a7765
  - [net-next,14/17] netfilter: conntrack: add nf_conntrack_events autodetect mode
    https://git.kernel.org/netdev/net-next/c/90d1daa45849
  - [net-next,15/17] netfilter: prefer extension check to pointer check
    https://git.kernel.org/netdev/net-next/c/8edc81311100
  - [net-next,16/17] netfilter: flowtable: nft_flow_route use more data for reverse route
    https://git.kernel.org/netdev/net-next/c/3412e1641828
  - [net-next,17/17] netfilter: conntrack: skip verification of zero UDP checksum
    https://git.kernel.org/netdev/net-next/c/4f9bd53084d1

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



  reply	other threads:[~2022-05-16  9:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 21:43 [PATCH net-next 00/17] Netfilter updates for net-next Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 01/17] netfilter: ecache: use dedicated list for event redelivery Pablo Neira Ayuso
2022-05-16  9:20   ` patchwork-bot+netdevbpf [this message]
2022-05-13 21:43 ` [PATCH net-next 02/17] netfilter: conntrack: include ecache dying list in dumps Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 03/17] netfilter: conntrack: remove the percpu dying list Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 04/17] netfilter: cttimeout: decouple unlink and free on netns destruction Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 05/17] netfilter: remove nf_ct_unconfirmed_destroy helper Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 06/17] netfilter: extensions: introduce extension genid count Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 07/17] netfilter: cttimeout: decouple unlink and free on netns destruction Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 08/17] netfilter: conntrack: remove __nf_ct_unconfirmed_destroy Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 09/17] netfilter: conntrack: remove unconfirmed list Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 10/17] netfilter: conntrack: avoid unconditional local_bh_disable Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 11/17] netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*() Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 12/17] netfilter: nfnetlink: allow to detect if ctnetlink listeners exist Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 13/17] netfilter: conntrack: un-inline nf_ct_ecache_ext_add Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 14/17] netfilter: conntrack: add nf_conntrack_events autodetect mode Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 15/17] netfilter: prefer extension check to pointer check Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 16/17] netfilter: flowtable: nft_flow_route use more data for reverse route Pablo Neira Ayuso
2022-05-13 21:43 ` [PATCH net-next 17/17] netfilter: conntrack: skip verification of zero UDP checksum Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2022-05-10 12:21 [PATCH net-next 00/17] Netfilter updates for net-next Pablo Neira Ayuso
2022-05-10 12:21 ` [PATCH net-next 01/17] netfilter: ecache: use dedicated list for event redelivery Pablo Neira Ayuso
2022-05-11  2:20   ` Jakub Kicinski
2022-05-11  5:46     ` Florian Westphal
2022-05-11  7:26       ` 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=165269281804.1627.3114104321343166831.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --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).