| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: add request id to cfg80211_sched_scan_*() api | Arend Van Spriel | 2017-04-28 | 1 | -1/+1 |
* | mac80211: Add support for BSS max idle period element | Avraham Stern | 2017-04-28 | 1 | -0/+9 |
* | mac80211: Fix possible sband related NULL pointer de-reference | Mohammed Shafi Shajakhan | 2017-04-28 | 1 | -3/+3 |
* | mac80211: rename ieee80211_rx_status::vht_nss to just nss | Johannes Berg | 2017-04-28 | 1 | -2/+2 |
* | mac80211: separate encoding/bandwidth from flags | Johannes Berg | 2017-04-28 | 1 | -22/+21 |
* | mac80211: clean up rate encoding bits in RX status | Johannes Berg | 2017-04-28 | 1 | -11/+11 |
* | mac80211: disentangle iflist_mtx and chanctx_mtx | Johannes Berg | 2017-04-26 | 1 | -3/+6 |
* | ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1 | Johannes Berg | 2017-03-06 | 1 | -11/+11 |
* | mac80211: validate new interface's beacon intervals | Johannes Berg | 2016-10-27 | 1 | -0/+10 |
* | mac80211: uapsd_queues is in QoS IE order | Emmanuel Grumbach | 2016-10-19 | 1 | -0/+7 |
* | cfg80211: pass struct to interface combination check/iter | Purushottam Kushwaha | 2016-10-13 | 1 | -24/+20 |
* | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -2/+9 |
* | mac80211: Implement add_nan_func and rm_nan_func | Ayala Beker | 2016-09-30 | 1 | -1/+47 |
* | mac80211: add boilerplate code for start / stop NAN | Ayala Beker | 2016-09-30 | 1 | -1/+2 |
* | cfg80211: add start / stop NAN commands | Ayala Beker | 2016-09-30 | 1 | -0/+1 |
* | mac80211: remove unused assignment | Johannes Berg | 2016-09-15 | 1 | -1/+0 |
* | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 2016-09-12 | 1 | -1/+1 |
* | mac80211: implement fair queueing per txq | Michal Kazior | 2016-06-09 | 1 | -21/+2 |
* | mac80211: skip netdev queue control with software queuing | Michal Kazior | 2016-06-09 | 1 | -5/+6 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -12/+12 |
* | mac80211: allow not sending MIC up from driver for HW crypto | Sara Sharon | 2016-04-05 | 1 | -2/+3 |
* | Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-03-01 | 1 | -27/+89 |
|\ |
|
| * | mac80211: move MU_MIMO_OWNER flag to ieee80211_vif | Sara Sharon | 2016-02-24 | 1 | -1/+1 |
| * | mac80211: Interoperability workaround for 80+80 and 160 MHz channels | Jouni Malinen | 2016-02-24 | 1 | -2/+29 |
| * | mac80211: expose txq queue depth and size to drivers | Michal Kazior | 2016-02-24 | 1 | -0/+14 |
| * | mac80211: add RX_FLAG_MACTIME_PLCP_START | Johannes Berg | 2016-02-24 | 1 | -1/+13 |
| * | mac80211: refactor HT/VHT to chandef code | Johannes Berg | 2016-02-24 | 1 | -24/+30 |
| * | mac80211: process and save VHT MU-MIMO group frame | Sara Sharon | 2016-01-14 | 1 | -0/+3 |
* | | mac80211: clear local->sched_scan_req properly on reconfig | Eliad Peller | 2016-01-14 | 1 | -1/+4 |
* | | mac80211: avoid ROC during hw restart | Eliad Peller | 2016-01-14 | 1 | -2/+9 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-18 | 1 | -50/+63 |
|\ |
|
| * | mac80211: reprogram in interface order | Johannes Berg | 2015-12-15 | 1 | -39/+37 |
| * | mac80211: run scan completed work on reconfig failure | Johannes Berg | 2015-12-15 | 1 | -11/+26 |
* | | mac80211: catch queue stop underflow | Johannes Berg | 2015-12-04 | 1 | -2/+5 |
|/ |
|
* | mac80211: make enable_qos parameter to ieee80211_set_wmm_default() | Johannes Berg | 2015-11-03 | 1 | -9/+2 |
* | mac80211: TDLS: add proper HT-oper IE | Arik Nemtsov | 2015-11-03 | 1 | -1/+4 |
* | mac80211: don't reconfigure sched scan in case of wowlan | Eliad Peller | 2015-11-03 | 1 | -26/+23 |
* | mac80211: call drv_stop only if driver is started | Eliad Peller | 2015-11-03 | 1 | -1/+2 |
* | mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps | Andrei Otcheretianski | 2015-11-03 | 1 | -1/+7 |
* | mac80211: use freezable workqueue for restart work | Eliad Peller | 2015-11-03 | 1 | -0/+11 |
* | mac80211: fix divide by zero when NOA update | Janusz.Dziedzic@tieto.com | 2015-11-03 | 1 | -0/+7 |
* | mac80211: remove PM-QoS listener | Johannes Berg | 2015-10-14 | 1 | -1/+1 |
* | mac80211: Do not restart scheduled scan if multiple scan plans are set | Avraham Stern | 2015-10-13 | 1 | -2/+6 |
* | mac80211: add missing struct ieee80211_txq tid field initialization | Felix Fietkau | 2015-10-08 | 1 | -0/+2 |
* | mac80211: use bool argument to ieee80211_send_nullfunc | Johannes Berg | 2015-09-29 | 1 | -1/+1 |
* | mac80211: don't tear down aggregation on suspend in case of wowlan->any | Eliad Peller | 2015-09-29 | 1 | -2/+3 |
* | mac80211: use DECLARE_EWMA for ave_beacon_signal | Johannes Berg | 2015-09-22 | 1 | -1/+1 |
* | mac80211: zero center freq segment 2 in VHT oper IE | Chun-Yeow Yeoh | 2015-09-22 | 1 | -0/+2 |
* | mac80211: clear local->suspended before calling drv_resume() | Eliad Peller | 2015-07-17 | 1 | -4/+14 |
* | mac80211: clear local->in_reconfig on reconfig error | Eliad Peller | 2015-07-17 | 1 | -0/+1 |