Message ID | 20220920130150.3546-1-gal@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Support 256 bit TLS keys with device offload | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 20 Sep 2022 16:01:46 +0300 you wrote: > Hey, > 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. > > [...] Here is the summary with links: - [net-next,v2,1/4] net/tls: Describe ciphers sizes by const structs https://git.kernel.org/netdev/net-next/c/2d2c5ea24243 - [net-next,v2,2/4] net/tls: Use cipher sizes structs https://git.kernel.org/netdev/net-next/c/ea7a9d88ba21 - [net-next,v2,3/4] net/tls: Support 256 bit keys with TX device offload https://git.kernel.org/netdev/net-next/c/56e5a6d3aa91 - [net-next,v2,4/4] net/mlx5e: Support 256 bit keys with kTLS device offload https://git.kernel.org/netdev/net-next/c/4960c414db35 You are awesome, thank you!