index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-02-28
nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()
Dan Carpenter
1
-1
/
+1
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-15
/
+15
2023-02-08
nvme-auth: mark nvme_auth_wq static
Tom Rix
1
-1
/
+1
2023-02-01
nvme-auth: use workqueue dedicated to authentication
Shin'ichiro Kawasaki
1
-2
/
+12
2023-02-01
nvme-auth: don't use NVMe status codes
Hannes Reinecke
1
-15
/
+15
2022-12-28
nvme-auth: fix smatch warning complaints
Sagi Grimberg
1
-1
/
+1
2022-11-16
nvme-auth: have dhchap_auth_work wait for queues auth to complete
Sagi Grimberg
1
-7
/
+6
2022-11-16
nvme-auth: remove redundant auth_work flush
Sagi Grimberg
1
-6
/
+2
2022-11-16
nvme-auth: convert dhchap_auth_list to an array
Sagi Grimberg
1
-54
/
+64
2022-11-16
nvme-auth: check chap ctrl_key once constructed
Sagi Grimberg
1
-2
/
+2
2022-11-16
nvme-auth: no need to reset chap contexts on re-authentication
Sagi Grimberg
1
-13
/
+0
2022-11-16
nvme-auth: remove redundant deallocations
Sagi Grimberg
1
-20
/
+0
2022-11-16
nvme-auth: clear sensitive info right after authentication completes
Sagi Grimberg
1
-0
/
+2
2022-11-16
nvme-auth: guarantee dhchap buffers under memory pressure
Sagi Grimberg
1
-2
/
+28
2022-11-16
nvme-auth: don't keep long lived 4k dhchap buffer
Sagi Grimberg
1
-23
/
+24
2022-11-16
nvme-auth: remove redundant if statement
Sagi Grimberg
1
-1
/
+1
2022-11-16
nvme-auth: don't ignore key generation failures when initializing ctrl keys
Sagi Grimberg
1
-4
/
+15
2022-11-16
nvme-auth: remove redundant buffer deallocations
Sagi Grimberg
1
-4
/
+0
2022-11-16
nvme-auth: don't re-authenticate if the controller is not LIVE
Sagi Grimberg
1
-0
/
+7
2022-11-16
nvme-auth: remove symbol export from nvme_auth_reset
Sagi Grimberg
1
-1
/
+0
2022-11-16
nvme-auth: rename authentication work elements
Sagi Grimberg
1
-4
/
+4
2022-11-16
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
Sagi Grimberg
1
-6
/
+6
2022-08-02
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
1
-6
/
+195
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke
1
-0
/
+828