index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
auth.c
Age
Commit message (
Expand
)
Author
2024-05-01
nvme: do not retry authentication failures
Daniel Wagner
2024-01-31
nvme: enable retries for authentication commands
Hannes Reinecke
2024-01-31
nvme: change __nvme_submit_sync_cmd() calling conventions
Hannes Reinecke
2024-01-31
nvme-auth: open-code single-use macros
Hannes Reinecke
2024-01-29
nvme: use ctrl state accessor
Keith Busch
2023-11-20
nvme-auth: set explanation code for failure2 msgs
Mark O'Donovan
2023-11-20
nvme-auth: unlock mutex in one place only
Mark O'Donovan
2023-11-06
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
2023-11-06
nvme-auth: add flag for bi-directional auth
Mark O'Donovan
2023-11-06
nvme-auth: auth success1 msg always includes resp
Mark O'Donovan
2023-11-01
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
2023-10-10
nvme-auth: use chap->s2 to indicate bidirectional authentication
Martin Wilck
2023-06-12
nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
Christophe JAILLET
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-28
nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()
Dan Carpenter
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-08
nvme-auth: mark nvme_auth_wq static
Tom Rix
2023-02-01
nvme-auth: use workqueue dedicated to authentication
Shin'ichiro Kawasaki
2023-02-01
nvme-auth: don't use NVMe status codes
Hannes Reinecke
2022-12-28
nvme-auth: fix smatch warning complaints
Sagi Grimberg
2022-11-16
nvme-auth: have dhchap_auth_work wait for queues auth to complete
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant auth_work flush
Sagi Grimberg
2022-11-16
nvme-auth: convert dhchap_auth_list to an array
Sagi Grimberg
2022-11-16
nvme-auth: check chap ctrl_key once constructed
Sagi Grimberg
2022-11-16
nvme-auth: no need to reset chap contexts on re-authentication
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant deallocations
Sagi Grimberg
2022-11-16
nvme-auth: clear sensitive info right after authentication completes
Sagi Grimberg
2022-11-16
nvme-auth: guarantee dhchap buffers under memory pressure
Sagi Grimberg
2022-11-16
nvme-auth: don't keep long lived 4k dhchap buffer
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant if statement
Sagi Grimberg
2022-11-16
nvme-auth: don't ignore key generation failures when initializing ctrl keys
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant buffer deallocations
Sagi Grimberg
2022-11-16
nvme-auth: don't re-authenticate if the controller is not LIVE
Sagi Grimberg
2022-11-16
nvme-auth: remove symbol export from nvme_auth_reset
Sagi Grimberg
2022-11-16
nvme-auth: rename authentication work elements
Sagi Grimberg
2022-11-16
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
Sagi Grimberg
2022-08-02
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke