summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
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
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter
2025-02-27nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi
2025-02-27nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi
2025-02-24nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-10nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu