aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-10svcrpc: handle some gssproxy encoding errorsJ. Bruce Fields1-15/+14
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet1-0/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-1/+1
2013-10-08svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields1-2/+2
2013-10-08svcrpc: fix gss-proxy NULL dereference in some error casesJ. Bruce Fields1-1/+2
2013-10-01SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust1-3/+6
2013-10-01SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust1-8/+7
2013-10-01SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust1-2/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2-4/+16
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2-10/+11
2013-10-01SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust1-0/+10
2013-10-01SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust1-3/+5
2013-10-01SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust1-1/+1
2013-10-01SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust1-0/+13
2013-09-18RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields1-0/+11
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+27
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+2
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust1-1/+1
2013-09-12sunrpc: Add missing kuids conversion for printingGeert Uytterhoeven1-1/+1
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-22/+50
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner1-14/+27
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-218/+712
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields1-19/+13
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-09-05SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust1-0/+25
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust1-1/+1
2013-09-04SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust1-1/+12
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson4-13/+19
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson3-2/+153
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust1-7/+8
2013-09-02RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust1-3/+89
2013-09-01RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust1-9/+68
2013-09-01SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust1-0/+35
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2-23/+25
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust1-9/+1
2013-09-01RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust1-89/+92
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2-3/+134
2013-08-30RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust1-12/+20
2013-08-30RPCSEC_GSS: Further cleanupsTrond Myklebust1-11/+20
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust5-21/+14
2013-08-30RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust1-18/+19
2013-08-30SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust1-14/+13
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust1-1/+0
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust3-11/+11
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+40