summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/auth.c
AgeCommit message (Expand)AuthorFilesLines
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-02nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-02nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig1-1/+1
2022-08-02nvmet-auth: expire authentication sessionsHannes Reinecke1-0/+1
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+157
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+367