index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+44
2022-03-14
nvme-tcp: lockdep: annotate in-kernel sockets
Chris Leech
1
-0
/
+40
2022-03-14
nvme-tcp: don't fold the line
Chaitanya Kulkarni
1
-2
/
+1
2022-03-14
nvme-tcp: don't initialize ret variable
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme: add a helper to initialize connect_q
Chaitanya Kulkarni
1
-4
/
+2
2022-02-23
nvme-tcp: send H2CData PDUs based on MAXH2CDATA
Varun Prakash
1
-14
/
+49
2022-02-09
nvme-tcp: fix bogus request completion when failing to send AER
Sagi Grimberg
1
-1
/
+9
2022-02-02
nvme-tcp: fix possible use-after-free in transport error_recovery work
Sagi Grimberg
1
-0
/
+1
2021-11-23
nvme-tcp: fix memory leak when freeing a queue
Maurizio Lombardi
1
-0
/
+6
2021-11-23
nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()
Varun Prakash
1
-31
/
+24
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+9
2021-10-27
nvme-tcp: fix data digest pointer calculation
Varun Prakash
1
-1
/
+1
2021-10-27
nvme-tcp: fix possible req->offset corruption
Varun Prakash
1
-1
/
+2
2021-10-26
nvme-tcp: fix H2CData PDU send accounting (again)
Sagi Grimberg
1
-1
/
+3
2021-10-20
nvme: display correct subsystem NQN
Hannes Reinecke
1
-1
/
+1
2021-10-19
nvme: apply nvme API to quiesce/unquiesce admin queue
Ming Lei
1
-8
/
+8
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
1
-1
/
+1
2021-09-21
nvme-tcp: fix incorrect h2cdata pdu offset accounting
Sagi Grimberg
1
-3
/
+10
2021-09-14
nvme-tcp: fix io_work priority inversion
Keith Busch
1
-10
/
+10
2021-09-06
nvme-tcp: Do not reset transport on data digest errors
Daniel Wagner
1
-4
/
+18
2021-08-16
nvme-tcp: don't update queue count when failing to set io queues
Ruozhu Li
1
-2
/
+2
2021-08-16
nvme-tcp: pair send_mutex init with destroy
Keith Busch
1
-0
/
+2
2021-08-16
nvme: code command_id with a genctr for use-after-free validation
Sagi Grimberg
1
-13
/
+13
2021-08-16
nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data
Sagi Grimberg
1
-11
/
+3
2021-07-13
nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE
Prabhakar Kushwaha
1
-3
/
+1
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
1
-1
/
+1
2021-06-17
nvme-tcp: use ctrl sgl check helper
Chaitanya Kulkarni
1
-1
/
+1
2021-06-16
nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()
Dan Carpenter
1
-0
/
+2
2021-06-03
nvme-tcp: allow selecting the network interface for connections
Martin Belanger
1
-1
/
+26
2021-05-19
nvme-tcp: rerun io_work if req_list is not empty
Keith Busch
1
-1
/
+2
2021-05-19
nvme-tcp: fix possible use-after-completion
Sagi Grimberg
1
-1
/
+1
2021-05-04
nvme: move the fabrics queue ready check routines to core
Tao Chiu
1
-2
/
+2
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+12
2021-04-02
nvme-tcp: check sgl supported by target
Max Gurtovoy
1
-0
/
+5
2021-04-02
nvme-tcp: block BH in sk state_change sk callback
Sagi Grimberg
1
-2
/
+2
2021-04-02
nvme: use driver pdu command for passthrough
Keith Busch
1
-1
/
+4
2021-04-02
nvme: rename nvme_init_identify()
Chaitanya Kulkarni
1
-1
/
+1
2021-03-18
nvme-tcp: fix possible hang when failing to set io queues
Sagi Grimberg
1
-2
/
+5
2021-03-18
nvme-tcp: fix misuse of __smp_processor_id with preemption enabled
Sagi Grimberg
1
-1
/
+1
2021-03-18
nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU
Sagi Grimberg
1
-0
/
+7
2021-03-18
nvme-fabrics: only reserve a single tag
Christoph Hellwig
1
-2
/
+2
2021-02-11
nvme-tcp: fix crash triggered with a dataless request submission
Sagi Grimberg
1
-1
/
+1
2021-02-02
nvme-tcp: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-tcp: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-02-02
nvme-tcp: pass multipage bvec to request iov_iter
Sagi Grimberg
1
-4
/
+9
2021-02-02
nvme-tcp: get rid of unused helper function
Sagi Grimberg
1
-5
/
+0
2021-02-02
nvme-tcp: fix wrong setting of request iov_iter
Sagi Grimberg
1
-5
/
+2
2021-01-18
nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
Chao Leng
1
-4
/
+10
2021-01-14
nvme-tcp: fix possible data corruption with bio merges
Sagi Grimberg
1
-1
/
+1
[next]