summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust2009-08-191-1/+1
* Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-192-7/+7
|\
| * sunrpc: ntoh -> be*_to_cpuBenny Halevy2009-08-141-3/+3
| * sunrpc: hton -> cpu_to_be*Benny Halevy2009-08-141-3/+3
| * Make sock_sendpage() use kernel_sendpage()Linus Torvalds2009-08-131-1/+1
* | Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-106-463/+858
|\ \
| * | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2009-08-092-0/+169
| * | SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust2009-08-091-129/+190
| * | SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-093-11/+36
| * | SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.cTrond Myklebust2009-08-091-25/+70
| * | SUNRPC: Ensure we initialise the cache_detail before creating procfs filesTrond Myklebust2009-08-091-10/+20
| * | NFSD: Clean up the idmapper warning...Trond Myklebust2009-08-091-1/+1
| * | SUNRPC: One more clean up for rpc_create_client_dir()Trond Myklebust2009-08-091-28/+50
| * | SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2009-08-092-70/+36
| * | SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-092-14/+14
| * | SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust2009-08-091-42/+41
| * | SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust2009-08-092-9/+8
| * | SUNRPC: rpc_pipefs cleanupTrond Myklebust2009-08-091-40/+40
| * | SUNRPC: Clean up rpc_populate/depopulateTrond Myklebust2009-08-091-86/+101
| * | SUNRPC: Clean up rpc_lookup_createTrond Myklebust2009-08-091-41/+59
| * | SUNRPC: Clean up rpc_unlink()Trond Myklebust2009-08-091-8/+27
| * | SUNRPC: Clean up file creation code in rpc_pipefsTrond Myklebust2009-08-091-43/+77
| * | SUNRPC: Clean up rpc_pipefs lookup code...Trond Myklebust2009-08-091-5/+10
| * | SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcallTrond Myklebust2009-08-091-4/+11
| * | SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-092-7/+8
| |/
* | Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-106-330/+784
|\ \
| * | SUNRPC: Add documenting comments in net/sunrpc/timer.cChuck Lever2009-08-091-16/+29
| * | SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever2009-08-091-41/+41
| * | SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-092-21/+34
| * | SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever2009-08-091-12/+12
| * | SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever2009-08-091-22/+91
| * | SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever2009-08-091-81/+0
| * | SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever2009-08-091-3/+77
| * | SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever2009-08-091-0/+22
| * | SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever2009-08-091-34/+0
| * | SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever2009-08-091-1/+75
| * | SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-092-102/+52
| * | SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-093-45/+29
| * | SUNRPC: Provide functions for managing universal addressesChuck Lever2009-08-092-1/+365
| * | SUNRPC: Move XDR data type size macrosChuck Lever2009-08-091-25/+31
| |/
* / SUNRPC: convert some sysctls into module parametersTrond Myklebust2009-08-091-0/+52
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-071-2/+0
|\
| * net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-0412-37/+79
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-033-6/+10
| |\
| | * cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2009-08-032-5/+7
| | * cfg80211: add two missing NULL pointer checksJohannes Berg2009-08-031-1/+3
| * | bluetooth: rfcomm_init bug fixDave Young2009-08-032-9/+20
| |/
| * net: restore the original spinlock to protect unicast listJiri Pirko2009-08-021-9/+16
| * net: net_assign_generic() fixEric Dumazet2009-08-021-1/+1