summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville26-120/+236
2009-12-26llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila1-4/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila2-39/+18
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila4-36/+95
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2-3/+15
2009-12-26llc: optimize multicast deliveryOctavian Purdila1-8/+28
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila5-67/+120
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila1-2/+27
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila1-0/+29
2009-12-26llc: use dev_hard_headerOctavian Purdila3-44/+14
2009-12-26NET: XFRM: Fix spelling of neighbour.Ralf Baechle1-1/+1
2009-12-25net: restore ip source validationJamal Hadi Salim2-0/+3
2009-12-25wireless: fix comments in genregdb.awkJohn W. Linville1-2/+2
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller44-611/+1395
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend1-2/+7
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey3-6/+17
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar1-5/+0
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+32
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1
2009-12-22kfifo: move out spinlockStefani Seibold1-3/+3
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-11/+9
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez1-2/+10
2009-12-22mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez1-1/+47
2009-12-22mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez1-1/+1
2009-12-22mac80211: disallow fixing bitrates with hw rate controlJohannes Berg1-14/+22
2009-12-22mac80211: dont try to use existing sta for APJohannes Berg1-33/+24
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg4-3/+25
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg9-7/+415
2009-12-22wireless: add ieee80211_amsdu_to_8023sZhu Yi2-88/+117
2009-12-22mac80211 : fix a race with update_tkip_keygregor kowski2-19/+27
2009-12-22ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2-15/+3
2009-12-21wireless: support internal statically compiled regulatory databaseJohn W. Linville7-24/+261
2009-12-21mac80211: remove payload alignment warningKalle Valo2-32/+7
2009-12-21mac80211: trace interface nameJohannes Berg10-50/+49
2009-12-21mac80211: reduce reliance on netdevJohannes Berg27-207/+221
2009-12-21mac80211: make station management completely depend on vifJohannes Berg13-101/+134
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-3/+32
2009-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-4/+7
2009-12-21mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-3/+22
2009-12-21wireless: report reasonable bitrate for MCS rates through wextJohn W. Linville4-39/+38
2009-12-18ipv6: fix an oops when force unload ipv6 moduleYang Hongyang1-1/+2