summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-23nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-08-20nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-07-06nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-07-06nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-05-09nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-10nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg1-2/+3
2025-03-13nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-03-13nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
2025-03-13nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi1-3/+29
2025-03-13nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-02-27nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos1-1/+4
2025-02-27nvme: tcp: Fix compilation warning with W=1Damien Le Moal1-1/+1
2025-02-08nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2024-12-14nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu1-1/+1
2024-10-03nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke1-3/+4
2024-08-22nvme-tcp: check for invalidated or revoked keyHannes Reinecke1-1/+1
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke1-13/+40
2024-07-29nvme-tcp: use sendpages_ok() instead of sendpage_ok()Ofir Gal1-1/+1
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch1-0/+1
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch1-6/+19
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-12/+18
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami1-4/+4
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke1-8/+14
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke1-2/+8
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe1-3/+18
2024-03-18nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng1-3/+18
2024-03-18nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng1-1/+1
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-6/+1
2024-02-01nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale1-2/+2
2024-02-01nvme: split out fabrics version of nvme_opcode_str()Caleb Sander1-3/+3
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy1-3/+3
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu1-3/+2
2023-12-04nvme: ensure reset state check orderingKeith Busch1-10/+17
2023-11-23nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann1-17/+14
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke1-0/+1
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke1-1/+1
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke1-5/+1
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET1-1/+2
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke1-4/+10
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke1-2/+8
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke1-1/+16
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke1-6/+132
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke1-2/+11
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-07-21nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-07-02nvme-tcp: Fix comma-related oopsDavid Howells1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-22/+27