All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next v2 0/3] netfilter: conntrack: remove obsolete module parameters
@ 2026-06-29 12:58 Florian Westphal
  2026-06-29 12:58 ` [PATCH nf-next v2 1/3] netfilter: nf_conntrack_helper: do not hash by tuple Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2026-06-29 12:58 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

v2: build breakage fix in 2/3.

1) Switch nf_conntrack_helper hashing from full tuple to name and L4
   protocol. Prepares for tuple removal.

2) Remove tuple from conntrack helper definitions and eliminate redundant
   protocol registrations. Add netlink policy validation to prevent protocol
   number truncation.

3) Remove obsolete conntrack module parameters.

Florian Westphal (4):
  netfilter: nf_conntrack_helper: do not hash by tuple
  netfilter: conntrack: get rid of tuple in helper definitions
  netfilter: conntrack: remove obsolete module parameters
  netfilter: nft_ct: support expectation creation for natted flows

 include/linux/netfilter/nf_conntrack_h323.h |  2 -
 include/linux/netfilter/nf_conntrack_pptp.h |  2 -
 include/linux/netfilter/nf_conntrack_sane.h |  2 -
 include/linux/netfilter/nf_conntrack_tftp.h |  2 -
 include/net/netfilter/nf_conntrack_helper.h | 10 ++-
 net/ipv4/netfilter/nf_nat_snmp_basic_main.c |  2 +-
 net/netfilter/nf_conntrack_amanda.c         |  4 +-
 net/netfilter/nf_conntrack_broadcast.c      |  2 -
 net/netfilter/nf_conntrack_ftp.c            | 32 +++------
 net/netfilter/nf_conntrack_h323_main.c      | 10 +--
 net/netfilter/nf_conntrack_helper.c         | 77 +++++++++------------
 net/netfilter/nf_conntrack_irc.c            | 27 +++-----
 net/netfilter/nf_conntrack_netbios_ns.c     |  2 -
 net/netfilter/nf_conntrack_ovs.c            |  6 +-
 net/netfilter/nf_conntrack_pptp.c           |  2 +-
 net/netfilter/nf_conntrack_sane.c           | 34 +++------
 net/netfilter/nf_conntrack_sip.c            | 45 ++++--------
 net/netfilter/nf_conntrack_snmp.c           |  4 +-
 net/netfilter/nf_conntrack_tftp.c           | 33 +++------
 net/netfilter/nfnetlink_cthelper.c          | 21 +++---
 net/netfilter/nft_ct.c                      | 15 ++++
 net/sched/act_ct.c                          |  4 +-
 22 files changed, 125 insertions(+), 213 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-29 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 12:58 [PATCH nf-next v2 0/3] netfilter: conntrack: remove obsolete module parameters Florian Westphal
2026-06-29 12:58 ` [PATCH nf-next v2 1/3] netfilter: nf_conntrack_helper: do not hash by tuple Florian Westphal
2026-06-29 12:58 ` [PATCH nf-next v2 2/3] netfilter: conntrack: get rid of tuple in helper definitions Florian Westphal
2026-06-29 12:58 ` [PATCH nf-next v2 3/3] netfilter: conntrack: remove obsolete module parameters Florian Westphal

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.