summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/fabrics-cmd-auth.c
AgeCommit message (Expand)Author
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan
2023-10-18nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi
2023-06-12nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni
2023-06-12nvmet-auth: remove some dead codeChristophe JAILLET
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig
2022-09-19nvmet-auth: remove redundant parameters reqGenjian Zhang
2022-09-19nvmet-auth: clean up with done_kfreeJackie Liu
2022-08-10nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu
2022-08-02nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni
2022-08-02nvmet-auth: fix return value check in auth sendChaitanya Kulkarni
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