index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-20
nvme: ensure reset state check ordering
Keith Busch
1
-10
/
+17
2023-08-11
Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2023-07-21
nvme-tcp: fix potential unbalanced freeze & unfreeze
Ming Lei
1
-1
/
+2
2023-07-02
nvme-tcp: Fix comma-related oops
David Howells
1
-1
/
+1
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-22
/
+27
2023-06-25
nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
1
-22
/
+27
2023-06-12
nvme-fabrics: add queue setup helpers
Keith Busch
1
-87
/
+5
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+3
2023-04-13
nvme-tcp: fence TCP socket on receive error
Chris Leech
1
-0
/
+3
2023-03-30
nvme-tcp: fix a possible UAF when failing to allocate an io queue
Sagi Grimberg
1
-20
/
+26
2023-03-15
nvme-tcp: add nvme-tcp pdu size build protection
Sagi Grimberg
1
-0
/
+9
2023-03-15
nvme-tcp: fix opcode reporting in the timeout handler
Sagi Grimberg
1
-6
/
+18
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+6
2023-02-28
nvme-tcp: don't access released socket during error recovery
Akinobu Mita
1
-0
/
+6
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+3
2023-02-01
nvme-tcp: add additional info for nvme_tcp_timeout log
Amit Engel
1
-2
/
+5
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-12-20
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+1
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-24
/
+21
2022-12-07
nvme: consolidate setting the tagset flags
Christoph Hellwig
1
-3
/
+2
2022-12-07
nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
Christoph Hellwig
1
-0
/
+1
2022-12-06
nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
Christoph Hellwig
1
-4
/
+1
2022-12-06
nvme: introduce nvme_start_request
Sagi Grimberg
1
-1
/
+1
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-18
nvme: rename the queue quiescing helpers
Christoph Hellwig
1
-14
/
+14
2022-11-16
nvme-tcp: stop auth work after tearing down queues in error recovery
Sagi Grimberg
1
-1
/
+1
2022-11-15
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
1
-1
/
+1
2022-10-25
nvme-tcp: fix possible circular locking when deleting a controller under memo...
Sagi Grimberg
1
-1
/
+10
2022-10-25
nvme-tcp: replace sg_init_marker() with sg_init_table()
Nam Cao
1
-1
/
+1
2022-10-12
nvme-tcp: fix possible hang caused during ctrl deletion
Sagi Grimberg
1
-1
/
+1
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-104
/
+65
2022-09-27
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
1
-85
/
+16
2022-09-27
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
1
-6
/
+3
2022-09-19
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
1
-1
/
+20
2022-09-19
nvme-tcp: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-06
nvme-tcp: fix regression that causes sporadic requests to time out
Sagi Grimberg
1
-4
/
+1
2022-09-06
nvme-tcp: fix UAF when detecting digest errors
Sagi Grimberg
1
-1
/
+1
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-3
/
+1
2022-08-10
nvme-tcp: check if the queue is allocated before stopping it
Maurizio Lombardi
1
-0
/
+3
2022-08-03
nvme-tcp: split nvme_tcp_alloc_tagset
Christoph Hellwig
1
-41
/
+41
2022-08-03
nvme-tcp: use in-capsule data for I/O connect
Caleb Sander
1
-5
/
+7
2022-08-03
nvme: implement In-Band authentication
Hannes Reinecke
1
-0
/
+1
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+7
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
1
-2
/
+1
2022-06-29
nvme: fix regression when disconnect a recovering ctrl
Ruozhu Li
1
-3
/
+7
2022-06-29
nvme-tcp: always fail a request when sending it failed
Sagi Grimberg
1
-2
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-6
/
+6
2022-05-16
nvme-fabrics: add a request timeout helper
Chaitanya Kulkarni
1
-4
/
+1
2022-03-22
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+44
[next]