index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet-tcp: have queue io_work context run on sock incoming cpu
Mark Wunderlich
2020-09-27
1
-11
/
+10
*
nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
Ziye Yang
2020-08-29
1
-1
/
+9
*
nvmet-tcp: simplify nvmet_process_resp_list
Sagi Grimberg
2020-07-08
1
-9
/
+3
*
nvmet-tcp: remove has_keyed_sgls initialization
Max Gurtovoy
2020-07-08
1
-1
/
+0
*
Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-12
1
-2
/
+2
|
\
|
*
nvmet-tcp: constify nvmet_tcp_ops
Max Gurtovoy
2020-06-11
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-04
1
-44
/
+10
|
\
\
|
|
/
|
/
|
|
*
ipv4: add ip_sock_set_tos
Christoph Hellwig
2020-05-28
1
-8
/
+2
|
*
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-10
/
+2
|
*
net: add sock_set_priority
Christoph Hellwig
2020-05-28
1
-14
/
+4
|
*
net: add sock_no_linger
Christoph Hellwig
2020-05-28
1
-5
/
+1
|
*
net: add sock_set_reuseaddr
Christoph Hellwig
2020-05-28
1
-7
/
+1
*
|
nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...
Sagi Grimberg
2020-05-27
1
-19
/
+24
*
|
nvmet-tcp: set MSG_EOR if we send last payload in the batch
Sagi Grimberg
2020-05-27
1
-0
/
+2
*
|
nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send
Sagi Grimberg
2020-05-27
1
-4
/
+4
|
/
*
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-3
/
+32
|
\
|
*
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
2020-03-25
1
-2
/
+5
|
*
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
2020-03-25
1
-1
/
+1
|
*
nvmet-tcp: set SO_PRIORITY for accepted sockets
Wunderlich, Mark
2020-03-04
1
-0
/
+26
*
|
nvmet-tcp: set MSG_MORE only if we actually have more to send
Sagi Grimberg
2020-03-20
1
-3
/
+9
|
/
*
nvmet: Open code nvmet_req_execute()
Christoph Hellwig
2019-11-04
1
-3
/
+3
*
nvmet-tcp: Don't set the request's data_len
Logan Gunthorpe
2019-11-04
1
-4
/
+2
*
nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()
Logan Gunthorpe
2019-11-04
1
-1
/
+1
*
nvmet-tcp: remove superflous check on request sgl
Sagi Grimberg
2019-09-25
1
-8
/
+4
*
nvmet-tcp: Add TOS for tcp transport
Israel Rukshin
2019-08-29
1
-0
/
+11
*
nvmet-tcp: fix possible memory leak
Sagi Grimberg
2019-08-29
1
-0
/
+1
*
nvmet-tcp: fix possible NULL deref
Sagi Grimberg
2019-08-29
1
-4
/
+8
*
nvmet-tcp: don't fail maxr2t greater than 1
Sagi Grimberg
2019-04-25
1
-6
/
+0
*
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
2019-04-25
1
-4
/
+4
*
nvmet-tcp: implement C2HData SUCCESS optimization
Sagi Grimberg
2019-04-05
1
-3
/
+21
*
nvmet-tcp: fix uninitialized variable access
Sagi Grimberg
2019-01-16
1
-1
/
+1
*
nvmet-tcp: fix endianess annotations
Christoph Hellwig
2018-12-18
1
-2
/
+2
*
nvmet-tcp: add NVMe over TCP target driver
Sagi Grimberg
2018-12-13
1
-0
/
+1737