summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg4-28/+5
2010-04-07mac80211: remove irq disabling for sta lockJohannes Berg1-3/+2
2010-04-07mac80211: fix station destruction problemJohannes Berg1-6/+9
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen1-8/+15
2010-04-07mac80211: Fix robust management frame handling (MFP)Jouni Malinen1-1/+2
2010-03-31mac80211: Fix drop_unencrypted for MFP with hwaccelJouni Malinen1-4/+7
2010-03-31mac80211: Fix dropping of unprotected robust multicast framesJouni Malinen1-2/+1
2010-03-31mac80211: Fix BIP to be used only with group-addressed framesJouni Malinen1-0/+2
2010-03-31mac80211: Send deauth/disassoc prior to dropping STA entryJouni Malinen1-9/+14
2010-03-31mac80211: Track Beacon signal strength and implement cqm eventsJouni Malinen4-3/+82
2010-03-31mac80211: enable QoS explicitly in AP modeStanislaw Gruszka1-0/+4
2010-03-31mac80211: explicitly disable/enable QoSStanislaw Gruszka2-1/+13
2010-03-31mac80211: support paged rx SKBsZhu Yi1-4/+32
2010-03-31wireless: remove trailing space in messagesFrans Pop1-2/+2
2010-03-24mac80211: remove unneed variable from ieee80211_tx_pending()Dan Carpenter1-2/+0
2010-03-24mac80211: Add support for connection quality monitoringJuuso Oikarinen2-0/+42
2010-03-23mac80211: Add support for connection monitor in hardwareJuuso Oikarinen3-10/+60
2010-03-16mac80211: (really) fix rates setup on IBSS mergeBruno Randolf1-8/+8
2010-03-16Revert "mac80211: fix rates setup on IBSS merge"John W. Linville1-3/+0
2010-03-15mac80211: optimize tx status processingFelix Fietkau1-7/+7
2010-03-11minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau3-4/+10
2010-03-11minstrel: simplify and fix debugfs codeFelix Fietkau2-29/+11
2010-03-11mac80211: give warning if building w/out rate ctrl algorithmAndres Salomon1-0/+9
2010-03-09mac80211: use different MAC addresses for virtual interfacesJohannes Berg1-2/+114
2010-03-09mac80211: Improve software scan timingHelmut Schaa2-6/+66
2010-03-09mac80211: fix rates setup on IBSS mergeBruno Randolf1-0/+3
2010-03-09mac80211: deprecate RX status noiseJohannes Berg3-13/+0
2010-03-03mac80211: Fix HT rate control configurationSujith2-3/+5
2010-03-02mac80211: Fix reassociation processing (within ESS roaming)Jouni Malinen1-2/+14
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-1/+6
2010-02-27mac80211: fix direct probe loop on ieee80211_work_purgeJuuso Oikarinen1-0/+1
2010-02-27mac80211: use listen interval 5 as defaultHelmut Schaa1-1/+5
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-45/+157
2010-02-16mac80211: split ieee80211_drop_unencryptedJohannes Berg1-4/+18
2010-02-16cfg80211/mac80211: allow registering for and sending action framesJouni Malinen5-14/+88
2010-02-16mac80211: reject unhandled action framesJohannes Berg1-33/+57
2010-02-16mac80211: fix netdev renameJohannes Berg1-1/+1
2010-02-15mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller1-1/+1
2010-02-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller19-529/+649
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+3
2010-02-12mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen1-0/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-11mac80211: Deny TX BA session requests during disassociationSujith3-1/+15
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-9/+11
2010-02-09mac80211: Retry null data frame for power save.Vivek Natarajan3-7/+31
2010-02-09mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-02-09mac80211: make rate_control_alloc staticAndres Salomon2-6/+3
2010-02-09mac80211: remove get_tx_stats() driver opKalle Valo2-31/+0