aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-19/+38
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-28/+28
2013-11-13svcrpc: remove an unnecessary assignmentGravatar Weng Meiling 1-2/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+6
2013-11-12SUNRPC: Avoid deep recursion in rpc_release_clientGravatar Trond Myklebust 1-12/+17
2013-11-12sunrpc: comment typo fixGravatar J. Bruce Fields 1-2/+2
2013-11-08SUNRPC: Fix a data corruption issue when retransmitting RPC callsGravatar Trond Myklebust 1-7/+21
2013-10-31SUNRPC: Cleanup xs_destroy()Gravatar Trond Myklebust 1-10/+5
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.Gravatar NeilBrown 1-4/+9
2013-10-30SUNRPC: remove duplicated include from clnt.cGravatar Wei Yongjun 1-1/+0
2013-10-28SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgGravatar Trond Myklebust 1-19/+37
2013-10-28SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageGravatar Trond Myklebust 1-0/+1
2013-10-28SUNRPC: remove an unnecessary if statementGravatar wangweidong 1-3/+1
2013-10-28sunrpc: comment typo fixGravatar J. Bruce Fields 1-2/+2
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportGravatar Trond Myklebust 1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntGravatar Trond Myklebust 1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Gravatar Chuck Lever 1-6/+7
2013-10-26sunrpc: trim off EC bytes in GSSAPI v2 unwrapGravatar Jeff Layton 1-2/+2
2013-10-24sunrpc: switch to %pdGravatar Al Viro 1-6/+6
2013-10-10gss_krb5: document that we ignore sequence numberGravatar J. Bruce Fields 2-6/+8
2013-10-10svcrpc: handle some gssproxy encoding errorsGravatar J. Bruce Fields 1-15/+14
2013-10-09net: fix build errors if ipv6 is disabledGravatar Eric Dumazet 1-0/+2
2013-10-09ipv6: make lookups simpler and fasterGravatar Eric Dumazet 1-1/+1
2013-10-08svcrpc: fix error-handling on badd gssproxy downcallGravatar J. Bruce Fields 1-2/+2
2013-10-08svcrpc: fix gss-proxy NULL dereference in some error casesGravatar J. Bruce Fields 1-1/+2
2013-10-01SUNRPC: call_connect_status should recheck bind and connect status on errorGravatar Trond Myklebust 1-3/+6
2013-10-01SUNRPC: Remove redundant initialisations of request rq_bytes_sentGravatar Trond Myklebust 1-8/+7
2013-10-01SUNRPC: Fix RPC call retransmission statisticsGravatar Trond Myklebust 1-2/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutGravatar Trond Myklebust 2-4/+16
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolGravatar Trond Myklebust 2-10/+11
2013-10-01SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeGravatar Trond Myklebust 1-0/+10
2013-10-01SUNRPC: Don't set the request connect_cookie until a successful transmitGravatar Trond Myklebust 1-3/+5
2013-10-01SUNRPC: Only update the TCP connect cookie on a successful connectGravatar Trond Myklebust 1-1/+1
2013-10-01SUNRPC: Enable the keepalive option for TCP socketsGravatar Trond Myklebust 1-0/+13
2013-09-18RPCSEC_GSS: fix crash on destroying gss authGravatar J. Bruce Fields 1-0/+11
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+27
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-2/+2
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableGravatar Trond Myklebust 1-1/+1
2013-09-12sunrpc: Add missing kuids conversion for printingGravatar Geert Uytterhoeven 1-1/+1
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-22/+50
2013-09-10shrinker: convert remaining shrinkers to count/scan APIGravatar Dave Chinner 1-14/+27
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-218/+712
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesGravatar J. Bruce Fields 1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyGravatar J. Bruce Fields 3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedGravatar J. Bruce Fields 1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsGravatar J. Bruce Fields 1-19/+13
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+6
2013-09-05SUNRPC: Add an identifier for struct rpc_clntGravatar Trond Myklebust 1-0/+25
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsGravatar Trond Myklebust 1-1/+1