index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
tcp.c
Age
Commit message (
Expand
)
Author
7 days
nvme-tcp: defer TLS inline send to io_work
Xixin Liu
7 days
nvme-tcp: return -EPROTO for a C2HData on a write
Yehyeong Lee
2026-08-19
nvme-tcp: check the data direction of a C2HData PDU
Yehyeong Lee
2026-08-14
Merge tag 'nvme-7.3-2026-08-13' of git://git.infradead.org/nvme into for-7.3/...
Jens Axboe
2026-08-11
nvme-tcp: fix host memory disclosure on R2T for a read command
Yehyeong Lee
2026-08-11
nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
Yehyeong Lee
2026-08-11
nvme-tcp: reject a read that transferred too few bytes
Yehyeong Lee
2026-08-11
nvme-tcp: fix usage of page_frag_cache
Dmitry Bogdanov
2026-08-10
nvme-tcp: look up host_iface in the current netns
Geliang Tang
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
2026-07-28
nvme: fix context analysis warning in tcp.c
Nilay Shroff
2026-07-28
nvme: add context annotations in tcp.c
Nilay Shroff
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-05
Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...
Jens Axboe
2026-06-04
nvme: export controller reconnect event count via sysfs
Nilay Shroff
2026-06-04
nvme-tcp: lockdep: use dynamic lockdep keys per socket instance
Shin'ichiro Kawasaki
2026-06-03
nvme-tcp: move nvme_tcp_reclassify_socket()
Shin'ichiro Kawasaki
2026-06-02
nvme-tcp: Use WQ_PERCPU explicitly if wq_unbound is false.
Kuniyuki Iwashima
2026-05-28
nvme-tcp: cleanup nvme_tcp_init_iter
Christoph Hellwig
2026-05-28
nvme-tcp: store negative errno in queue->tls_err
Chuck Lever
2026-05-26
block: switch numa_node to int in blk_mq_hw_ctx and init_request
Mateusz Nowicki
2026-05-20
nvme: remove redundant timeout argument from nvme_wait_freeze_timeout
Maurizio Lombardi
2026-04-22
nvme-tcp: teardown circular locking fixes
Chaitanya Kulkarni
2026-04-08
nvme: add missing MODULE_ALIAS for fabrics transports
Geliang Tang
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-13
nvme/host: fixup some typos
Wilfred Mallawa
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-11-06
nvme: remove virtual boundary for sgl capable devices
Keith Busch
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-16
nvme/tcp: handle tls partially sent records in write_space()
Wilfred Mallawa
2025-09-15
nvme-tcp: send only permitted commands for secure concat
Martin George
2025-07-31
nvme: fix various comment typos
Bjorn Helgaas
2025-07-17
nvme-tcp: log TLS handshake failures at error level
Maurizio Lombardi
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
2025-06-04
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
2025-06-04
nvme-tcp: sanitize request list handling
Hannes Reinecke
2025-06-04
nvme-tcp: remove tag set when second admin queue config fails
Shin'ichiro Kawasaki
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-05-21
nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
Eric Biggers
2025-05-20
nvme-tcp: open-code nvme_tcp_queue_request() for R2T
Hannes Reinecke
2025-05-20
nvme-tcp: remove redundant check to ctrl->opts
Hannes Reinecke
2025-04-30
nvme-tcp: fix premature queue removal and I/O failover
Michael Liang
2025-04-09
nvme-tcp: fix use-after-free of netns by kernel TCP socket.
Kuniyuki Iwashima
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-20
nvme-tcp: fix selinux denied when calling sock_sendmsg
Peijie Shao
2025-03-20
nvme-fabrics: reset admin connection for secure concatenation
Hannes Reinecke
[next]