Age | Commit message (Expand) | Author |
2024-08-22 | nvme-tcp: check for invalidated or revoked key | Hannes Reinecke |
2024-08-22 | nvme-tcp: sanitize TLS key handling | Hannes Reinecke |
2024-07-28 | nvme-tcp: use sendpages_ok() instead of sendpage_ok() | Ofir Gal |
2024-06-26 | nvme-pci: do not directly handle subsys reset fallout | Keith Busch |
2024-06-24 | nvme: split device add from initialization | Keith Busch |
2024-06-24 | nvme: tcp: split controller bringup handling | Keith Busch |
2024-05-14 | Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10 | Jens Axboe |
2024-05-07 | nvme-rdma, nvme-tcp: include max reconnects for reconnect logging | Tokunori Ikegami |
2024-05-01 | nvme-fabrics: short-circuit reconnect retries | Hannes Reinecke |
2024-05-01 | nvme-tcp: strict pdu pacing to avoid send stalls on TLS | Hannes Reinecke |
2024-03-21 | Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 | Jens Axboe |
2024-03-18 | nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq | Li Feng |
2024-03-18 | nvme-tcp: Export the nvme_tcp_wq to sysfs | Li Feng |
2024-03-05 | net: introduce page_frag_cache_drain() | Yunsheng Lin |
2024-02-01 | nvme-tcp: show hostnqn when connecting to tcp target | Nitin U. Yewale |
2024-01-31 | nvme: split out fabrics version of nvme_opcode_str() | Caleb Sander |
2024-01-24 | nvme: add module description to stop warnings | Chaitanya Kulkarni |
2024-01-18 | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-08 | nvme-tcp: enhance timeout kernel log | Max Gurtovoy |
2024-01-03 | nvme: tcp: remove unnecessary goto statement | Guixin Liu |
2023-12-04 | nvme: ensure reset state check ordering | Keith Busch |
2023-11-22 | nvme: tcp: fix compile-time checks for TLS mode | Arnd Bergmann |
2023-11-22 | nvme: move nvme_stop_keep_alive() back to original position | Hannes Reinecke |
2023-11-20 | nvme-tcp: only evaluate 'tls' option if TLS is selected | Hannes Reinecke |
2023-11-06 | nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue() | Hannes Reinecke |
2023-11-06 | nvme-tcp: Fix a memory leak | Christophe JAILLET |
2023-10-11 | nvme-fabrics: parse options 'keyring' and 'tls_key' | Hannes Reinecke |
2023-10-11 | nvme-tcp: improve icreq/icresp logging | Hannes Reinecke |
2023-10-11 | nvme-tcp: control message handling for recvmsg() | Hannes Reinecke |
2023-10-11 | nvme-tcp: enable TLS handshake upcall | Hannes Reinecke |
2023-10-11 | nvme-tcp: allocate socket file | Hannes Reinecke |
2023-08-11 | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux | Linus Torvalds |
2023-07-21 | nvme-tcp: fix potential unbalanced freeze & unfreeze | Ming Lei |
2023-07-02 | nvme-tcp: Fix comma-related oops | David Howells |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-24 | nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage | David Howells |
2023-06-12 | nvme-fabrics: add queue setup helpers | Keith Busch |
2023-04-26 | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds |
2023-04-13 | nvme-tcp: fence TCP socket on receive error | Chris Leech |
2023-03-30 | nvme-tcp: fix a possible UAF when failing to allocate an io queue | Sagi Grimberg |
2023-03-15 | nvme-tcp: add nvme-tcp pdu size build protection | Sagi Grimberg |
2023-03-15 | nvme-tcp: fix opcode reporting in the timeout handler | Sagi Grimberg |
2023-03-03 | Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-28 | nvme-tcp: don't access released socket during error recovery | Akinobu Mita |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-01 | nvme-tcp: add additional info for nvme_tcp_timeout log | Amit Engel |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye |
2022-12-19 | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington |
2022-12-13 | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds |
2022-12-07 | nvme: consolidate setting the tagset flags | Christoph Hellwig |