summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/auth.c
AgeCommit message (Expand)Author
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-28nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()Dan Carpenter
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-08nvme-auth: mark nvme_auth_wq staticTom Rix
2023-02-01nvme-auth: use workqueue dedicated to authenticationShin'ichiro Kawasaki
2023-02-01nvme-auth: don't use NVMe status codesHannes Reinecke
2022-12-28nvme-auth: fix smatch warning complaintsSagi Grimberg
2022-11-16nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg
2022-11-16nvme-auth: remove redundant auth_work flushSagi Grimberg
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg
2022-11-16nvme-auth: check chap ctrl_key once constructedSagi Grimberg
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg
2022-11-16nvme-auth: remove redundant deallocationsSagi Grimberg
2022-11-16nvme-auth: clear sensitive info right after authentication completesSagi Grimberg
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg
2022-11-16nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg
2022-11-16nvme-auth: remove redundant if statementSagi Grimberg
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg
2022-11-16nvme-auth: remove redundant buffer deallocationsSagi Grimberg
2022-11-16nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg
2022-11-16nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg
2022-11-16nvme-auth: rename authentication work elementsSagi Grimberg
2022-11-16nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg
2022-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvme: implement In-Band authenticationHannes Reinecke