index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
tcp.c
Age
Commit message (
Expand
)
Author
2023-08-21
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
Varun Prakash
2023-06-24
nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-04-13
nvmet-tcp: validate idle poll modparam value
Chaitanya Kulkarni
2023-04-13
nvmet-tcp: validate so_priority modparam value
Chaitanya Kulkarni
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-03
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
2022-09-27
nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
Varun Prakash
2022-09-27
nvmet-tcp: fix NULL pointer dereference during release
zhenwei pi
2022-09-19
nvmet-tcp: don't map pages which can't come from HIGHMEM
Fabio M. De Francesco
2022-08-31
nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()
Maurizio Lombardi
2022-08-02
nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
Sagi Grimberg
2022-06-29
nvmet-tcp: fix regression in data_digest calculation
Sagi Grimberg
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-02-28
nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2021-12-08
nvmet-tcp: fix possible list corruption for unexpected command failure
Sagi Grimberg
2021-11-23
nvmet-tcp: fix incomplete data digest send
Varun Prakash
2021-11-23
nvmet-tcp: fix memory leak when performing a controller reset
Maurizio Lombardi
2021-11-23
nvmet-tcp: add an helper to free the cmd buffers
Maurizio Lombardi
2021-11-23
nvmet-tcp: fix a race condition between release_queue and io_work
Maurizio Lombardi
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-27
nvmet-tcp: fix header digest verification
Amit Engel
2021-10-27
nvmet-tcp: fix data digest pointer calculation
Varun Prakash
2021-10-26
nvmet-tcp: fix a memory leak when releasing a queue
Maurizio Lombardi
2021-10-20
nvmet-tcp: fix use-after-free when a port is removed
Israel Rukshin
2021-07-05
nvme-tcp: can't set sk_user_data without write_lock
Maurizio Lombardi
2021-05-26
nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response
Hou Pu
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-15
nvmet-tcp: fix a segmentation fault during io parsing error
Elad Grupi
2021-04-02
nvmet-tcp: enable optional queue idle period tracking
Wunderlich, Mark
2021-04-02
nvmet-tcp: fix incorrect locking in state_change sk callback
Sagi Grimberg
2021-03-18
nvmet-tcp: fix kmap leak when data digest in use
Elad Grupi
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-10
nvmet-tcp: fix potential race of tcp socket closing accept_work
Sagi Grimberg
2021-02-10
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs
Sagi Grimberg
2021-02-03
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
Sagi Grimberg
2020-09-27
nvmet-tcp: have queue io_work context run on sock incoming cpu
Mark Wunderlich
2020-08-28
nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
Ziye Yang
2020-07-08
nvmet-tcp: simplify nvmet_process_resp_list
Sagi Grimberg
2020-07-08
nvmet-tcp: remove has_keyed_sgls initialization
Max Gurtovoy
2020-06-11
Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-11
nvmet-tcp: constify nvmet_tcp_ops
Max Gurtovoy
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
net: add sock_set_priority
Christoph Hellwig
[next]