开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
fabrics-cmd-auth.c
Age
Commit message (
Expand
)
Author
2026-03-27
nvmet: replace use of system_wq with system_percpu_wq
Marco Crivellari
2026-03-27
nvmet-tcp: Don't free SQ on authentication success
Alistair Francis
2026-03-27
nvmet-tcp: Don't error if TLS is enabed on a reset
Alistair Francis
2026-03-27
nvme-auth: target: remove obsolete crypto_has_shash() checks
Eric Biggers
2025-11-17
nvmet-auth: update sc_c in target host hash calculation
Alistair Francis
2025-03-20
nvmet-tcp: support secure channel concatenation
Hannes Reinecke
2025-03-20
nvmet: Add 'sq' argument to alloc_ctrl_args
Hannes Reinecke
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
2024-06-12
nvmet: always initialize cqe.result
Daniel Wagner
2024-05-01
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
2023-11-06
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
2023-10-18
nvmet-auth: complete a request only after freeing the dhchap pointers
Maurizio Lombardi
2023-06-12
nvmet-auth: remove unnecessary break after goto
Chaitanya Kulkarni
2023-06-12
nvmet-auth: remove some dead code
Christophe JAILLET
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
2022-09-19
nvmet-auth: remove redundant parameters req
Genjian Zhang
2022-09-19
nvmet-auth: clean up with done_kfree
Jackie Liu
2022-08-10
nvmet-auth: use kmemdup instead of kmalloc + memcpy
Zhang Xiaoxu
2022-08-02
nvmet-auth: fix return value check in auth receive
Chaitanya Kulkarni
2022-08-02
nvmet-auth: fix return value check in auth send
Chaitanya Kulkarni
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