summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/auth.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi1-1/+1
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