Age | Commit message (Expand) | Author | Files | Lines |
2014-06-25 | mac80211: use chanctx reservation for AP CSA | Michal Kazior | 1 | -27/+55 |
2014-06-23 | mac80211: set auth flags after other station info | Arik Nemtsov | 1 | -3/+13 |
2014-06-23 | mac80211: stop only the queues assigned to the vif during channel switch | Luciano Coelho | 1 | -39/+13 |
2014-06-23 | mac80211: introduce refcount for queue_stop_reasons | Luciano Coelho | 1 | -3/+6 |
2014-06-23 | mac80211: move csa counters from sdata to beacon/presp | Michal Kazior | 1 | -23/+44 |
2014-06-23 | cfg80211: make ethtool the driver's responsibility | Johannes Berg | 1 | -340/+0 |
2014-06-23 | mac80211: remove weak WEP IV accounting | Johannes Berg | 1 | -2/+1 |
2014-05-21 | mac80211: export the expected throughput | Antonio Quartulli | 1 | -0/+13 |
2014-05-19 | cfg80211: constify MAC addresses in cfg80211 ops | Johannes Berg | 1 | -12/+12 |
2014-05-15 | mac80211: Handle the CSA counters correctly | Andrei Otcheretianski | 1 | -2/+2 |
2014-05-15 | mac80211: Support multiple CSA counters | Andrei Otcheretianski | 1 | -7/+17 |
2014-05-15 | cfg80211: Support multiple CSA counters | Andrei Otcheretianski | 1 | -2/+8 |
2014-05-15 | mac80211: Update CSA counters in mgmt frames | Andrei Otcheretianski | 1 | -1/+16 |
2014-05-08 | mac80211: fix sparse warning caused by __ieee80211_channel_switch() | Luciano Coelho | 1 | -2/+3 |
2014-05-08 | mac80211: disconnect iface if CSA unexpectedly fails | Michal Kazior | 1 | -4/+15 |
2014-05-06 | mac80211: split CSA finalize function | Michal Kazior | 1 | -24/+37 |
2014-05-06 | mac80211: fix CSA tx queue stopping | Michal Kazior | 1 | -13/+64 |
2014-05-05 | mac80211: move TDLS code to another file | Arik Nemtsov | 1 | -314/+0 |
2014-05-05 | mac80211: set an external flag for TDLS stations | Arik Nemtsov | 1 | -0/+2 |
2014-04-28 | mac80211: Support dynamic AP mode channel width changes | Jouni Malinen | 1 | -0/+16 |
2014-04-25 | mac80211: compute chanctx refcount on-the-fly | Michal Kazior | 1 | -1/+1 |
2014-04-25 | mac80211: fix racy usage of chanctx->refcount | Michal Kazior | 1 | -8/+9 |
2014-04-09 | mac80211: protect AP VLAN list with local->mtx | Michal Kazior | 1 | -2/+3 |
2014-04-09 | cfg80211/mac80211: move more combination checks to mac80211 | Luciano Coelho | 1 | -0/+9 |
2014-04-09 | cfg80211/mac80211: move interface counting for combination check to mac80211 | Luciano Coelho | 1 | -2/+0 |
2014-04-09 | mac80211: use RCU_INIT_POINTER | Monam Agarwal | 1 | -1/+1 |
2014-03-03 | mac80211: refactor channel switch function | Michal Kazior | 1 | -50/+63 |
2014-02-25 | cfg80211: DFS get CAC time from regulatory database | Janusz Dziedzic | 1 | -4/+4 |
2014-02-20 | cfg80211: Pass TDLS peer capability information in tdls_mgmt | Sunil Dutt Undekari | 1 | -2/+2 |
2014-02-20 | Merge remote-tracking branch 'wireless-next/master' into mac80211-next | Johannes Berg | 1 | -21/+23 |
2014-02-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -21/+23 |
2014-02-06 | mac80211: remove superfluous band variable | Johannes Berg | 1 | -3/+0 |
2014-02-06 | mac80211: release the channel in error path in start_ap | Emmanuel Grumbach | 1 | -1/+4 |
2014-02-06 | mac80211: avoid deadlock revealed by lockdep | Emmanuel Grumbach | 1 | -2/+1 |
2014-02-06 | mac80211: move roc cookie assignment earlier | Eliad Peller | 1 | -18/+18 |
2014-02-06 | mac80211: move VHT related RX_FLAG to another variable | Emmanuel Grumbach | 1 | -3/+3 |
2014-02-05 | mac80211: update opmode when adding new station | Marek Kwaczynski | 1 | -0/+12 |
2014-02-05 | mac80211: add missing CSA locking | Michal Kazior | 1 | -1/+6 |
2014-02-05 | mac80211: fix sdata->radar_required locking | Michal Kazior | 1 | -2/+2 |
2014-02-05 | mac80211: fix possible memory leak on AP CSA failure | Michal Kazior | 1 | -2/+3 |
2014-02-05 | mac80211: batch CSA bss info notification | Michal Kazior | 1 | -6/+7 |
2014-02-05 | mac80211: make cfg80211 ops and privid const | Johannes Berg | 1 | -1/+1 |
2014-02-05 | mac80211: Fix ROC duration == 0 handling | Ilan Peer | 1 | -12/+12 |
2014-02-05 | mac80211: mesh: remove mesh_id check | Johannes Berg | 1 | -3/+0 |
2014-02-05 | mac80211: fix the increment of mesh precedence value | Chun-Yeow Yeoh | 1 | -6/+6 |
2014-02-05 | mac80211: only set CSA beacon when at least one beacon must be transmitted | Luciano Coelho | 1 | -30/+85 |
2014-02-05 | mac80211: refactor ieee80211_mesh_process_chanswitch() | Luciano Coelho | 1 | -3/+6 |
2014-01-06 | mac80211: sync dtim_count to TSF | Thomas Pedersen | 1 | -0/+1 |
2013-12-31 | cfg80211/mac80211: correct qos-map locking | Johannes Berg | 1 | -1/+1 |
2013-12-19 | mac80211: Add support for QoS mapping | Kyeyoon Park | 1 | -0/+26 |