summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-01nfsd4: remove spkm3J. Bruce Fields6-851/+0
2010-10-01sunrpc: fix race in new cache_wait code.NeilBrown1-3/+2
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov2-5/+5
2010-10-01net: Export __sock_createPavel Emelyanov1-1/+2
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov3-3/+5
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov1-0/+1
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov3-5/+12
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov3-13/+13
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov3-23/+27
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2-2/+2
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov3-31/+108
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov4-27/+44
2010-09-27sunrpc: The per-net skeletonPavel Emelyanov2-1/+42
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov1-0/+2
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov1-8/+19
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-8/+10
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2-6/+8
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-22sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown1-1/+3
2010-09-21sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko1-7/+13
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-18/+10
2010-09-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown3-9/+17
2010-09-19nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields1-4/+20
2010-09-19Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields35-287/+352
2010-09-12sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-12SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust2-20/+20
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-12Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller23-274/+919
2010-09-08udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-08net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-08ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski1-2/+6
2010-09-08ipvs: fix active FTPJulian Anastasov3-12/+13
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-07svcrpc: cache deferral cleanupJ. Bruce Fields1-64/+79
2010-09-07svcrpc: minor cache cleanupJ. Bruce Fields2-21/+25
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2-1/+69
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown1-17/+19
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-37/+91
2010-09-07ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-07irda: off by oneDan Carpenter1-1/+1