aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-28nvme-tcp: store negative errno in queue->tls_errChuck Lever1-1/+1
2026-04-22nvme-tcp: teardown circular locking fixesChaitanya Kulkarni1-7/+21
2026-04-08nvme: add missing MODULE_ALIAS for fabrics transportsGeliang Tang1-0/+1
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-01-13nvme/host: fixup some typosWilfred Mallawa1-2/+3
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch1-0/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George1-0/+3
2025-07-31nvme: fix various comment typosBjorn Helgaas1-1/+1
2025-07-17nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-3/+21
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki1-1/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-84/+40
2025-05-21nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()Eric Biggers1-84/+40
2025-05-20nvme-tcp: open-code nvme_tcp_queue_request() for R2THannes Reinecke1-5/+7
2025-05-20nvme-tcp: remove redundant check to ctrl->optsHannes Reinecke1-1/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-09nvme-tcp: fix use-after-free of netns by kernel TCP socket.Kuniyuki Iwashima1-0/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-8/+59
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao1-1/+2
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke1-0/+10
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke1-6/+47
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke1-1/+0
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
2025-02-27nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi1-3/+29
2025-02-27nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-02-24nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg1-2/+3
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos1-1/+4
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal1-1/+1
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-13/+57
2025-01-10nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu1-11/+7
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu1-10/+4
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu1-1/+0
2024-12-04nvme-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-28nvme-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