summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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