summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2006-02-012-9/+22
* SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs codeTrond Myklebust2006-02-011-3/+3
* SUNRPC: rpc_timeout_upcall_queue should not sleepTrond Myklebust2006-02-011-38/+58
* SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust2006-02-013-16/+32
* [PATCH] DocBook: fix some kernel-doc comments in net/sunrpcMartin Waitz2006-02-011-4/+5
* [PATCH] svcrpc: gss: svc context creation error handlingJ. Bruce Fields2006-01-181-1/+2
* [PATCH] svcrpc: gss: server context init failure handlingKevin Coffman2006-01-181-12/+17
* [PATCH] svcrpc: gss: handle the GSS_S_CONTINUEAndy Adamson2006-01-181-5/+25
* [PATCH] svcrpc: save and restore the daddr field when request deferredJ. Bruce Fields2006-01-181-0/+2
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-114-5/+5
* [NET]: Remove unneeded kmalloc() return value castsJesper Juhl2006-01-101-2/+2
* Fix rpc shutdown event condition bugLinus Torvalds2006-01-101-1/+1
* [PATCH] nfs: sleep_on() removalIngo Molnar2006-01-101-1/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds2006-01-091-29/+29
|\
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-29/+29
* | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-092-5/+3
|/
* [PATCH] shrink dentry structEric Dumazet2006-01-081-1/+1
* SUNRPC: Make krb5 report unsupported encryption typesJ. Bruce Fields2006-01-061-3/+7
* SUNRPC: Make spkm3 report unsupported encryption typesJ. Bruce Fields2006-01-061-3/+7
* SUNRPC: Update the spkm3 code to use the make_checksum interfaceJ. Bruce Fields2006-01-063-8/+8
* SUNRPC: Clean up xprt_destroy()Trond Myklebust2006-01-061-24/+6
* SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust2006-01-062-19/+26
* SUNRPC: get rid of cl_chattyChuck Lever2006-01-062-7/+4
* SUNRPC: transport switch API for setting port numberChuck Lever2006-01-062-3/+19
* SUNRPC: new interface to force an RPC rebindChuck Lever2006-01-061-6/+15
* SUNRPC: switchable buffer allocationChuck Lever2006-01-064-29/+43
* SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()Adrian Bunk2006-01-061-21/+0
* SUNRPC: Fix a potential race in rpc_pipefs.Trond Myklebust2006-01-061-3/+6
* SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust2006-01-061-2/+2
* SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust2006-01-062-8/+7
* SUNRPC: Get rid of some unused exportsTrond Myklebust2006-01-061-4/+0
* NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust2006-01-061-19/+59
* SUNRPC: Further cleanupsTrond Myklebust2006-01-061-0/+10
* RPC: Clean up RPC task structureTrond Myklebust2006-01-062-32/+36
* SUNRPC: Yet more RPC cleanupsTrond Myklebust2006-01-063-39/+32
* [PATCH] Keep nfsd from exiting when seeing recv() errorsOlaf Kirch2006-01-061-1/+1
* [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach...NeilBrown2006-01-061-1/+13
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-1/+1
* SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitionsTrond Myklebust2005-12-192-4/+6
* RPC: Do not block on skb allocationTrond Myklebust2005-12-191-0/+2
* 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-091-3/+29
* [PATCH] sanitize lookup_hash prototypeChristoph Hellwig2005-11-091-3/+3
* [NET]: kfree cleanupJesper Juhl2005-11-088-20/+11
* [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/+7
* SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever2005-11-043-9/+9
OpenPOWER on IntegriCloud