[PATCH nf v2 0/2] ipvs: csum validations and data offsets

Julian Anastasov <[email protected]> Mon, 20 Jul 2026 23:11:20 +0300
Newsgroups org.kernel.vger.lvs-devel,org.kernel.vger.netfilter-devel
Message-ID <[email protected]>
	Hello,

	This patchset contains fixes for the checksum
validations for ICMPv6 and switches TCP, UDP and ICMP to
use nf_checksum for LOCAL_IN.

	It also corrects offsets to be based on skb->data and to
respect the network offset.

Julian Anastasov (2):
  ipvs: fix the checksum validations
  ipvs: fix places with wrong packet offsets

 include/net/ip_vs.h                   |  49 +++++++--
 net/netfilter/ipvs/ip_vs_app.c        |   4 +-
 net/netfilter/ipvs/ip_vs_core.c       | 149 ++++++++++++++------------
 net/netfilter/ipvs/ip_vs_proto_sctp.c |  19 ++--
 net/netfilter/ipvs/ip_vs_proto_tcp.c  |  48 ++-------
 net/netfilter/ipvs/ip_vs_proto_udp.c  |  54 +++-------
 net/netfilter/ipvs/ip_vs_xmit.c       |  26 ++---
 7 files changed, 172 insertions(+), 177 deletions(-)

-- 
2.55.0