index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
tcp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
1
-1
/
+1
2025-04-30
nvmet-tcp: don't restore null sk_state_change
Alistair Francis
1
-0
/
+3
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+29
2025-03-20
nvmet-tcp: support secure channel concatenation
Hannes Reinecke
1
-2
/
+29
2025-03-20
nvme-keyring: add nvme_tls_psk_refresh()
Hannes Reinecke
1
-1
/
+0
2025-02-27
nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch
Meir Elisha
1
-4
/
+11
2024-08-26
nvmet-tcp: fix kernel crash if commands allocation fails
Maurizio Lombardi
1
-1
/
+3
2024-06-24
nvmet-tcp: implement host_traddr()
Hannes Reinecke
1
-0
/
+14
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
1
-2
/
+2
2024-05-01
nvmet-tcp: fix possible memory leak when tearing down a controller
Sagi Grimberg
1
-7
/
+4
2024-03-21
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jens Axboe
1
-0
/
+1
2024-03-08
nvmet-tcp: do not continue for invalid icreq
Hannes Reinecke
1
-0
/
+1
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-3
/
+1
2024-01-26
nvmet-tcp: fix nvme tcp ida memory leak
Guixin Liu
1
-0
/
+1
2024-01-24
nvmet: add module description to stop warnings
Chaitanya Kulkarni
1
-0
/
+1
2024-01-10
nvmet-tcp: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+15
2024-01-08
nvmet-tcp: Fix the H2C expected PDU len calculation
Maurizio Lombardi
1
-3
/
+7
2024-01-03
nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu
Christoph Hellwig
1
-1
/
+1
2024-01-02
nvmet-tcp: remove boilerplate code
Maurizio Lombardi
1
-8
/
+8
2024-01-02
nvmet-tcp: fix a crash in nvmet_req_complete()
Maurizio Lombardi
1
-2
/
+1
2024-01-02
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
Maurizio Lombardi
1
-1
/
+12
2023-11-20
nvmet-tcp: always initialize tls_handshake_tmo_work
Hannes Reinecke
1
-1
/
+3
2023-11-01
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-33
/
+308
2023-10-17
nvmet-tcp: use 'spin_lock_bh' for state_lock()
Hannes Reinecke
1
-2
/
+2
2023-10-11
nvmet-tcp: peek icreq before starting TLS
Hannes Reinecke
1
-5
/
+56
2023-10-11
nvmet-tcp: control messages for recvmsg()
Hannes Reinecke
1
-13
/
+80
2023-10-11
nvmet-tcp: enable TLS handshake upcall
Hannes Reinecke
1
-4
/
+150
2023-10-11
nvmet-tcp: allocate socket file
Hannes Reinecke
1
-4
/
+14
2023-10-11
nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
Hannes Reinecke
1
-10
/
+10
2023-10-10
nvmet-tcp: Fix a possible UAF in queue intialization setup
Sagi Grimberg
1
-5
/
+2
2023-08-21
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
Varun Prakash
1
-1
/
+1
2023-06-24
nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
1
-17
/
+29
2023-04-13
nvmet-tcp: validate idle poll modparam value
Chaitanya Kulkarni
1
-2
/
+3
2023-04-13
nvmet-tcp: validate so_priority modparam value
Chaitanya Kulkarni
1
-2
/
+27
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+5
2023-02-03
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-3
/
+2
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+5
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-44
/
+47
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
1
-8
/
+2
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
1
-2
/
+9
2022-09-27
nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
Varun Prakash
1
-0
/
+7
2022-09-27
nvmet-tcp: fix NULL pointer dereference during release
zhenwei pi
1
-3
/
+16
2022-09-19
nvmet-tcp: don't map pages which can't come from HIGHMEM
Fabio M. De Francesco
1
-31
/
+13
2022-08-31
nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
Maurizio Lombardi
1
-0
/
+3
2022-08-02
nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
Sagi Grimberg
1
-1
/
+2
2022-06-29
nvmet-tcp: fix regression in data_digest calculation
Sagi Grimberg
1
-20
/
+3
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
1
-5
/
+5
2022-02-28
nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-3
/
+3
2021-12-08
nvmet-tcp: fix possible list corruption for unexpected command failure
Sagi Grimberg
1
-1
/
+8
[next]