summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/auth.c
AgeCommit message (Expand)Author
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke
2024-05-01nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg
2022-08-31nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke
2022-08-02nvmet-auth: fix a couple of spelling mistakesColin Ian King
2022-08-02nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig
2022-08-02nvmet-auth: expire authentication sessionsHannes Reinecke
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke