Re: [PATCH nf v2 0/2] ipvs: csum validations and data offsets
Julian Anastasov <[email protected]> Tue, 21 Jul 2026 09:19:06 +0300 (EEST)
| Newsgroups | org.kernel.vger.lvs-devel,org.kernel.vger.netfilter-devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Mon, 20 Jul 2026, Julian Anastasov wrote: > 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 There are some compiler warnings for unused vars, will send v3... pw-bot: changes-requested > 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(-) Regards -- Julian Anastasov <[email protected]>