summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-02sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-10-02sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov3-5/+12
2010-10-02sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-10-02sunrpc: Factor out rpc_xprt freeingPavel Emelyanov3-13/+13
2010-10-02sunrpc: 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-22sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko1-7/+13
2010-09-22sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-18/+10
2010-09-22svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-22sunrpc: close connection when a request is irretrievably lost.NeilBrown3-9/+17
2010-09-20nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields1-4/+20
2010-09-20Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields35-287/+352
2010-09-13sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-13gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-13gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-13SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-13SUNRPC: Fix a race in rpc_info_openTrond Myklebust2-20/+20
2010-09-13SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-13Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-10sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller23-274/+919
2010-09-09udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-09net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-09ipv4: 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-08svcrpc: cache deferral cleanupJ. Bruce Fields1-64/+79
2010-09-08svcrpc: minor cache cleanupJ. Bruce Fields2-21/+25
2010-09-08sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2-1/+69
2010-09-08sunrpc: use seconds since boot in expiry cacheNeilBrown1-17/+19
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-37/+91
2010-09-08ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-08UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-08irda: off by oneDan Carpenter1-1/+1
2010-09-08netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-08ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-09-08net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-09-03pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski1-6/+6
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov1-1/+2
2010-09-02gro: fix different skb headroomsEric Dumazet1-2/+6