index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
auth.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
nvme-tcp: request secure channel concatenation
Hannes Reinecke
1
-3
/
+112
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-05-01
nvme: do not retry authentication failures
Daniel Wagner
1
-3
/
+3
2024-01-31
nvme: enable retries for authentication commands
Hannes Reinecke
1
-1
/
+1
2024-01-31
nvme: change __nvme_submit_sync_cmd() calling conventions
Hannes Reinecke
1
-4
/
+3
2024-01-31
nvme-auth: open-code single-use macros
Hannes Reinecke
1
-7
/
+7
2024-01-29
nvme: use ctrl state accessor
Keith Busch
1
-1
/
+1
2023-11-20
nvme-auth: set explanation code for failure2 msgs
Mark O'Donovan
1
-0
/
+2
2023-11-20
nvme-auth: unlock mutex in one place only
Mark O'Donovan
1
-2
/
+1
2023-11-06
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
1
-2
/
+1
2023-11-06
nvme-auth: add flag for bi-directional auth
Mark O'Donovan
1
-1
/
+4
2023-11-06
nvme-auth: auth success1 msg always includes resp
Mark O'Donovan
1
-4
/
+1
2023-11-01
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-15
/
+15
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
1
-15
/
+15
2023-10-10
nvme-auth: use chap->s2 to indicate bidirectional authentication
Martin Wilck
1
-2
/
+2
2023-06-12
nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
Christophe JAILLET
1
-3
/
+3
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