index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
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
2026-04-22
nvme-auth: Hash DH shared secret to create session key
Chris Leech
1
-6
/
+7
2026-04-22
nvme-auth: Include SC_C in RVAL controller hash
Alistair Francis
1
-1
/
+2
2026-03-27
nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_C
Alistair Francis
1
-12
/
+15
2026-03-27
nvme-auth: host: remove allocation of crypto_shash
Eric Biggers
1
-27
/
+2
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
Eric Biggers
1
-35
/
+21
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
Eric Biggers
1
-38
/
+21
2026-03-27
nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
Eric Biggers
1
-4
/
+3
2026-03-27
nvme-auth: use proper argument types
Eric Biggers
1
-1
/
+2
2026-03-27
nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
Eric Biggers
1
-3
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-12-04
nvme-auth: use kvfree() for memory allocated with kvcalloc()
Israel Rukshin
1
-1
/
+1
2025-10-14
nvme-auth: update sc_c in host response
Martin George
1
-1
/
+5
2025-09-15
nvme-auth: update bi_directional flag
Martin George
1
-2
/
+3
2025-07-31
nvme-auth: remove unneeded semicolon
Jiapeng Chong
1
-2
/
+2
2025-05-20
nvme-auth: do not re-authenticate queues with no prior authentication
Hannes Reinecke
1
-8
/
+22
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
[next]