summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into upstreamJeff Garzik2006-05-0211-39/+40
|\
| * Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-05-012-0/+4
| |\
| | * [PATCH] Reworked patch for labels on user space messagesSteve Grubb2006-05-011-0/+2
| | * [PATCH] sockaddr patchSteve Grubb2006-05-011-0/+2
| * | [NETFILTER] x_tables: fix compat related crash on non-x86Patrick McHardy2006-05-011-19/+14
| * | [IPV6]: Fix race in route selection.YOSHIFUJI Hideaki2006-04-291-1/+4
| * | [XFRM]: fix incorrect xfrm_policy_afinfo_lock useIngo Molnar2006-04-291-4/+4
| * | [XFRM]: fix incorrect xfrm_state_afinfo_lock useIngo Molnar2006-04-291-4/+4
| * | [TCP]: Fix unlikely usage in tcp_transmit_skb()Hua Zhong2006-04-291-1/+1
| * | [XFRM]: fix softirq-unsafe xfrm typemap->lock useIngo Molnar2006-04-291-4/+4
| * | [IPSEC]: Fix IP ID selectionHerbert Xu2006-04-291-1/+1
| * | [IPV4]: inet_init() -> fs_initcallHeiko Carstens2006-04-291-1/+1
| * | [NETLINK]: cleanup unused macro in net/netlink/af_netlink.cSoyoung Park2006-04-291-1/+0
| * | [PKT_SCHED] netem: fix lossStephen Hemminger2006-04-291-1/+1
| * | [X25]: fix for spinlock recurse and spinlock lockup with timer handlerShaun Pereira2006-04-291-2/+2
| |/
* | Merge branch 'master' into upstreamJeff Garzik2006-04-271-1/+7
|\ \ | |/
| * Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-263-14/+35
| |\
| * | [BRIDGE]: allow full size vlan packetsStephen Hemminger2006-04-261-1/+7
* | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-04-268-62/+134
|\ \ \ | |_|/ |/| |
| * | [PATCH] softmac: clean up event handling codeJohannes Berg2006-04-241-15/+10
| * | [PATCH] softmac: add SIOCSIWMLMEJohannes Berg2006-04-243-1/+34
| * | [PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macroZhu Yi2006-04-241-8/+8
| * | [PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checkingZhu Yi2006-04-241-2/+0
| * | [PATCH] ieee80211: export list of bit rates with standard WEXT procdduresZhu Yi2006-04-241-23/+21
| * | [PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoSZhu Yi2006-04-241-12/+51
| * | [PATCH] ieee80211: Fix TKIP MIC calculation for QoS framesZhu Yi2006-04-241-1/+10
* | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-263-14/+35
|\ \ \ | |/ / | | / | |/ |/|
| * [PATCH] softmac: fix SIOCSIWAPJohannes Berg2006-04-243-14/+35
* | [NETFILTER]: ipt action: use xt_check_target for basic verificationPatrick McHardy2006-04-241-0/+5
* | [NETFILTER]: x_tables: move table->lock initializationDmitry Mishin2006-04-241-1/+1
* | [NETFILTER]: ip6_tables: remove broken comefrom debuggingPatrick McHardy2006-04-241-13/+0
* | [NETFILTER]: nf_conntrack: kill unused callback init_conntrackYasuyuki Kozakai2006-04-241-3/+0
* | [NETFILTER]: ULOG target is not obsoleteThomas Voegtle2006-04-241-1/+1
* | [NETFILTER]: nf_conntrack: Fix module refcount dropping too farYasuyuki Kozakai2006-04-242-9/+4
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-208-10/+77
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-208-10/+77
| |\
| | * [PATCH] wext: Fix RtNetlink ENCODE security permissionsJean Tourrilhes2006-04-191-0/+8
| | * [PATCH] softmac: report when scanning has finishedJohannes Berg2006-04-191-0/+6
| | * [PATCH] softmac: fix event sendingJohannes Berg2006-04-192-5/+31
| | * [PATCH] softmac: handle iw_mode properlyjohannes@sipsolutions.net2006-04-191-3/+15
| | * [PATCH] softmac: dont send out packets while scanningjohannes@sipsolutions.net2006-04-191-0/+2
| | * [PATCH] softmac: return -EAGAIN from getscan while scanningjohannes@sipsolutions.net2006-04-191-0/+10
| | * [PATCH] softmac: fix spinlock recursion on reassocMichael Buesch2006-04-191-1/+2
| | * [PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes2006-04-191-1/+2
| | * [PATCH] softmac uses Wiress Ext.Randy Dunlap2006-04-191-0/+1
* | | [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.cJayachandran C2006-04-201-13/+7
* | | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-202-0/+9
* | | [TCP]: Account skb overhead in tcp_fragmentHerbert Xu2006-04-191-3/+7
* | | [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller2006-04-191-1/+2
* | | [NET]: sockfd_lookup_light() returns random error for -EBADFDHua Zhong2006-04-191-0/+1
|/ /
OpenPOWER on IntegriCloud