summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-02-015-0/+21
* [AF_RXRPC]: constify function pointer tablesJan Engelhardt2008-02-013-7/+7
* [BLUETOOTH]: Add conn add/del workqueues to avoid connection fail.Dave Young2008-02-011-11/+37
* [IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu2008-02-012-2/+8
* [IPV4] fib_trie: apply fixes from fib_hashJulian Anastasov2008-02-011-20/+35
* [IPV4] fib: fix route replacement, fib_info is sharedJulian Anastasov2008-02-011-16/+31
* [SCTP]: Fix miss of report unrecognized HMAC Algorithm parameterWei Yongjun2008-02-011-1/+1
* [INET_DIAG]: Fix inet_diag_lock_handler error path.Arnaldo Carvalho de Melo2008-02-011-5/+6
* [INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu2008-02-012-2/+6
* [AX25]: Kill ax25_bind() user triggable printk.maximilian attems2008-02-011-8/+5Star
* [AX25]: Beautify x25_init() version printk.maximilian attems2008-02-011-1/+1
* [NET] 9p: kill dead static inline buf_put_stringIlpo Järvinen2008-02-011-5/+0Star
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-02-014-32/+325
* [IPSEC]: Allow async algorithmsHerbert Xu2008-02-011-3/+3
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-02-014-376/+583
* 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