index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
auth.c
Age
Commit message (
Expand
)
Author
2025-12-04
Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19
Jens Axboe
2025-12-01
nvmet: remove redundant subsysnqn field from ctrl
Max Gurtovoy
2025-11-17
nvmet-auth: update sc_c in target host hash calculation
Alistair Francis
2025-10-22
nvmet-auth: update sc_c in host response
Hannes Reinecke
2025-05-20
nvmet-auth: use SHASH_DESC_ON_STACK
Hannes Reinecke
2025-05-20
nvmet-auth: authenticate on admin queue only
Hannes Reinecke
2025-04-30
nvmet-auth: always free derived key data
Hannes Reinecke
2025-04-16
nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()
Damien Le Moal
2025-03-20
nvmet-tcp: support secure channel concatenation
Hannes Reinecke
2025-03-20
nvmet: Add 'sq' argument to alloc_ctrl_args
Hannes Reinecke
2024-11-01
Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linux
Linus Torvalds
2024-10-30
nvmet-auth: assign dh_key to NULL after kfree_sensitive
Vitaliy Shevtsov
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-08-22
nvmet-auth: allow to clear DH-HMAC-CHAP keys
Hannes Reinecke
2024-07-08
nvmet-auth: fix nvmet_auth hash error handling
Gaosheng Cui
2024-05-14
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
2024-05-07
nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
Maurizio Lombardi
2024-05-01
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
2024-05-01
nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
Hannes Reinecke
2024-05-01
nvmet-auth: replace pr_debug() with pr_err() to report an error.
Maurizio Lombardi
2024-05-01
nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
Maurizio Lombardi
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
2022-11-16
nvmet: fix a memory leak in nvmet_auth_set_key
Sagi Grimberg
2022-08-31
nvmet-auth: add missing goto in nvmet_setup_auth()
Hannes Reinecke
2022-08-02
nvmet-auth: fix a couple of spelling mistakes
Colin Ian King
2022-08-02
nvmet: fix a format specifier in nvmet_auth_ctrl_exponential
Christoph Hellwig
2022-08-02
nvmet-auth: expire authentication sessions
Hannes Reinecke
2022-08-02
nvmet-auth: Diffie-Hellman key exchange support
Hannes Reinecke
2022-08-02
nvmet: implement basic In-Band Authentication
Hannes Reinecke