summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Keep only one bulk of full available DEKsJianbo Liu2023-01-301-5/+13
* net/mlx5: Add async garbage collector for DEK bulkJianbo Liu2023-01-301-9/+65
* net/mlx5: Reuse DEKs after executing SYNC_CRYPTO commandJianbo Liu2023-01-301-9/+183
* net/mlx5: Use bulk allocation for fast update encryption keyJianbo Liu2023-01-301-7/+208
* net/mlx5: Add bulk allocation and modify_dek operationJianbo Liu2023-01-301-2/+83
* net/mlx5: Add support SYNC_CRYPTO commandJianbo Liu2023-01-301-0/+36
* net/mlx5: Add new APIs for fast update encryption keyJianbo Liu2023-01-301-5/+85
* net/mlx5: Refactor the encryption key creationJianbo Liu2023-01-301-24/+53
* net/mlx5: Add const to the key pointer of encryption key creationJianbo Liu2023-01-301-1/+1
* net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu2023-01-301-0/+36
* net/mlx5: Change key type to key purposeJianbo Liu2023-01-301-1/+1
* net/mlx5: Header file for cryptoTariq Toukan2023-01-301-1/+1
* net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan2021-03-161-1/+1
* net/mlx5: IPsec: Add HW crypto offload supportRaed Salem2020-07-161-3/+2
* net/mlx5: Introduce TLS and IPSec objects enumsSaeed Mahameed2020-03-071-1/+1
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-08-281-0/+1
|\
| * net/mlx5: Add missing include file to lib/crypto.cSaeed Mahameed2019-08-201-0/+1
* | net/mlx5: crypto, Fix wrong offset in encryption key commandTariq Toukan2019-08-081-0/+1
|/
* net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan2019-07-051-0/+72