summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fabrics-cmd-auth.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-271-9/+4
* nvmet-auth: remove redundant parameters reqGenjian Zhang2022-09-191-2/+2
* nvmet-auth: clean up with done_kfreeJackie Liu2022-09-191-4/+2
* nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu2022-08-101-2/+2
* nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni2022-08-021-2/+1
* nvmet-auth: fix return value check in auth sendChaitanya Kulkarni2022-08-021-2/+2
* nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-021-1/+19
* nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-021-8/+33
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-0/+502