index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
xprtrdma: use complete() instead complete_all()
Daniel Wagner
2016-09-23
1
-1
/
+1
|
*
|
|
SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()
Trond Myklebust
2016-09-22
1
-2
/
+2
|
*
|
|
SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch
Trond Myklebust
2016-09-22
1
-2
/
+5
|
*
|
|
sunrpc: fix write space race causing stalls
David Vrabel
2016-09-19
1
-1
/
+10
|
*
|
|
xprtrdma: Eliminate rpcrdma_receive_worker()
Chuck Lever
2016-09-19
3
-12
/
+5
|
*
|
|
xprtrdma: Rename rpcrdma_receive_wc()
Chuck Lever
2016-09-19
1
-3
/
+3
|
*
|
|
xprtrmda: Report address of frmr, not mw
Chuck Lever
2016-09-19
1
-2
/
+6
|
*
|
|
xprtrdma: Support larger inline thresholds
Chuck Lever
2016-09-19
1
-2
/
+2
|
*
|
|
xprtrdma: Use gathered Send for large inline messages
Chuck Lever
2016-09-19
5
-185
/
+207
|
*
|
|
xprtrdma: Basic support for Remote Invalidation
Chuck Lever
2016-09-19
6
-7
/
+44
|
*
|
|
xprtrdma: Client-side support for rpcrdma_connect_private
Chuck Lever
2016-09-19
5
-15
/
+49
|
*
|
|
xprtrdma: Move recv_wr to struct rpcrdma_rep
Chuck Lever
2016-09-19
2
-7
/
+7
|
*
|
|
xprtrdma: Move send_wr to struct rpcrdma_req
Chuck Lever
2016-09-19
4
-24
/
+24
|
*
|
|
xprtrdma: Simplify rpcrdma_ep_post_recv()
Chuck Lever
2016-09-19
4
-11
/
+5
|
*
|
|
xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
Chuck Lever
2016-09-19
4
-31
/
+23
|
*
|
|
xprtrdma: Delay DMA mapping Send and Receive buffers
Chuck Lever
2016-09-19
4
-26
/
+78
|
*
|
|
xprtrdma: Replace DMA_BIDIRECTIONAL
Chuck Lever
2016-09-19
4
-35
/
+36
|
*
|
|
xprtrdma: Use smaller buffers for RPC-over-RDMA headers
Chuck Lever
2016-09-19
3
-5
/
+7
|
*
|
|
xprtrdma: Initialize separate RPC call and reply buffers
Chuck Lever
2016-09-19
3
-59
/
+99
|
*
|
|
SUNRPC: Add a transport-specific private field in rpc_rqst
Chuck Lever
2016-09-19
4
-12
/
+10
|
*
|
|
SUNRPC: Separate buffer pointers for RPC Call and Reply messages
Chuck Lever
2016-09-19
3
-1
/
+3
|
*
|
|
SUNRPC: Generalize the RPC buffer release API
Chuck Lever
2016-09-19
6
-29
/
+18
|
*
|
|
SUNRPC: Generalize the RPC buffer allocation API
Chuck Lever
2016-09-19
5
-35
/
+61
|
*
|
|
SUNRPC: Refactor rpc_xdr_buf_init()
Chuck Lever
2016-09-19
3
-36
/
+8
|
*
|
|
xprtrdma: Eliminate INLINE_THRESHOLD macros
Chuck Lever
2016-09-19
4
-15
/
+6
|
*
|
|
SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
Andy Adamson
2016-09-19
1
-0
/
+64
|
*
|
|
SUNRPC search xprt switch for sockaddr
Andy Adamson
2016-09-19
2
-1
/
+38
|
*
|
|
SUNRPC rpc_clnt_xprt_switch_add_xprt
Andy Adamson
2016-09-19
1
-0
/
+7
|
*
|
|
SUNRPC rpc_clnt_xprt_switch_put
Andy Adamson
2016-09-19
1
-0
/
+6
|
*
|
|
SUNRPC remove rpc_task_release_client from rpc_task_set_client
Andy Adamson
2016-09-19
1
-1
/
+0
|
*
|
|
SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()
Trond Myklebust
2016-09-19
1
-0
/
+17
|
*
|
|
sunrpc: Remove unnecessary variable
Amitoj Kaur Chawla
2016-09-19
1
-2
/
+1
*
|
|
|
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-10-14
4
-35
/
+111
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
svcrdma: support Remote Invalidation
Chuck Lever
2016-09-23
2
-6
/
+64
|
*
|
|
svcrdma: Server-side support for rpcrdma_connect_private
Chuck Lever
2016-09-23
1
-4
/
+30
|
*
|
|
svcrdma: Skip put_page() when send_reply() fails
Chuck Lever
2016-09-23
1
-1
/
+1
|
*
|
|
svcrdma: Tail iovec leaves an orphaned DMA mapping
Chuck Lever
2016-09-23
4
-26
/
+18
*
|
|
|
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
2016-10-12
1
-2
/
+0
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-11
18
-240
/
+357
|
\
\
\
\
|
*
|
|
|
netfilter: Fix slab corruption.
Linus Torvalds
2016-10-11
1
-75
/
+33
|
*
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2016-10-08
3
-45
/
+65
|
|
\
\
\
\
|
|
*
|
|
|
Bluetooth: Refactor append name and appearance
Michał Narajowski
2016-10-06
3
-50
/
+38
|
|
*
|
|
|
Bluetooth: Add appearance to default scan rsp data
Michał Narajowski
2016-10-06
1
-1
/
+10
|
|
*
|
|
|
Bluetooth: Fix local name in scan rsp
Michał Narajowski
2016-10-06
1
-12
/
+35
|
*
|
|
|
|
ipv6 addrconf: disallow rtr_solicits < -1
Maciej Żenczykowski
2016-10-08
1
-1
/
+3
|
*
|
|
|
|
Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2016-10-07
11
-116
/
+251
|
|
\
\
\
\
\
|
|
*
|
|
|
|
rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phase
David Howells
2016-10-06
1
-5
/
+6
|
|
*
|
|
|
|
rxrpc: Need to produce an ACK for service op if op takes a long time
David Howells
2016-10-06
5
-6
/
+28
|
|
*
|
|
|
|
rxrpc: Return negative error code to kernel service
David Howells
2016-10-06
1
-1
/
+1
|
|
*
|
|
|
|
rxrpc: Add missing notification
David Howells
2016-10-06
1
-0
/
+1
[prev]
[next]