summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/auth.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui2024-08-031-6/+8
* Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-141-12/+10
|\
| * nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke2024-05-011-12/+8
| * nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2024-05-011-0/+2
* | nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi2024-05-071-1/+1
* | nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi2024-05-011-3/+3
* | nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi2024-05-011-1/+1
|/
* nvme-auth: use transformed key size to create respMark O'Donovan2023-10-171-14/+17
* nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
* nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke2022-08-311-0/+1
* nvmet-auth: fix a couple of spelling mistakesColin Ian King2022-08-021-1/+1
* nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig2022-08-021-1/+1
* nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-021-0/+1
* nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-021-0/+157
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-0/+367