summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnvme-tcp: defer TLS inline send to io_workXixin Liu1-0/+5
10 daysnvme-tcp: return -EPROTO for a C2HData on a writeYehyeong Lee1-1/+1
2026-08-19nvme-tcp: check the data direction of a C2HData PDUYehyeong Lee1-0/+7
2026-08-14Merge tag 'nvme-7.3-2026-08-13' of git://git.infradead.org/nvme into for-7.3/...Jens Axboe1-7/+64
2026-08-11nvme-tcp: fix host memory disclosure on R2T for a read commandYehyeong Lee1-0/+7
2026-08-11nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() aloneYehyeong Lee1-1/+3
2026-08-11nvme-tcp: reject a read that transferred too few bytesYehyeong Lee1-0/+34
2026-08-11nvme-tcp: fix usage of page_frag_cacheDmitry Bogdanov1-0/+8
2026-08-10nvme-tcp: look up host_iface in the current netnsGeliang Tang1-1/+2
2026-08-06block: rename bi_bvec_donePavel Begunkov1-1/+1
2026-07-28nvme: fix context analysis warning in tcp.cNilay Shroff1-1/+1
2026-07-28nvme: add context annotations in tcp.cNilay Shroff1-4/+9
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-58/+69
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...Jens Axboe1-40/+58
2026-06-04nvme: export controller reconnect event count via sysfsNilay Shroff1-0/+2
2026-06-04nvme-tcp: lockdep: use dynamic lockdep keys per socket instanceShin'ichiro Kawasaki1-12/+26
2026-06-03nvme-tcp: move nvme_tcp_reclassify_socket()Shin'ichiro Kawasaki1-38/+38
2026-06-02nvme-tcp: Use WQ_PERCPU explicitly if wq_unbound is false.Kuniyuki Iwashima1-0/+2
2026-05-28nvme-tcp: cleanup nvme_tcp_init_iterChristoph Hellwig1-17/+10
2026-05-28nvme-tcp: store negative errno in queue->tls_errChuck Lever1-1/+1
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-20nvme: remove redundant timeout argument from nvme_wait_freeze_timeoutMaurizio Lombardi1-1/+1
2026-04-22nvme-tcp: teardown circular locking fixesChaitanya Kulkarni1-7/+21
2026-04-08nvme: add missing MODULE_ALIAS for fabrics transportsGeliang Tang1-0/+1
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-01-13nvme/host: fixup some typosWilfred Mallawa1-2/+3
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch1-0/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George1-0/+3
2025-07-31nvme: fix various comment typosBjorn Helgaas1-1/+1
2025-07-17nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-3/+21
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki1-1/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-84/+40
2025-05-21nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()Eric Biggers1-84/+40
2025-05-20nvme-tcp: open-code nvme_tcp_queue_request() for R2THannes Reinecke1-5/+7
2025-05-20nvme-tcp: remove redundant check to ctrl->optsHannes Reinecke1-1/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-09nvme-tcp: fix use-after-free of netns by kernel TCP socket.Kuniyuki Iwashima1-0/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-8/+59
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao1-1/+2
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke1-0/+10