]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Merge branch 'hw-packet-offload'
authorTobias Brunner <tobias@strongswan.org>
Fri, 17 Feb 2023 12:27:37 +0000 (13:27 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Feb 2023 12:29:56 +0000 (13:29 +0100)
This adds support for the new "packet" hardware offload feature that's
added to the Linux kernel with 6.2.  In this mode, the device handles
the complete framing of the ESP packet as well as the policy checks,
in addition to the crypto.

For the IKE sockets, port-based bypass policies are automatically
offloaded to devices that support it.

Closes strongswan/strongswan#1462


Trivial merge