index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-62
/
+81
2016-05-23
sunrpc: fix stripping of padded MIC tokens
Tomáš Trnka
1
-2
/
+2
2016-05-23
svcrpc: autoload rdma module
J. Bruce Fields
1
-4
/
+19
2016-05-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-2
/
+2
2016-05-13
svcrdma: Generalize svc_rdma_xdr_decode_req()
Chuck Lever
2
-11
/
+23
2016-05-13
svcrdma: Eliminate code duplication in svc_rdma_recvfrom()
Chuck Lever
1
-21
/
+5
2016-05-13
svcrdma: Drain QP before freeing svcrdma_xprt
Chuck Lever
1
-0
/
+3
2016-05-13
svcrdma: Post Receives only for forward channel requests
Chuck Lever
1
-1
/
+1
2016-05-13
svcrdma: Remove superfluous line from rdma_read_chunks()
Chuck Lever
1
-3
/
+1
2016-05-13
svcrdma: svc_rdma_put_context() is invoked twice in Send error path
Chuck Lever
1
-15
/
+13
2016-05-13
svcrdma: Do not add XDR padding to xdr_buf page vector
Chuck Lever
1
-1
/
+1
2016-05-13
svcrdma: Support IPv6 with NFS/RDMA
Shirley Ma
1
-1
/
+11
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2
-2
/
+2
2016-05-13
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
2
-2
/
+2
2016-05-13
sunrpc: set SOCK_FASYNC
Eric Dumazet
1
-0
/
+3
2016-05-03
Remove unnecessary allocation
J. Bruce Fields
1
-3
/
+2
2016-04-27
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
1
-2
/
+2
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+8
2016-04-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-3
/
+8
2016-04-13
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
2
-4
/
+2
2016-04-11
sunrpc: do not pull udp headers on receive
Willem de Bruijn
3
-7
/
+5
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
7
-38
/
+38
2016-04-04
sunrpc: Fix skcipher/shash conversion
Herbert Xu
2
-3
/
+8
2016-03-24
Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
8
-439
/
+359
2016-03-22
Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
14
-346
/
+1020
2016-03-17
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
NeilBrown
1
-3
/
+3
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-207
/
+290
2016-03-16
Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
7
-247
/
+253
2016-03-14
xprtrdma: Use new CQ API for RPC-over-RDMA client send CQs
Chuck Lever
3
-125
/
+91
2016-03-14
xprtrdma: Use an anonymous union in struct rpcrdma_mw
Chuck Lever
3
-36
/
+36
2016-03-14
xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs
Chuck Lever
2
-58
/
+21
2016-03-14
xprtrdma: Serialize credit accounting again
Chuck Lever
3
-9
/
+28
2016-03-14
xprtrdma: Properly handle RDMA_ERROR replies
Chuck Lever
1
-8
/
+43
2016-03-14
xprtrdma: Do not wait if ib_post_send() fails
Chuck Lever
1
-1
/
+5
2016-03-14
xprtrdma: Segment head and tail XDR buffers on page boundaries
Chuck Lever
1
-10
/
+32
2016-03-14
xprtrdma: Clean up dprintk format string containing a newline
Chuck Lever
1
-4
/
+2
2016-03-14
xprtrdma: Clean up physical_op_map()
Chuck Lever
1
-1
/
+0
2016-03-01
svcrdma: Use new CQ API for RPC-over-RDMA server send CQs
Chuck Lever
4
-175
/
+114
2016-03-01
svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs
Chuck Lever
1
-90
/
+39
2016-03-01
svcrdma: Remove close_out exit path
Chuck Lever
1
-11
/
+1
2016-03-01
svcrdma: Hook up the logic to return ERR_CHUNK
Chuck Lever
2
-13
/
+46
2016-03-01
svcrdma: Use correct XID in error replies
Chuck Lever
2
-7
/
+3
2016-03-01
svcrdma: Make RDMA_ERROR messages work
Chuck Lever
4
-65
/
+72
2016-03-01
svcrdma: svc_rdma_post_recv() should close connection on error
Chuck Lever
4
-24
/
+19
2016-03-01
svcrdma: Close connection when a send error occurs
Chuck Lever
1
-2
/
+6
2016-03-01
nfsd: Lower NFSv4.1 callback message size limit
Chuck Lever
2
-6
/
+4
2016-03-01
svcrdma: Do not send Write chunk XDR pad with inline content
Chuck Lever
2
-6
/
+18
2016-03-01
svcrdma: Do not write xdr_buf::tail in a Write chunk
Chuck Lever
1
-3
/
+8
2016-03-01
svcrdma: Find client-provided write and reply chunks once per reply
Chuck Lever
1
-44
/
+36
[next]