aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields10-70/+33
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields6-6/+535
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields3-59/+14
2005-10-18RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields1-29/+77
2005-10-18RPCSEC_GSS: client-side privacy supportJ. Bruce Fields1-1/+148
2005-10-18RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields1-14/+6
2005-10-18SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields1-3/+10
2005-10-18SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields1-0/+3
2005-10-18SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields1-0/+22
2005-10-18RPC: stops the release_pipe() funtion from being called twiceSteve Dickson1-0/+2
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust2-11/+20
2005-10-18SUNRPC: Retry rpcbind requests if the server's portmapper isn't upChuck Lever1-1/+2
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-04[RPC]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-09-23SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"Chuck Lever1-6/+7
2005-09-23Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust3-133/+197
2005-09-23[PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig3-197/+133
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever2-23/+17
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever3-6/+69
2005-09-23[PATCH] RPC: make sure to get the same local port number when reconnectingChuck Lever1-12/+53
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever2-15/+37
2005-09-23[PATCH] RPC: clean up after nocong was removedChuck Lever2-12/+19
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever1-2/+0
2005-09-23[PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever2-1/+14
2005-09-23[PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever2-48/+31
2005-09-23[PATCH] RPC: separate xprt_timer implementationsChuck Lever2-25/+32
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2-14/+65
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2-12/+54
2005-09-23[PATCH] RPC: add API to set transport-specific timeoutsChuck Lever2-22/+47
2005-09-23[PATCH] RPC: get rid of xprt->streamChuck Lever2-12/+19
2005-09-23[PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever3-14/+21
2005-09-23[PATCH] RPC: separate TCP and UDP socket write pathsChuck Lever1-87/+128
2005-09-23[PATCH] RPC: separate TCP and UDP transport connection logicChuck Lever1-73/+91
2005-09-23[PATCH] RPC: separate TCP and UDP write space callbacksChuck Lever2-31/+87
2005-09-23[PATCH] RPC: client-side transport switch cleanupChuck Lever3-20/+20
2005-09-23[PATCH] RPC: Add helper for waking tasks pending on a transportChuck Lever2-7/+18
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever8-11/+0
2005-09-23[PATCH] RPC: rename the sockstate fieldChuck Lever2-11/+9
2005-09-23[PATCH] RPC: Rename xprt_lockChuck Lever1-5/+5
2005-09-23[PATCH] RPC: Rename sock_lockChuck Lever2-33/+33
2005-09-23[PATCH] RPC: Reduce stack utilization in xs_sendpagesChuck Lever1-30/+43
2005-09-23[PATCH] RPC: transport switch function namingChuck Lever2-301/+310
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever6-977/+1070
2005-09-23[PATCH] RPC: extract socket logic common to both client and serverChuck Lever5-143/+176
2005-09-23[PATCH] RPC: portmapper doesn't need a reserved portChuck Lever1-0/+1
2005-09-23[PATCH] NFS: use a constant value for TCP retransmit timeoutsChuck Lever1-2/+2
2005-09-23[PATCH] RPC: proper soft timeout behavior for rpcbindChuck Lever1-20/+77
2005-09-23[PATCH] RPC: Report connection errors properly when mounting with "soft"Chuck Lever1-9/+18
2005-09-13[PATCH] Code cleanups in calbacks in svcsockNeil Brown1-44/+39