From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: fw@strlen.de
Subject: Re: [PATCH net 0/3] Netfilter fixes for net
Date: Tue, 2 Feb 2021 16:25:55 +0100 [thread overview]
Message-ID: <20210202152555.GC26494@salvia> (raw)
In-Reply-To: <20210202152156.25979-1-pablo@netfilter.org>
Please, scratch this.
My robot resent an old pull request that was stale on my submission
folder.
Sorry for the noise.
On Tue, Feb 02, 2021 at 04:21:52PM +0100, Pablo Neira Ayuso wrote:
> Hi,
>
> The following patchset contains Netfilter fixes for net:
>
> 1) Honor stateful expressions defined in the set from the dynset
> extension. The set definition provides a stateful expression
> that must be used by the dynset expression in case it is specified.
>
> 2) Missing timeout extension in the set element in the dynset
> extension leads to inconsistent ruleset listing, not allowing
> the user to restore timeout and expiration on ruleset reload.
>
> 3) Do not dump the stateful expression from the dynset extension
> if it coming from the set definition.
>
> Please, pull these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
>
> Thanks!
>
> ----------------------------------------------------------------
>
> The following changes since commit c8a8ead01736419a14c3106e1f26a79d74fc84c7:
>
> Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2021-01-12 20:25:29 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD
>
> for you to fetch changes up to ce5379963b2884e9d23bea0c5674a7251414c84b:
>
> netfilter: nft_dynset: dump expressions when set definition contains no expressions (2021-01-16 19:54:42 +0100)
>
> ----------------------------------------------------------------
> Pablo Neira Ayuso (3):
> netfilter: nft_dynset: honor stateful expressions in set definition
> netfilter: nft_dynset: add timeout extension to template
> netfilter: nft_dynset: dump expressions when set definition contains no expressions
>
> include/net/netfilter/nf_tables.h | 2 ++
> net/netfilter/nf_tables_api.c | 5 ++---
> net/netfilter/nft_dynset.c | 41 +++++++++++++++++++++++++--------------
> 3 files changed, 30 insertions(+), 18 deletions(-)
next prev parent reply other threads:[~2021-02-02 15:29 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 15:21 [PATCH net 0/3] Netfilter fixes for net Pablo Neira Ayuso
2021-02-02 15:25 ` Pablo Neira Ayuso [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-13 11:36 Florian Westphal
2025-04-03 11:57 Pablo Neira Ayuso
2025-03-06 15:34 Pablo Neira Ayuso
2024-12-11 23:01 Pablo Neira Ayuso
2024-11-14 12:57 Pablo Neira Ayuso
2024-11-14 14:54 ` Paolo Abeni
2024-11-14 15:00 ` Pablo Neira Ayuso
2024-11-14 15:31 ` Paolo Abeni
2024-11-14 18:08 ` Pablo Neira Ayuso
2024-10-09 21:38 Pablo Neira Ayuso
2024-08-22 0:17 Pablo Neira Ayuso
2024-06-11 22:03 Pablo Neira Ayuso
2024-04-18 1:09 Pablo Neira Ayuso
2024-03-21 0:06 Pablo Neira Ayuso
2024-02-29 0:01 Pablo Neira Ayuso
2024-02-14 23:38 Pablo Neira Ayuso
2023-07-26 15:23 [PATCH net 0/3] netfilter " Florian Westphal
2023-06-08 19:57 [PATCH net 0/3] Netfilter " Pablo Neira Ayuso
2023-05-17 12:37 Florian Westphal
2023-05-03 6:32 Pablo Neira Ayuso
2023-03-07 10:04 Pablo Neira Ayuso
2023-03-07 12:57 ` Paolo Abeni
2023-03-07 17:26 ` Jakub Kicinski
2023-03-08 9:34 ` Pablo Neira Ayuso
2023-03-01 22:20 Pablo Neira Ayuso
2023-01-13 16:41 Pablo Neira Ayuso
2023-01-18 3:03 ` Jakub Kicinski
2023-01-11 21:22 Pablo Neira Ayuso
2022-11-22 21:28 Pablo Neira Ayuso
2022-11-09 11:28 Pablo Neira Ayuso
2022-10-12 12:18 [PATCH net 0/3] netfilter " Florian Westphal
2022-07-11 9:33 [PATCH net 0/3] Netfilter " Pablo Neira Ayuso
2022-06-29 17:13 Pablo Neira Ayuso
2022-06-30 3:20 ` patchwork-bot+netdevbpf
2022-04-28 14:21 Pablo Neira Ayuso
2022-03-28 8:20 Pablo Neira Ayuso
2022-03-17 20:25 Pablo Neira Ayuso
2022-03-12 22:03 Pablo Neira Ayuso
2022-03-14 22:54 ` Jakub Kicinski
2022-03-14 23:07 ` Florian Westphal
2022-03-14 23:18 ` Jakub Kicinski
2021-12-17 8:53 Pablo Neira Ayuso
2021-06-10 16:54 Pablo Neira Ayuso
2021-01-27 13:25 Pablo Neira Ayuso
2021-01-12 22:20 Pablo Neira Ayuso
2021-01-13 4:26 ` Jakub Kicinski
2021-01-03 19:29 Pablo Neira Ayuso
2021-01-04 23:04 ` Jakub Kicinski
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=20210202152555.GC26494@salvia \
--to=pablo@netfilter.org \
--cc=fw@strlen.de \
--cc=netfilter-devel@vger.kernel.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).