summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28net: add sock_set_priorityChristoph Hellwig
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg
2020-05-09nvme-tcp: try to send request in queue_rq contextSagi Grimberg
2020-05-09nvme-tcp: avoid scheduling io_work if we are already pollingSagi Grimberg
2020-05-09nvme-tcp: use bh_lock in data_readySagi Grimberg
2020-04-01nvme-tcp: fix possible crash in recv error flowSagi Grimberg
2020-03-31nvme-tcp: don't poll a non-live queueSagi Grimberg
2020-03-31nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg
2020-03-26nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-03-26nvme-tcp: break from io_work loop if recv failedSagi Grimberg
2020-03-26nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg
2020-03-26nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg
2020-03-04nvme-tcp: Set SO_PRIORITY for all host socketsWunderlich, Mark
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-02-14nvme/tcp: fix bug on double requeue when send failsAnton Eidelman
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior
2019-10-14nvme: Restart request timers in resetting stateKeith Busch
2019-09-25nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark
2019-09-12nvme: tcp: remove redundant assignment to variable retColin Ian King
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg
2019-08-29nvme-tcp: Add TOS for tcp transportIsrael Rukshin
2019-08-29nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin
2019-08-29nvme-tcp: support simple pollingSagi Grimberg
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-29nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja
2019-08-29nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei
2019-07-09nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii
2019-05-30nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg
2019-03-28nvme-tcp: fix an endianess miss-annotationChristoph Hellwig
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg