LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

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

To: Simon Horman <horms@xxxxxxxxxxxx>
Subject: [PATCH nf v2 0/2] ipvs: csum validations and data offsets
Cc: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Florian Westphal <fw@xxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx
From: Julian Anastasov <ja@xxxxxx>
Date: Mon, 20 Jul 2026 23:11:20 +0300
        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




<Prev in Thread] Current Thread [Next in Thread>