]> www.infradead.org Git - users/hch/misc.git/commit
net: ipv6: fix TCP GSO segmentation with NAT
authorFelix Fietkau <nbd@nbd.name>
Tue, 11 Mar 2025 21:25:30 +0000 (22:25 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 18 Mar 2025 10:50:22 +0000 (11:50 +0100)
commitdaa624d3c2ddffdcbad140a9625a4064371db44f
treec7cf260ea2d8e3dfd4130750d1fe19dbfba8b47f
parent2fc8a346625eb1abfe202062c7e6a13d76cde5ea
net: ipv6: fix TCP GSO segmentation with NAT

When updating the source/destination address, the TCP/UDP checksum needs to
be updated as well.

Fixes: bee88cd5bd83 ("net: add support for segmenting TCP fraglist GSO packets")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/20250311212530.91519-1-nbd@nbd.name
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv6/tcpv6_offload.c