summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/fabrics-cmd-auth.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-8/+8
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-8/+8
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner1-3/+0
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke1-24/+25
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan1-1/+1
2023-10-19nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi1-3/+6
2023-06-12nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni1-4/+0
2023-06-12nvmet-auth: remove some dead codeChristophe JAILLET1-9/+0
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig1-9/+4
2022-09-19nvmet-auth: remove redundant parameters reqGenjian Zhang1-2/+2
2022-09-19nvmet-auth: clean up with done_kfreeJackie Liu1-4/+2
2022-08-10nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu1-2/+2
2022-08-03nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni1-2/+1
2022-08-03nvmet-auth: fix return value check in auth sendChaitanya Kulkarni1-2/+2
2022-08-03nvmet-auth: expire authentication sessionsHannes Reinecke1-1/+19
2022-08-03nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-8/+33
2022-08-03nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+502