]> git.ipfire.org Git - thirdparty/strongswan.git/commit
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)
commit3cf565364080ca64729db6f298ebaef5d9166d8a
tree8cce538172cce217501ce0dbf6a324a86f5ebe4f
parent056f3e774232f4e07bec9eb32a84737d9710e91e
parent15c63601457ed4523f56f45a7d1c3881cc09f85c
Merge branch 'hw-packet-offload'

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