[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1754297051.git.sd@queasysnail.net>
Date: Mon, 4 Aug 2025 11:26:24 +0200
From: Sabrina Dubroca <sd@...asysnail.net>
To: netdev@...r.kernel.org
Cc: Sabrina Dubroca <sd@...asysnail.net>,
Steffen Klassert <steffen.klassert@...unet.com>,
David Ahern <dsahern@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>,
"David S. Miller" <davem@...emloft.net>
Subject: [PATCH ipsec v2 0/3] xfrm: some fixes for GSO with SW crypto
This series fixes a few issues with GSO. Some recent patches made the
incorrect assumption that GSO is only used by offload. The first two
patches in this series restore the old behavior.
The final patch is in the UDP GSO code, but fixes an issue with IPsec
that is currently masked by the lack of GSO for SW crypto. With GSO,
VXLAN over IPsec doesn't get checksummed.
v2: only revert the unwanted changes from commit
d53dda291bbd ("xfrm: Remove unneeded device check from validate_xmit_xfrm")
Sabrina Dubroca (3):
xfrm: restore GSO for SW crypto
xfrm: bring back device check in validate_xmit_xfrm
udp: also consider secpath when evaluating ipsec use for checksumming
net/ipv4/udp_offload.c | 2 +-
net/xfrm/xfrm_device.c | 12 +++++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
--
2.50.0
Powered by blists - more mailing lists