summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
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
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig
2022-09-19nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger
2022-09-19nvme-tcp: handle number of queue changesDaniel Wagner
2022-09-06nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg
2022-09-06nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi
2022-08-02nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig
2022-08-02nvme-tcp: use in-capsule data for I/O connectCaleb Sander
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-29nvme-tcp: always fail a request when sending it failedSagi Grimberg
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech