https://github.com/torvalds/linux
Revision 2ce0eae694cfa8d0f5e4fa396015fc68c5958e8d authored by Steffen Klassert on 06 March 2024, 09:33:24 UTC, committed by Steffen Klassert on 06 March 2024, 09:33:24 UTC
Mike Yu says:
====================
In the XFRM stack, whether a packet is forwarded to the IPv4
or IPv6 stack depends on the family field of the matched SA.
This does not completely work for IPsec packet offload in some
scenario, for example, sending an IPv6 packet that will be
encrypted and encapsulated as an IPv4 packet in HW.

Here are the patches to make IPsec packet offload work on the
mentioned scenario.
====================

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2 parent s 1a807e4 + 8688ab2
History
Tip revision: 2ce0eae694cfa8d0f5e4fa396015fc68c5958e8d authored by Steffen Klassert on 06 March 2024, 09:33:24 UTC
Merge branch 'Improve packet offload for dual stack'
Tip revision: 2ce0eae

back to top