index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx5
/
core
/
lib
/
crypto.c
Age
Commit message (
Expand
)
Author
2023-01-30
net/mlx5: Keep only one bulk of full available DEKs
Jianbo Liu
2023-01-30
net/mlx5: Add async garbage collector for DEK bulk
Jianbo Liu
2023-01-30
net/mlx5: Reuse DEKs after executing SYNC_CRYPTO command
Jianbo Liu
2023-01-30
net/mlx5: Use bulk allocation for fast update encryption key
Jianbo Liu
2023-01-30
net/mlx5: Add bulk allocation and modify_dek operation
Jianbo Liu
2023-01-30
net/mlx5: Add support SYNC_CRYPTO command
Jianbo Liu
2023-01-30
net/mlx5: Add new APIs for fast update encryption key
Jianbo Liu
2023-01-30
net/mlx5: Refactor the encryption key creation
Jianbo Liu
2023-01-30
net/mlx5: Add const to the key pointer of encryption key creation
Jianbo Liu
2023-01-30
net/mlx5: Prepare for fast crypto key update if hardware supports it
Jianbo Liu
2023-01-30
net/mlx5: Change key type to key purpose
Jianbo Liu
2023-01-30
net/mlx5: Header file for crypto
Tariq Toukan
2021-03-16
net/mlx5: Move mlx5e hw resources into a sub object
Roi Dayan
2020-07-16
net/mlx5: IPsec: Add HW crypto offload support
Raed Salem
2020-03-07
net/mlx5: Introduce TLS and IPSec objects enums
Saeed Mahameed
2019-08-28
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2019-08-20
net/mlx5: Add missing include file to lib/crypto.c
Saeed Mahameed
2019-08-08
net/mlx5: crypto, Fix wrong offset in encryption key command
Tariq Toukan
2019-07-05
net/mlx5: Add crypto library to support create/destroy encryption key
Tariq Toukan