summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mac80211: split off ibss disconnectSimon Wunderlich2013-09-261-80/+92
| * | mac80211: split off channel switch parsing functionSimon Wunderlich2013-09-264-223/+262
| * | mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi2013-09-261-10/+13
| * | mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi2013-09-261-0/+14
| * | mac80211: change beacon/connection pollingStanislaw Gruszka2013-09-263-32/+10Star
| * | mac80211: Remove superfluous is_multicast_ether_addr() callSergey Ryazanov2013-09-261-1/+1
| * | mac80211: use ERR_CAST()Johannes Berg2013-09-261-1/+1
| * | mac80211: add ieee80211_iterate_active_interfaces_rtnl()Johannes Berg2013-09-261-37/+34Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-092-4/+4
|\ \ \ | | |/ | |/|
| * | mac80211: fix the setting of extended supported rate IEChun-Yeow Yeoh2013-09-261-4/+1Star
| * | mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2013-09-261-0/+3
| |/
* / net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-286-17/+20
|\
| * mac80211: fix change_interface queue assignmentsJohannes Berg2013-08-261-8/+11