summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-09-249-351/+460
|\
| * NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson2006-09-231-1/+1
| * SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust2006-09-231-24/+22Star
| * SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-232-8/+28
| * SUNRPC: Clean up soft task error handlingTrond Myklebust2006-09-232-27/+15Star
| * SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-231-0/+8
| * SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust2006-09-231-10/+6Star
| * SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2006-09-232-20/+25
| * SUNRPC: export new RPC client functions with _GPLChuck Lever2006-09-231-5/+5
| * SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-234-125/+1Star
| * SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever2006-09-231-18/+15Star
| * SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-232-0/+136
| * SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-233-7/+13
| * SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever2006-09-231-4/+2Star
| * SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-231-0/+13
| * SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-231-8/+71
| * SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-233-4/+0Star
| * SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever2006-09-231-2/+3
| * SUNRPC: create API for getting remote peer addressChuck Lever2006-09-231-0/+21
| * SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-233-4/+5
| * SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-231-82/+0Star
| * SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever2006-09-231-28/+42
| * SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-233-61/+106
| * SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-234-11/+20
* | [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala2006-09-221-6/+1Star
* | [SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2006-09-222-28/+18Star
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-211-14/+24
* [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-215-54/+64
* NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells2006-08-241-0/+11
* SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-242-10/+6Star
* SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust2006-08-241-7/+10
* NFS: clean up rpc_rmdirTrond Myklebust2006-08-242-16/+8Star
* SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2006-08-242-15/+7Star
* [PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ...Neil Brown2006-08-061-1/+5
* SUNRPC: Fix obvious refcounting bugs in rpc_pipefs.Trond Myklebust2006-08-031-2/+4
* RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust2006-08-033-42/+60
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-2111-34/+15Star
* This fixes a panic doing the first READDIR or READDIRPLUS call when:Trond Myklebust2006-07-051-2/+1Star
* [PATCH] lockdep: annotate sunrpc codeArjan van de Ven2006-07-041-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-014-4/+0Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-304-4/+0Star
* | [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields2006-06-302-7/+148
* | [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields2006-06-301-0/+2
* | [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity codeJ. Bruce Fields2006-06-301-51/+64
* | [PATCH] knfsd: svcrpc: gss: simplify rsc_parse()J. Bruce Fields2006-06-302-11/+7Star
|/
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-281-1/+1
* spelling fixesAndreas Mohr2006-06-262-2/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-3/+3
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3