aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2010-08-31mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville1-1/+7
2010-08-30mac80211: delete work timerJohannes Berg1-0/+6
2010-08-27mac80211: switch to ieee80211_sdata_runningJohannes Berg1-3/+3
2010-08-27mac80211: allow changing port control protocolJohannes Berg1-0/+3
2010-08-27mac80211: allow vendor specific cipher suitesJohannes Berg1-6/+38
2010-08-25mac80211: fix mesh advertisementJohannes Berg1-0/+5
2010-08-25mac80211: cancel restart_work in ieee80211_unregister_hwChristian Lamparter1-0/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-8/+7
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-0/+37
2010-08-16mac80211: dont advertise WEP if unavailableJohannes Berg1-0/+5
2010-08-16mac80211: unify scan and work mutexesJohannes Berg1-2/+2
2010-08-16mac80211: fix driver offchannel notification when the channel does not changeFelix Fietkau1-1/+4
2010-08-16mac80211: support use of NAPI for bottom-half processingJohn W. Linville1-0/+30
2010-08-04mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen1-0/+2
2010-07-28mac80211: inform drivers about the off-channel status on channel changesFelix Fietkau1-0/+3
2010-07-08mac80211: remove wep dependencyJohn W. Linville1-4/+1
2010-06-15mac80211: Fix ps-qos network latency handlingJuuso Oikarinen1-1/+1
2010-06-14mac80211: Fix circular locking dependency in ARP filter handlingJuuso Oikarinen1-20/+34
2010-06-14mac80211: refcount aggregation queue stopJohannes Berg1-3/+3
2010-06-14mac80211: move aggregation callback processingJohannes Berg1-13/+0
2010-06-08mac80211: Add netif state checking to ieee80211_ifa_changedJuuso Oikarinen1-0/+3
2010-06-04mac80211: make ARP filtering depend on CONFIG_INETJohn W. Linville1-0/+6
2010-06-03mac80211: simplify key lockingJohannes Berg1-1/+1
2010-06-03mac80211: Add support for hardware ARP query filteringJuuso Oikarinen1-1/+62
2010-06-02mac80211: add the minstrel_ht rate control algorithmFelix Fietkau1-0/+7
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-05-07mac80211: improve HT channel handlingJohannes Berg1-1/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-16/+3
2010-05-03mac80211: improve IBSS scanningJohannes Berg1-16/+1
2010-04-27mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen1-0/+2
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+2
2010-04-06mac80211: annotate station rcu dereferencesJohannes Berg1-2/+2
2010-04-06mac80211: Ensure initializing private mc_list in prepare_multicast().YOSHIFUJI Hideaki / 吉藤英明1-0/+3
2010-04-03net: convert multicast list to list_headJiri Pirko1-1/+1
2010-02-26mac80211: use listen interval 5 as defaultHelmut Schaa1-1/+5
2010-01-12mac80211: add debugfs interface for U-APSD queue configurationKalle Valo1-0/+2
2010-01-12mac80211: add U-APSD client supportKalle Valo1-0/+4
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen1-1/+0
2009-12-28mac80211: support remain-on-channel commandJohannes Berg1-0/+3
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-3/+1
2009-12-28mac80211: generalise work handlingJohannes Berg1-0/+2
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg1-0/+6
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-0/+24
2009-12-21mac80211: trace interface nameJohannes Berg1-2/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-5/+12