index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
common
/
auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
nvme: spelling fixes
Yi Zhang
1
-3
/
+3
2025-05-20
nvme-auth: use SHASH_DESC_ON_STACK
Hannes Reinecke
1
-13
/
+2
2025-03-21
nvme: add nvme_auth_derive_tls_psk()
Hannes Reinecke
1
-0
/
+116
2025-03-21
nvme: add nvme_auth_generate_digest()
Hannes Reinecke
1
-0
/
+134
2025-03-21
nvme: add nvme_auth_generate_psk()
Hannes Reinecke
1
-0
/
+87
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-02-01
nvme-common: add module description
Chaitanya Kulkarni
1
-0
/
+1
2023-11-06
nvme-auth: use crypto_shash_tfm_digest()
Eric Biggers
1
-21
/
+2
2023-10-17
nvme-auth: allow mixing of secret and hash lengths
Mark O'Donovan
1
-8
/
+0
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
1
-9
/
+14
2023-10-17
nvme-auth: alloc nvme_dhchap_key as single buffer
Mark O'Donovan
1
-12
/
+25
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-08-03
nvmet-auth: fix a couple of spelling mistakes
Colin Ian King
1
-1
/
+1
2022-08-03
nvme-auth: uninitialized variable in nvme_auth_transform_key()
Dan Carpenter
1
-9
/
+16
2022-08-03
nvme-auth: fix off by one checks
Dan Carpenter
1
-5
/
+5
2022-08-03
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
1
-0
/
+153
2022-08-03
nvme: implement In-Band authentication
Hannes Reinecke
1
-0
/
+323