index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2026-05-28
nvme-tcp: store negative errno in queue->tls_err
Chuck Lever
1
-1
/
+1
2026-04-22
nvme-tcp: teardown circular locking fixes
Chaitanya Kulkarni
1
-7
/
+21
2026-04-08
nvme: add missing MODULE_ALIAS for fabrics transports
Geliang Tang
1
-0
/
+1
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-01-13
nvme/host: fixup some typos
Wilfred Mallawa
1
-2
/
+3
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2025-11-06
nvme: remove virtual boundary for sgl capable devices
Keith Busch
1
-0
/
+1
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-16
nvme/tcp: handle tls partially sent records in write_space()
Wilfred Mallawa
1
-0
/
+3
2025-09-15
nvme-tcp: send only permitted commands for secure concat
Martin George
1
-0
/
+3
2025-07-31
nvme: fix various comment typos
Bjorn Helgaas
1
-1
/
+1
2025-07-17
nvme-tcp: log TLS handshake failures at error level
Maurizio Lombardi
1
-3
/
+8
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+21
2025-06-04
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
1
-1
/
+6
2025-06-04
nvme-tcp: sanitize request list handling
Hannes Reinecke
1
-1
/
+14
2025-06-04
nvme-tcp: remove tag set when second admin queue config fails
Shin'ichiro Kawasaki
1
-1
/
+1
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-84
/
+40
2025-05-21
nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
Eric Biggers
1
-84
/
+40
2025-05-20
nvme-tcp: open-code nvme_tcp_queue_request() for R2T
Hannes Reinecke
1
-5
/
+7
2025-05-20
nvme-tcp: remove redundant check to ctrl->opts
Hannes Reinecke
1
-1
/
+1
2025-04-30
nvme-tcp: fix premature queue removal and I/O failover
Michael Liang
1
-2
/
+29
2025-04-09
nvme-tcp: fix use-after-free of netns by kernel TCP socket.
Kuniyuki Iwashima
1
-0
/
+2
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+59
2025-03-20
nvme-tcp: fix selinux denied when calling sock_sendmsg
Peijie Shao
1
-1
/
+2
2025-03-20
nvme-fabrics: reset admin connection for secure concatenation
Hannes Reinecke
1
-0
/
+10
2025-03-20
nvme-tcp: request secure channel concatenation
Hannes Reinecke
1
-6
/
+47
2025-03-20
nvme-keyring: add nvme_tls_psk_refresh()
Hannes Reinecke
1
-1
/
+0
2025-03-05
nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
Dan Carpenter
1
-3
/
+3
2025-02-27
nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
Maurizio Lombardi
1
-3
/
+29
2025-02-27
nvme-tcp: Fix a C2HTermReq error message
Maurizio Lombardi
1
-1
/
+1
2025-02-24
nvme-tcp: fix possible UAF in nvme_tcp_poll
Sagi Grimberg
1
-2
/
+3
2025-02-18
nvme-tcp: fix connect failure on receiving partial ICResp PDU
Caleb Sander Mateos
1
-1
/
+4
2025-02-18
nvme: tcp: Fix compilation warning with W=1
Damien Le Moal
1
-1
/
+1
2025-02-18
nvme-tcp: add basic support for the C2HTermReq PDU
Maurizio Lombardi
1
-0
/
+43
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-13
/
+57
2025-01-10
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2024-12-27
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Chunguang.xu
1
-11
/
+7
2024-12-04
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-10
/
+4
2024-12-04
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-1
/
+0
2024-12-04
nvme-tcp: fix the memleak while create new ctrl failed
Chunguang.xu
1
-1
/
+1
2024-10-03
nvme: tcp: avoid race between queue_lock lock and destroy
Hannes Reinecke
1
-3
/
+4
2024-08-22
nvme-tcp: check for invalidated or revoked key
Hannes Reinecke
1
-1
/
+1
2024-08-22
nvme-tcp: sanitize TLS key handling
Hannes Reinecke
1
-13
/
+40
2024-07-28
nvme-tcp: use sendpages_ok() instead of sendpage_ok()
Ofir Gal
1
-1
/
+1
2024-06-26
nvme-pci: do not directly handle subsys reset fallout
Keith Busch
1
-0
/
+1
2024-06-24
nvme: split device add from initialization
Keith Busch
1
-0
/
+5
[next]