aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
2026-04-09nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-0/+26
2026-04-08nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()Maurizio Lombardi1-30/+7
2026-04-08nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-04-07nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2026-02-05nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin1-0/+17
2026-01-13nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke1-5/+4
2026-01-09nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2025-12-04Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe1-3/+3
2025-12-04nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin1-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-07-15nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi1-2/+2
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook1-1/+1
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa1-2/+1
2025-05-20nvmet: support completion queue sharingWilfred Mallawa1-1/+1
2025-05-20nvmet: fabrics: add CQ init and destroyWilfred Mallawa1-0/+3
2025-05-20nvmet-tcp: switch to using the crc32c libraryEric Biggers1-66/+26
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-3/+29
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke1-2/+29
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke1-1/+0
2025-02-27nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2024-08-26nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke1-0/+14
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-2/+2
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg1-7/+4
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe1-0/+1
2024-03-08nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-3/+1
2024-01-26nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu1-0/+1
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-10nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+15
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig1-1/+1
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi1-8/+8
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi1-2/+1
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke1-1/+3
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-33/+308
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke1-2/+2
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke1-5/+56
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke1-13/+80
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke1-4/+150
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke1-4/+14
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke1-10/+10