summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/auth.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis1-2/+2
2025-10-23nvmet-auth: update sc_c in host responseHannes Reinecke1-2/+3
2025-05-20nvmet-auth: use SHASH_DESC_ON_STACKHannes Reinecke1-10/+2
2025-05-20nvmet-auth: authenticate on admin queue onlyHannes Reinecke1-3/+6
2025-04-30nvmet-auth: always free derived key dataHannes Reinecke1-2/+1
2025-04-16nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()Damien Le Moal1-1/+1
2025-03-21nvmet-tcp: support secure channel concatenationHannes Reinecke1-0/+70
2025-03-21nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke1-1/+1
2024-11-02Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke1-0/+12
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-12/+10
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi1-1/+1
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke1-12/+8
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke1-0/+2
2024-05-01nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi1-3/+3
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi1-1/+1
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-14/+17
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg1-0/+2
2022-08-31nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke1-0/+1
2022-08-03nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-03nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig1-1/+1
2022-08-03nvmet-auth: expire authentication sessionsHannes Reinecke1-0/+1
2022-08-03nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+157
2022-08-03nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+367