summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-111-1/+2
|\
| * nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
* | nvme-tcp: Fix comma-related oopsDavid Howells2023-07-021-1/+1
|/
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-22/+27
|\
| * nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-241-22/+27
* | nvme-fabrics: add queue setup helpersKeith Busch2023-06-121-87/+5
|/
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-0/+3
|\
| * nvme-tcp: fence TCP socket on receive errorChris Leech2023-04-131-0/+3
* | nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg2023-03-301-20/+26
* | nvme-tcp: add nvme-tcp pdu size build protectionSagi Grimberg2023-03-151-0/+9
* | nvme-tcp: fix opcode reporting in the timeout handlerSagi Grimberg2023-03-151-6/+18
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-0/+6
|\
| * nvme-tcp: don't access released socket during error recoveryAkinobu Mita2023-02-281-0/+6
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+3
|\ \ | |/ |/|
| * net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* | nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel2023-02-011-2/+5
|/
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-24/+21
|\
| * nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-3/+2
| * nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-0/+1
| * nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-4/+1
| * nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
| * nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-14/+14
| * nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* | nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg2022-10-251-1/+10
* | nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao2022-10-251-1/+1
|/
* nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg2022-10-121-1/+1
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-104/+65
|\
| * nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-85/+16
| * nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
| * nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig2022-09-271-6/+3
| * nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger2022-09-191-1/+20
| * nvme-tcp: handle number of queue changesDaniel Wagner2022-09-191-5/+21
| * block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+1
* | nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg2022-09-061-4/+1
* | nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg2022-09-061-1/+1
|/
* nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi2022-08-101-0/+3
* nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig2022-08-021-41/+41
* nvme-tcp: use in-capsule data for I/O connectCaleb Sander2022-08-021-5/+7
* nvme: implement In-Band authenticationHannes Reinecke2022-08-021-0/+1
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-8/+7
|\
| * blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
| * block: simplify disk shutdownChristoph Hellwig2022-06-281-6/+6
* | nvme: fix regression when disconnect a recovering ctrlRuozhu Li2022-06-291-3/+7
* | nvme-tcp: always fail a request when sending it failedSagi Grimberg2022-06-291-2/+1
|/
* nvme-fabrics: add a request timeout helperChaitanya Kulkarni2022-05-161-4/+1
* Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-7/+44
|\
| * nvme-tcp: lockdep: annotate in-kernel socketsChris Leech2022-03-141-0/+40