aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin1-2/+2
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy1-0/+1
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior1-0/+2
2019-10-14nvme: Restart request timers in resetting stateKeith Busch1-0/+8
2019-09-25nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark1-2/+2
2019-09-12nvme: tcp: remove redundant assignment to variable retColin Ian King1-1/+1
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg1-1/+1
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-2/+17
2019-08-29nvme-tcp: Add TOS for tcp transportIsrael Rukshin1-1/+14
2019-08-29nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin1-10/+10
2019-08-29nvme-tcp: support simple pollingSagi Grimberg1-6/+45
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg1-1/+1
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-10/+1
2019-08-29nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja1-2/+3
2019-08-29nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg1-8/+3
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei1-2/+6
2019-07-09nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii1-1/+8
2019-05-30nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg1-7/+50
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg1-6/+4
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg1-2/+6
2019-03-28nvme-tcp: fix an endianess miss-annotationChristoph Hellwig1-1/+1
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg1-4/+28
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg1-7/+3
2019-01-23nvme-tcp: fix timeout handlerSagi Grimberg1-8/+11
2019-01-09nvme-tcp: don't ask if controller is fabricsSagi Grimberg1-9/+6
2019-01-09nvme-tcp: remove dead codeSagi Grimberg1-1/+0
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King1-1/+1
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig1-4/+5
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-tcp: add NVMe over TCP host driverSagi Grimberg1-0/+2242