summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rfkill: add the WiMAX radio typeIñaky Pérez-González2008-02-012-0/+12
* mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky2008-02-011-1/+1
* mac80211: fix alignment warningJohannes Berg2008-02-011-13/+33
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-014-66/+10Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-064-58/+9Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-309-153/+1802
|\ \
| * | NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-291-14/+193
| * | NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-293-17/+1519
| * | SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-291-1/+12
| * | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-291-0/+2
| * | NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-292-22/+38
| * | NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore2008-01-291-21/+9Star
| * | NetLabel: Cleanup the LSM domain hash functionsPaul Moore2008-01-291-13/+34
| * | NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-295-85/+15Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-301-0/+1
|\ \ \
| * | | x86: change NR_CPUS arrays in numa_64travis@sgi.com2008-01-301-0/+1
* | | | Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds2008-01-301-1/+1
|/ / /
* | | SUNRPC: Don't bother changing the sigmask for asynchronous RPC callsTrond Myklebust2008-01-301-3/+6
* | | SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()Chuck Lever2008-01-301-1/+1
* | | SUNRPC: Clean up block comment preceding rpcb_getport_sync()Chuck Lever2008-01-301-1/+4
* | | SUNRPC: Use appropriate argument types in rpcb clientChuck Lever2008-01-301-2/+1Star
* | | SUNRPC: rpcb_getport_sync() should use built-in hostname generatorChuck Lever2008-01-301-3/+1Star
* | | SUNRPC: Clean up functions that free address_strings arrayChuck Lever2008-01-302-12/+20
* | | SUNRPC: Fix up constant string declarations in struct rpcbind_argsTrond Myklebust2008-01-301-7/+5Star
* | | SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-303-36/+25Star
* | | SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()Chuck Lever2008-01-301-7/+6Star
* | | SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-304-18/+18
* | | SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-303-26/+27
* | | SUNRPC: cleanup for rpc_new_client()Trond Myklebust2008-01-301-10/+14
* | | SUNRPC: Move universal address definitions to global headerChuck Lever2008-01-301-42/+3Star
* | | SUNRPC: RPC version numbers are u32Chuck Lever2008-01-301-2/+2
* | | SUNRPC: Fix socket address handling in rpcb_clntChuck Lever2008-01-301-8/+12
* | | SUNRPC: rpc_create() default hostname should support AF_INET6 addressesChuck Lever2008-01-301-5/+27
* | | SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()Chuck Lever2008-01-301-2/+2
* | | SUNRPC: temp var should match return type of xdr_skb_read_actorChuck Lever2008-01-301-1/+1
* | | SUNRPC: Check a return resultChuck Lever2008-01-301-3/+5
* | | SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()Chuck Lever2008-01-301-1/+1
* | | SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()Chuck Lever2008-01-301-3/+3
* | | SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declarationTrond Myklebust2008-01-301-1/+6
* | | SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust2008-01-301-3/+1Star
* | | SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust2008-01-301-6/+10
* | | SUNRPC: Remove the now unused function rpc_call_setup()Trond Myklebust2008-01-301-18/+0Star
* | | NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-301-21/+19Star
* | | SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msgTrond Myklebust2008-01-302-7/+15
* | | SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionTrond Myklebust2008-01-301-0/+7
* | | SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust2008-01-302-6/+10
* | | SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-301-15/+15
* | | SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-302-28/+16Star
* | | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-302-28/+50
* | | SUNRPC: Restrict sunrpc client exportsTrond Myklebust2008-01-306-44/+44