Merge branch 'support-256-bit-tls-keys-with-device-offload'
authorJakub Kicinski <kuba@kernel.org>
Fri, 23 Sep 2022 00:27:45 +0000 (17:27 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Sep 2022 00:27:46 +0000 (17:27 -0700)
commit03d25cf7a0e9e83448a67cd1e3c51712f3273984
treea8ddd9adfa7f787556161af4b0d385637dd02f3b
parent8db3d514e96715c897fe793c4d5fc0fd86aca517
parent4960c414db3582b266dce660bd8eff41157fe2f9
Merge branch 'support-256-bit-tls-keys-with-device-offload'

Gal Pressman says:

====================
Support 256 bit TLS keys with device offload

This series adds support for 256 bit TLS keys with device offload, and a
cleanup patch to remove repeating code:
- Patches #1-2 add cipher sizes descriptors which allow reducing the
  amount of code duplications.
- Patch #3 allows 256 bit keys to be TX offloaded in the tls module (RX
  already supported).
- Patch #4 adds 256 bit keys support to the mlx5 driver.
====================

Link: https://lore.kernel.org/r/20220920130150.3546-1-gal@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>