summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/tcp.c
AgeCommit message (Expand)Author
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa
2025-05-20nvmet: support completion queue sharingWilfred Mallawa
2025-05-20nvmet: fabrics: add CQ init and destroyWilfred Mallawa
2025-05-20nvmet-tcp: switch to using the crc32c libraryEric Biggers
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke
2025-02-27nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha
2024-08-26nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe
2024-03-08nvmet-tcp: do not continue for invalid icreqHannes Reinecke
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-01-26nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni
2024-01-10nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-08-21nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-04-13nvmet-tcp: validate idle poll modparam valueChaitanya Kulkarni
2023-04-13nvmet-tcp: validate so_priority modparam valueChaitanya Kulkarni
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-03nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-11-25use less confusing names for iov_iter direction initializerspull-iov_iterAl Viro
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi
2022-09-27nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-09-27nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash
2022-09-27nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi
2022-09-19nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco
2022-08-31nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi