Merge branch 'Improve packet offload for dual stack'
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 6 Mar 2024 09:33:24 +0000 (10:33 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 6 Mar 2024 09:33:24 +0000 (10:33 +0100)
commit2ce0eae694cfa8d0f5e4fa396015fc68c5958e8d
tree5b80a75188cf8cf7fcae2967082a878bafccd9c6
parent1a807e46aa93ebad1dfbed4f82dc3bf779423a6e
parent8688ab2170a5be0bc922195f7091c38b506bab2e
Merge branch 'Improve packet offload for dual stack'

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>