summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix Oopsable condition in rpc_pipefsTrond Myklebust2005-12-031-1/+1
* SUNRPC: Funny looking code in __rpc_purge_upcallTrond Myklebust2005-11-251-11/+15
* [PATCH] knfsd: make sure nfsd doesn't hog a cpu foreverNeilBrown2005-11-151-0/+1
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-102-6/+8
* [PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust2005-11-101-3/+29
* [PATCH] sanitize lookup_hash prototypeChristoph Hellwig2005-11-091-3/+3
* [NET]: kfree cleanupJesper Juhl2005-11-088-20/+11Star
* [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...NeilBrown2005-11-071-5/+7
* NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever2005-11-041-8/+7Star
* SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever2005-11-043-9/+9
* [CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu2005-10-301-2/+2
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-17/+6Star
* RPC: Ensure that nobody can queue up new upcalls after rpc_close_pipes()Trond Myklebust2005-10-281-14/+15
* Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust2005-10-281-1/+1
|\
| * [PATCH] svcsock timestamp fixAndrew Morton2005-10-261-1/+1
* | Revert "RPC: stops the release_pipe() funtion from being called twice"Trond Myklebust2005-10-281-2/+0Star
* | RPCSEC_GSS: krb5 cleanupJ. Bruce Fields2005-10-193-33/+6Star
* | RPCSEC_GSS remove all qop parametersJ. Bruce Fields2005-10-1910-70/+33Star
* | RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields2005-10-196-6/+535
* | RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields2005-10-193-59/+14Star
* | RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields2005-10-191-29/+77
* | RPCSEC_GSS: client-side privacy supportJ. Bruce Fields2005-10-191-1/+148
* | RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields2005-10-191-14/+6Star
* | SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields2005-10-191-3/+10
* | SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields2005-10-191-0/+3
* | SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields2005-10-191-0/+22
* | RPC: stops the release_pipe() funtion from being called twiceSteve Dickson2005-10-191-0/+2
* | RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust2005-10-182-11/+20
* | SUNRPC: Retry rpcbind requests if the server's portmapper isn't upChuck Lever2005-10-181-1/+2
* | Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust2005-10-181-1/+1
|\|
| * [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-1/+1
| * [RPC]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+1
* | SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"Chuck Lever2005-09-231-6/+7
* | Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust2005-09-233-133/+197
* | [PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig2005-09-233-197/+133Star
* | [PATCH] RPC: rationalize set_buffer_sizeChuck Lever2005-09-232-23/+17Star
* | [PATCH] RPC: parametrize various transport connect timeoutsChuck Lever2005-09-233-6/+69
* | [PATCH] RPC: make sure to get the same local port number when reconnectingChuck Lever2005-09-231-12/+53
* | [PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever2005-09-232-15/+37
* | [PATCH] RPC: clean up after nocong was removedChuck Lever2005-09-232-12/+19
* | [PATCH] RPC: remove xprt->nocongChuck Lever2005-09-231-2/+0Star
* | [PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever2005-09-232-1/+14
* | [PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever2005-09-232-48/+31Star
* | [PATCH] RPC: separate xprt_timer implementationsChuck Lever2005-09-232-25/+32
* | [PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2005-09-232-14/+65
* | [PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2005-09-232-12/+54
* | [PATCH] RPC: add API to set transport-specific timeoutsChuck Lever2005-09-232-22/+47
* | [PATCH] RPC: get rid of xprt->streamChuck Lever2005-09-232-12/+19
* | [PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever2005-09-233-14/+21
* | [PATCH] RPC: separate TCP and UDP socket write pathsChuck Lever2005-09-231-87/+128