summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2024-10-03nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke
2024-08-22nvme-tcp: check for invalidated or revoked keyHannes Reinecke
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke
2024-07-28nvme-tcp: use sendpages_ok() instead of sendpage_ok()Ofir Gal
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch
2024-06-24nvme: split device add from initializationKeith Busch
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe
2024-03-18nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng
2024-03-18nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-02-01nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale
2024-01-31nvme: split out fabrics version of nvme_opcode_str()Caleb Sander
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu
2023-12-04nvme: ensure reset state check orderingKeith Busch
2023-11-22nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-21nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei
2023-07-02nvme-tcp: Fix comma-related oopsDavid Howells
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-24nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-13nvme-tcp: fence TCP socket on receive errorChris Leech
2023-03-30nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg
2023-03-15nvme-tcp: add nvme-tcp pdu size build protectionSagi Grimberg
2023-03-15nvme-tcp: fix opcode reporting in the timeout handlerSagi Grimberg
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-28nvme-tcp: don't access released socket during error recoveryAkinobu Mita
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-01nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds