Merge branch 'xfrm: some fixes for GSO with SW crypto'
authorSteffen Klassert <steffen.klassert@secunet.com>
Fri, 8 Aug 2025 08:44:23 +0000 (10:44 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 8 Aug 2025 08:44:23 +0000 (10:44 +0200)
commitd8369183a01a9f06f08c5d52e2667035e66b9957
tree301341654e336b786df9ac2747b4f313bd0fe421
parent42e42562c9cfcdacf000f1b42284a4fad24f8546
parent1118aaa3b35157777890fffab91d8c1da841b20b
Merge branch 'xfrm: some fixes for GSO with SW crypto'

Sabrina Dubroca says:

====================
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.
====================

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>