aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2023-08-16nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg
2022-09-15nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-09-22nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-05-14nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg
2021-03-24nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg
2021-03-24nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-07nvme-tcp: add clean action for failed reconnectionChao Leng
2021-01-19nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg
2020-11-18nvme-tcp: avoid repeated request completionSagi Grimberg
2020-11-18nvme-tcp: avoid race between time out and tear downChao Leng
2020-10-14nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-09-23nvme-tcp: cancel async events before freeing event structDavid Milburn
2020-09-17nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-09-17nvme-tcp: fix timeout handlerSagi Grimberg
2020-09-17nvme-tcp: serialize controller teardown sequencesSagi Grimberg
2020-08-19nvme-tcp: fix controller reset hang during trafficSagi Grimberg
2020-08-05nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg
2020-06-22nvme-tcp: use bh_lock in data_readySagi Grimberg
2020-04-29nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-03-05nvme/tcp: fix bug on double requeue when send failsAnton Eidelman
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