index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-18
1
-6
/
+5
|
\
|
*
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
2024-01-08
1
-3
/
+3
|
*
nvme: tcp: remove unnecessary goto statement
Guixin Liu
2024-01-03
1
-3
/
+2
*
|
nvme: ensure reset state check ordering
Keith Busch
2023-12-04
1
-10
/
+17
|
/
*
nvme: tcp: fix compile-time checks for TLS mode
Arnd Bergmann
2023-11-22
1
-17
/
+14
*
nvme: move nvme_stop_keep_alive() back to original position
Hannes Reinecke
2023-11-22
1
-0
/
+1
*
nvme-tcp: only evaluate 'tls' option if TLS is selected
Hannes Reinecke
2023-11-20
1
-1
/
+1
*
nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
Hannes Reinecke
2023-11-06
1
-5
/
+1
*
nvme-tcp: Fix a memory leak
Christophe JAILLET
2023-11-06
1
-1
/
+2
*
nvme-fabrics: parse options 'keyring' and 'tls_key'
Hannes Reinecke
2023-10-11
1
-4
/
+10
*
nvme-tcp: improve icreq/icresp logging
Hannes Reinecke
2023-10-11
1
-2
/
+8
*
nvme-tcp: control message handling for recvmsg()
Hannes Reinecke
2023-10-11
1
-1
/
+16
*
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-10-11
1
-6
/
+132
*
nvme-tcp: allocate socket file
Hannes Reinecke
2023-10-11
1
-2
/
+11
*
Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-11
1
-1
/
+2
|
\
|
*
nvme-tcp: fix potential unbalanced freeze & unfreeze
Ming Lei
2023-07-21
1
-1
/
+2
*
|
nvme-tcp: Fix comma-related oops
David Howells
2023-07-02
1
-1
/
+1
|
/
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-22
/
+27
|
\
|
*
nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-24
1
-22
/
+27
*
|
nvme-fabrics: add queue setup helpers
Keith Busch
2023-06-12
1
-87
/
+5
|
/
*
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
1
-0
/
+3
|
\
|
*
nvme-tcp: fence TCP socket on receive error
Chris Leech
2023-04-13
1
-0
/
+3
*
|
nvme-tcp: fix a possible UAF when failing to allocate an io queue
Sagi Grimberg
2023-03-30
1
-20
/
+26
*
|
nvme-tcp: add nvme-tcp pdu size build protection
Sagi Grimberg
2023-03-15
1
-0
/
+9
*
|
nvme-tcp: fix opcode reporting in the timeout handler
Sagi Grimberg
2023-03-15
1
-6
/
+18
|
/
*
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-03
1
-0
/
+6
|
\
|
*
nvme-tcp: don't access released socket during error recovery
Akinobu Mita
2023-02-28
1
-0
/
+6
*
|
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+3
*
|
nvme-tcp: add additional info for nvme_tcp_timeout log
Amit Engel
2023-02-01
1
-2
/
+5
|
/
*
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-19
1
-0
/
+1
*
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
1
-24
/
+21
|
\
|
*
nvme: consolidate setting the tagset flags
Christoph Hellwig
2022-12-07
1
-3
/
+2
|
*
nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
Christoph Hellwig
2022-12-07
1
-0
/
+1
|
*
nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
Christoph Hellwig
2022-12-06
1
-4
/
+1
|
*
nvme: introduce nvme_start_request
Sagi Grimberg
2022-12-06
1
-1
/
+1
|
*
nvme: rename the queue quiescing helpers
Christoph Hellwig
2022-11-18
1
-14
/
+14
|
*
nvme-tcp: stop auth work after tearing down queues in error recovery
Sagi Grimberg
2022-11-16
1
-1
/
+1
|
*
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
2022-11-15
1
-1
/
+1
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
*
|
nvme-tcp: fix possible circular locking when deleting a controller under memo...
Sagi Grimberg
2022-10-25
1
-1
/
+10
*
|
nvme-tcp: replace sg_init_marker() with sg_init_table()
Nam Cao
2022-10-25
1
-1
/
+1
|
/
*
nvme-tcp: fix possible hang caused during ctrl deletion
Sagi Grimberg
2022-10-12
1
-1
/
+1
*
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-104
/
+65
|
\
|
*
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
2022-09-27
1
-85
/
+16
|
*
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
2022-09-27
1
-6
/
+6
|
*
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
2022-09-27
1
-6
/
+3
|
*
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
2022-09-19
1
-1
/
+20
|
*
nvme-tcp: handle number of queue changes
Daniel Wagner
2022-09-19
1
-5
/
+21
|
*
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
1
-3
/
+1
[next]