|
Hello,
Here are 4 patchsets of changes which are result
of the split of the work "ipvs: per-net tables and optimizations" last
posted on 19 Oct 2025 as v6.
This patchset is part 1 of changes that accumulated in
recent time. Both patches are independent bug fixes for the nf tree
but only the second patch is a prerequisite for the other 3 parts.
And this second patch includes part of the code that was present in
v6/patch 5.
Links to all 4 parts which are on https://ja.ssi.bg/:
https://ja.ssi.bg/tmp/rht_split1_p1.tgz
https://ja.ssi.bg/tmp/rht_split1_p2.tgz
https://ja.ssi.bg/tmp/rht_split1_p3.tgz
https://ja.ssi.bg/tmp/rht_split1_p4.tgz
Link to v6 of the work these parts are based on:
https://ja.ssi.bg/tmp/rht_v6.tgz
Julian Anastasov (2):
ipvs: skip ipv6 extension headers for csum checks
ipvs: do not keep dest_dst if dev is going down
net/netfilter/ipvs/ip_vs_proto_sctp.c | 18 ++++-------
net/netfilter/ipvs/ip_vs_proto_tcp.c | 21 ++++--------
net/netfilter/ipvs/ip_vs_proto_udp.c | 20 ++++--------
net/netfilter/ipvs/ip_vs_xmit.c | 46 +++++++++++++++++++++------
4 files changed, 56 insertions(+), 49 deletions(-)
--
2.53.0
NOTE: I'm currently posting part 1 for review and applying
and part 2 for review. Even if part 2 can be applied
separately from parts 3 and 4, I prefer parts 2-4 to be
applied to same -next cycle. Just let me know when
should I post the other parts 3-4 for review.
|