index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-02-01
nvme-tcp: show hostnqn when connecting to tcp target
Nitin U. Yewale
1
-2
/
+2
2024-01-31
nvme: split out fabrics version of nvme_opcode_str()
Caleb Sander
1
-3
/
+3
2024-01-24
nvme: add module description to stop warnings
Chaitanya Kulkarni
1
-0
/
+1
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+5
2024-01-08
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+3
2024-01-03
nvme: tcp: remove unnecessary goto statement
Guixin Liu
1
-3
/
+2
2023-12-04
nvme: ensure reset state check ordering
Keith Busch
1
-10
/
+17
2023-11-22
nvme: tcp: fix compile-time checks for TLS mode
Arnd Bergmann
1
-17
/
+14
2023-11-22
nvme: move nvme_stop_keep_alive() back to original position
Hannes Reinecke
1
-0
/
+1
2023-11-20
nvme-tcp: only evaluate 'tls' option if TLS is selected
Hannes Reinecke
1
-1
/
+1
2023-11-06
nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
Hannes Reinecke
1
-5
/
+1
2023-11-06
nvme-tcp: Fix a memory leak
Christophe JAILLET
1
-1
/
+2
2023-10-11
nvme-fabrics: parse options 'keyring' and 'tls_key'
Hannes Reinecke
1
-4
/
+10
2023-10-11
nvme-tcp: improve icreq/icresp logging
Hannes Reinecke
1
-2
/
+8
2023-10-11
nvme-tcp: control message handling for recvmsg()
Hannes Reinecke
1
-1
/
+16
2023-10-11
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
1
-6
/
+132
2023-10-11
nvme-tcp: allocate socket file
Hannes Reinecke
1
-2
/
+11
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-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-22
/
+27
2023-06-24
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-21
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-19
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
[next]