From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Florian Westphal <fw@strlen.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nf-next 0/5] netfilter: conntrack: remove some code
Date: Sat, 23 May 2026 08:28:41 +0200 [thread overview]
Message-ID: <ahFJGSir1oJ5i7Fb@chamomile> (raw)
In-Reply-To: <20260522050140.4838-1-fw@strlen.de>
Hi Florian,
Thanks for your series.
I have been working this week on fixing the helper infrastructure as I
told you, my series is directly clashing with this.
It's is taking me a bit of time to make sure to validate this is
correct but I can hopefully post it asap.
If you can only on with this series, I'd appreciate.
Thanks
On Fri, May 22, 2026 at 07:01:29AM +0200, Florian Westphal wrote:
> 1) Remove the full tuple from the nf_conntrack_helper hash. Switch to hashing
> based on the helper name and L4 protocol.
>
> 2) Remove tuple from netfilter conntrack helper definitions. Eliminate
> redundant IPv4 and IPv6 registration requests.
>
> 3) Switch nf_conntrack to static registration. Remove helper autoassign
> port module params.
>
> 4) Remove the obsolete nf_ct_helper_init API from netfilter.
>
> 5) Add deprecation warnings for IRC and PPTP conntrack trackers. Update IRC
> helper help text to clarify its use for DCC extension.
>
> Florian Westphal (5):
> netfilter: nf_conntrack_helper: do not hash by tuple
> netfilter: conntrack: get rid of tuple in helper definitions
> netfilter: nf_conntrack: switch to static registration
> netfilter: remove obsolete nf_ct_helper_init api
> netfilter: conntrack: add deprecation warnings for irc and pptp trackers
>
> include/net/netfilter/nf_conntrack_helper.h | 20 ++---
> net/ipv4/netfilter/nf_nat_snmp_basic_main.c | 5 +-
> net/netfilter/Kconfig | 11 +--
> net/netfilter/nf_conntrack_amanda.c | 35 +++-----
> net/netfilter/nf_conntrack_broadcast.c | 2 -
> net/netfilter/nf_conntrack_ftp.c | 51 +++--------
> net/netfilter/nf_conntrack_h323_main.c | 85 ++++++------------
> net/netfilter/nf_conntrack_helper.c | 96 ++++++---------------
> net/netfilter/nf_conntrack_irc.c | 40 ++++-----
> net/netfilter/nf_conntrack_netbios_ns.c | 7 +-
> net/netfilter/nf_conntrack_pptp.c | 7 +-
> net/netfilter/nf_conntrack_sane.c | 50 +++--------
> net/netfilter/nf_conntrack_sip.c | 61 +++++--------
> net/netfilter/nf_conntrack_snmp.c | 7 +-
> net/netfilter/nf_conntrack_tftp.c | 47 +++-------
> net/netfilter/nfnetlink_cthelper.c | 20 ++---
> 16 files changed, 177 insertions(+), 367 deletions(-)
>
> --
> 2.53.0
>
next prev parent reply other threads:[~2026-05-23 6:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 5:01 [PATCH nf-next 0/5] netfilter: conntrack: remove some code Florian Westphal
2026-05-22 5:01 ` [PATCH nf-next 1/5] netfilter: nf_conntrack_helper: do not hash by tuple Florian Westphal
2026-05-22 5:01 ` [PATCH nf-next 2/5] netfilter: conntrack: get rid of tuple in helper definitions Florian Westphal
2026-05-22 5:01 ` [PATCH nf-next 3/5] netfilter: nf_conntrack: switch to static registration Florian Westphal
2026-05-22 5:01 ` [PATCH nf-next 4/5] netfilter: remove obsolete nf_ct_helper_init api Florian Westphal
2026-05-22 5:01 ` [PATCH nf-next 5/5] netfilter: conntrack: add deprecation warnings for irc and pptp trackers Florian Westphal
2026-05-23 6:28 ` Pablo Neira Ayuso [this message]
2026-05-23 7:26 ` [PATCH nf-next 0/5] netfilter: conntrack: remove some code Florian Westphal
2026-05-23 8:28 ` 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=ahFJGSir1oJ5i7Fb@chamomile \
--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 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.