summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [VLAN]: Use multicast list synchronization helpersPatrick McHardy2007-07-141-5/+0
| * | | | | [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-141-2/+0
| * | | | | [NET]: dev_mcast: add multicast list synchronization helpersPatrick McHardy2007-07-141-0/+3
| * | | | | [NET]: Add net_device change_rx_mode callbackPatrick McHardy2007-07-141-0/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-07-154-0/+603
|\ \ \ \ \ \
| * | | | | | 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-144-0/+603
| |/ / / / /
* | | | | | frv: missing __clear_user()Al Viro2007-07-151-0/+2
* | | | | | fix return type of skb_checksum_complete()Al Viro2007-07-151-1/+1
|/ / / / /
* | | | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-07-1316-92/+96
|\ \ \ \ \
| * | | | | NLM: fix source address of callback to clientFrank van Maarseveen2007-07-101-0/+1
| * | | | | SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-102-0/+2
| * | | | | SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-101-0/+1
| * | | | | SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-101-4/+11
| * | | | | NFS: Add the mount option "nosharecache"Trond Myklebust2007-07-102-1/+3
| * | | | | NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever2007-07-101-1/+1
| * | | | | NFS: Remake nfsroot_mount as a permanent part of NFS clientChuck Lever2007-07-101-3/+2
| * | | | | SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-101-1/+1
| * | | | | SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-101-5/+2
| * | | | | NFS: Add a new NFS debugging flag just for mount processingChuck Lever2007-07-101-0/+1
| * | | | | NFS: Clean-up: Define macros for maximum host and export path name lengthsChuck Lever2007-07-101-1/+1
| * | | | | NFS: Clean up nfs_size_to_loff_t()Chuck Lever2007-07-101-5/+3
| * | | | | NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust2007-07-101-0/+1
| * | | | | NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-102-4/+5
| * | | | | NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust2007-07-101-2/+0
| * | | | | NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-101-1/+0
| * | | | | SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-1/+0
| * | | | | SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-101-0/+1
| * | | | | SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-101-3/+3
| * | | | | SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-101-0/+3
| * | | | | SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-101-0/+3
| * | | | | SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust2007-07-101-0/+1
| * | | | | SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-101-5/+5
| * | | | | SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-102-5/+1
| * | | | | SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-102-10/+7
| * | | | | SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-101-1/+1
| * | | | | SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-101-0/+2
| * | | | | SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-101-1/+0
| * | | | | SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-101-1/+2
| * | | | | SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust2007-07-101-0/+1
| * | | | | SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-101-0/+1
| * | | | | SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-101-0/+4
| * | | | | SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-101-2/+0
| * | | | | SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust2007-07-101-1/+0
| * | | | | SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-101-3/+1
| * | | | | SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-6/+4
| * | | | | SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-101-2/+1
| * | | | | SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-1/+1
| * | | | | SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-101-0/+1
| * | | | | SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-102-5/+4
| * | | | | NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-101-1/+2
OpenPOWER on IntegriCloud