index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-tcp: check for invalidated or revoked key
Hannes Reinecke
2024-08-22
1
-1
/
+1
*
nvme-tcp: sanitize TLS key handling
Hannes Reinecke
2024-08-22
1
-13
/
+40
*
nvme-tcp: use sendpages_ok() instead of sendpage_ok()
Ofir Gal
2024-07-29
1
-1
/
+1
*
nvme-pci: do not directly handle subsys reset fallout
Keith Busch
2024-06-26
1
-0
/
+1
*
nvme: split device add from initialization
Keith Busch
2024-06-24
1
-0
/
+5
*
nvme: tcp: split controller bringup handling
Keith Busch
2024-06-24
1
-6
/
+19
*
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
2024-05-14
1
-12
/
+18
|
\
|
*
nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
Tokunori Ikegami
2024-05-07
1
-4
/
+4
|
*
nvme-fabrics: short-circuit reconnect retries
Hannes Reinecke
2024-05-01
1
-8
/
+14
*
|
nvme-tcp: strict pdu pacing to avoid send stalls on TLS
Hannes Reinecke
2024-05-01
1
-2
/
+8
|
/
*
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jens Axboe
2024-03-21
1
-3
/
+18
|
\
|
*
nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
Li Feng
2024-03-18
1
-3
/
+18
|
*
nvme-tcp: Export the nvme_tcp_wq to sysfs
Li Feng
2024-03-18
1
-1
/
+1
*
|
net: introduce page_frag_cache_drain()
Yunsheng Lin
2024-03-05
1
-6
/
+1
|
/
*
nvme-tcp: show hostnqn when connecting to tcp target
Nitin U. Yewale
2024-02-01
1
-2
/
+2
*
nvme: split out fabrics version of nvme_opcode_str()
Caleb Sander
2024-02-01
1
-3
/
+3
*
nvme: add module description to stop warnings
Chaitanya Kulkarni
2024-01-24
1
-0
/
+1
*
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-19
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-23
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-29
1
-22
/
+27
|
\
|
*
nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-25
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-22
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-20
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
[next]