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