aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville19-505/+1159
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-10-02mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov3-19/+48
2013-10-01mac80211: improve default WMM parameter settingFred Zhou1-13/+14
2013-10-01mac80211: support reporting A-MSDU subframes individuallyMichal Kazior1-1/+2
2013-10-01mac80211: use exact-size allocation for authentication frameFred Zhou1-2/+2
2013-10-01mac80211: add explicit IBSS driver operationsJohannes Berg3-2/+82
2013-10-01ieee80211: fix vht cap definitionsEliad Peller1-2/+2
2013-10-01mac80211: fix some snprintf misusesEliad Peller2-39/+42
2013-09-26mac80211: fix the setting of extended supported rate IEChun-Yeow Yeoh1-4/+1
2013-09-26mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-09-26mac80211: send a CSA action frame when changing channelSimon Wunderlich1-0/+60
2013-09-26mac80211: add support for CSA in IBSS modeSimon Wunderlich6-43/+480
2013-09-26mac80211: split off ibss disconnectSimon Wunderlich1-80/+92
2013-09-26mac80211: split off channel switch parsing functionSimon Wunderlich4-223/+262
2013-09-26mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi1-10/+13
2013-09-26mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi1-0/+14
2013-09-26mac80211: change beacon/connection pollingStanislaw Gruszka3-32/+10
2013-09-26mac80211: Remove superfluous is_multicast_ether_addr() callSergey Ryazanov1-1/+1
2013-09-26mac80211: use ERR_CAST()Johannes Berg1-1/+1
2013-09-26mac80211: add ieee80211_iterate_active_interfaces_rtnl()Johannes Berg1-37/+34
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville6-17/+20
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-8/+3
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-4/+33
2013-08-26mac80211: fix change_interface queue assignmentsJohannes Berg1-8/+11
2013-08-23mac80211: ignore (E)CSA in probe response framesJohannes Berg1-8/+3
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+1
2013-08-23mac80211: assign seqnums for group QoS framesBob Copeland1-2/+4
2013-08-23mac80211: only respond to probe request with mesh IDChun-Yeow Yeoh1-0/+3
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg1-3/+0
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg1-2/+1
2013-08-21mac80211: ibss: fix ignored channel parameterSimon Wunderlich1-4/+29
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+3
2013-08-21mac80211: add missing channel context releaseJohannes Berg1-0/+1
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville10-303/+516
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2-8/+148
2013-08-16mac80211: move ibss presp generation in own functionSimon Wunderlich1-76/+109
2013-08-16mac80211: perform power save processing before decryptionJohan Almbladh1-202/+202
2013-08-12mac80211: ibss - do not scan if not needed when creating an IBSSAntonio Quartulli1-0/+11
2013-08-12mac80211: add vif to testmode cmdDavid Spinadel1-1/+10
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel1-1/+3
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg2-5/+8
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville12-33/+497
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-20/+45
2013-08-09mac80211: fix ieee80211_sta_process_chanswitch for 5/10 MHz channelsSimon Wunderlich1-0/+9
2013-08-09mac80211: allow lowest basic rate for unicast management for meshChun-Yeow Yeoh1-7/+16
2013-08-06wireless: make TU conversion macros availableJohannes Berg1-3/+0
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville19-290/+684
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich7-2/+386