summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/fabrics-cmd-auth.c
AgeCommit message (Expand)AuthorFilesLines
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