All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next v2 0/4] netfilter: ipvs: remove unneeded hook wrappers
@ 2021-10-12 17:29 Florian Westphal
  2021-10-12 17:29 ` [PATCH nf-next v2 1/4] netfilter: ipvs: prepare for hook function reduction Florian Westphal
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Florian Westphal @ 2021-10-12 17:29 UTC (permalink / raw)
  To: netfilter-devel; +Cc: lvs-devel, ja, horms, Florian Westphal

V2: Patch 4/4 had a bug that would enter ipv6 branch for
ipv4 packets, fix that.

This series reduces the number of different hook function
implementations by merging the ipv4 and ipv6 hooks into
common code.

selftests/netfilter/ipvs.sh passes.

Florian Westphal (4):
  netfilter: ipvs: prepare for hook function reduction
  netfilter: ipvs: remove unneeded output wrappers
  netfilter: ipvs: remove unneeded input wrappers
  netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlers

 net/netfilter/ipvs/ip_vs_core.c | 166 ++++++--------------------------
 1 file changed, 32 insertions(+), 134 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-10-17 12:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 17:29 [PATCH nf-next v2 0/4] netfilter: ipvs: remove unneeded hook wrappers Florian Westphal
2021-10-12 17:29 ` [PATCH nf-next v2 1/4] netfilter: ipvs: prepare for hook function reduction Florian Westphal
2021-10-12 17:29 ` [PATCH nf-next v2 2/4] netfilter: ipvs: remove unneeded output wrappers Florian Westphal
2021-10-12 17:29 ` [PATCH nf-next v2 3/4] netfilter: ipvs: remove unneeded input wrappers Florian Westphal
2021-10-12 17:29 ` [PATCH nf-next v2 4/4] netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlers Florian Westphal
2021-10-12 20:38 ` [PATCH nf-next v2 0/4] netfilter: ipvs: remove unneeded hook wrappers Julian Anastasov
2021-10-17 12:17   ` Simon Horman
2021-10-14 21:02 ` Pablo Neira Ayuso

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.