summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-2/+4
* mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau2013-12-161-10/+13
* mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich2013-12-021-0/+4
* mac80211: set hw initial idle stateKarl Beldan2013-11-251-0/+2
* mac80211: use capped prob when computing throughputsKarl Beldan2013-11-251-1/+1
* mac80211: fix connection pollingEliad Peller2013-11-251-0/+2
* mac80211: fix the mesh channel switch supportChun-Yeow Yeoh2013-11-255-14/+24
* mac80211: don't attempt to reorder multicast framesJohannes Berg2013-11-251-1/+2
* mac80211: minstrel_ht: fix rates selectionKarl Beldan2013-11-251-2/+3
* mac80211: fix for mesh beacon update on powersaveJavier Lopez2013-11-251-1/+1
* mac80211: fix crash when using AP VLAN interfacesFelix Fietkau2013-11-251-1/+0Star
* mac80211: fix scheduled scan rtnl deadlockJohannes Berg2013-11-252-1/+2
* mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic2013-11-251-4/+2Star
* Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-11-251-2/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0823-309/+1004
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-0523-309/+1004
| |\
| | * mac80211: fix uninitialized variableMichal Kazior2013-10-281-1/+1
| | * mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2013-10-282-9/+136
| | * {nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh2013-10-285-2/+137
| | * {nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh2013-10-284-54/+110
| | * mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh2013-10-285-3/+114
| | * mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh2013-10-284-41/+48
| | * mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau2013-10-281-0/+29
| | * mac80211: fixes for mesh powersave logicMarco Porsch2013-10-283-18/+22
| | * mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee2013-10-281-3/+0Star
| | * mac80211: enable DFS for IBSS modeSimon Wunderlich2013-10-282-5/+45
| | * mac80211: implement SMPS for APEmmanuel Grumbach2013-10-2810-38/+289
| | * mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel2013-10-115-146/+84Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-043-12/+99
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0410-18/+137
| |\ \ | | |/ | |/|
| | * mac80211: disable WMM with invalid parametersJohannes Berg2013-10-172-9/+87
| | * mac80211: respect rate mask in TXAndrei Otcheretianski2013-10-151-3/+9
| | * mac80211: fix honouring rate flags in low-rate transmitAndrei Otcheretianski2013-10-151-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-237-2/+34
|\ \ \ | | |/ | |/|
| * | mac80211: fix crash if bitrate calculation goes wrongJohannes Berg2013-10-141-0/+4
| * | mac80211: correctly close cancelled scansEmmanuel Grumbach2013-10-092-0/+22
| * | mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen2013-09-301-0/+2
| * | mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-09-301-0/+3
| * | mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2013-09-302-2/+3
* | | net: misc: Remove extern from function prototypesJoe Perches2013-10-201-6/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-1719-505/+1159
|\ \ \ | | |/ | |/|
| * | mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov2013-10-023-19/+48
| * | mac80211: improve default WMM parameter settingFred Zhou2013-10-011-13/+14
| * | mac80211: support reporting A-MSDU subframes individuallyMichal Kazior2013-10-011-1/+2
| * | mac80211: use exact-size allocation for authentication frameFred Zhou2013-10-011-2/+2
| * | mac80211: add explicit IBSS driver operationsJohannes Berg2013-10-013-2/+82
| * | ieee80211: fix vht cap definitionsEliad Peller2013-10-011-2/+2
| * | mac80211: fix some snprintf misusesEliad Peller2013-10-012-39/+42
| * | mac80211: send a CSA action frame when changing channelSimon Wunderlich2013-09-261-0/+60
| * | mac80211: add support for CSA in IBSS modeSimon Wunderlich2013-09-266-43/+480