| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2018-02-22 | 1 | -1/+1 |
|\ |
|
| * | mac80211: mesh: fix wrong mesh TTL offset calculation | Peter Oh | 2018-01-31 | 1 | -1/+1 |
* | | Revert "mac80211: Add TXQ scheduling API" | Johannes Berg | 2017-12-19 | 1 | -5/+0 |
* | | Revert "mac80211: Add airtime account and scheduling to TXQs" | Johannes Berg | 2017-12-19 | 1 | -6/+2 |
* | | mac80211: Add airtime account and scheduling to TXQs | Toke Høiland-Jørgensen | 2017-12-11 | 1 | -2/+6 |
* | | mac80211: Add TXQ scheduling API | Toke Høiland-Jørgensen | 2017-12-11 | 1 | -0/+5 |
* | | mac80211: make __ieee80211_start_rx_ba_session static | Johannes Berg | 2017-12-11 | 1 | -4/+0 |
|/ |
|
* | mac80211: Convert timers to use timer_setup() | Kees Cook | 2017-11-20 | 1 | -1/+2 |
* | mac80211: only remove AP VLAN frames from TXQ | Johannes Berg | 2017-10-11 | 1 | -0/+2 |
* | mac80211: fix deadlock in driver-managed RX BA session start | Johannes Berg | 2017-09-06 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -1/+1 |
|\ |
|
| * | mac80211: Fix incorrect condition when checking rx timestamp | Avraham Stern | 2017-06-13 | 1 | -1/+1 |
* | | mac80211: manage RX BA session offload without SKB queue | Johannes Berg | 2017-06-08 | 1 | -11/+0 |
* | | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2017-06-08 | 1 | -10/+4 |
|\| |
|
| * | mac80211: fix TX aggregation start/stop callback race | Johannes Berg | 2017-05-30 | 1 | -10/+4 |
* | | mac80211: mesh: support sending wide bandwidth CSA | Simon Wunderlich | 2017-05-24 | 1 | -0/+2 |
* | | mac80211: mesh: Allow following CSA to DFS channels if userspace handles it | Benjamin Berg | 2017-05-19 | 1 | -0/+2 |
* | | mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received | Benjamin Berg | 2017-05-19 | 1 | -0/+1 |
|/ |
|
* | mac80211: Add support for BSS max idle period element | Avraham Stern | 2017-04-28 | 1 | -0/+1 |
* | mac80211: Fix possible sband related NULL pointer de-reference | Mohammed Shafi Shajakhan | 2017-04-28 | 1 | -15/+21 |
* | mac80211: separate encoding/bandwidth from flags | Johannes Berg | 2017-04-28 | 1 | -2/+2 |
* | mac80211: clean up rate encoding bits in RX status | Johannes Berg | 2017-04-28 | 1 | -1/+1 |
* | mac80211: keep a separate list of monitor interfaces that are up | Johannes Berg | 2017-04-18 | 1 | -0/+3 |
* | average: change to declare precision, not factor | Johannes Berg | 2017-03-02 | 1 | -1/+1 |
* | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc... | David S. Miller | 2017-01-14 | 1 | -3/+3 |
|\ |
|
| * | mac80211: Use appropriate name for functions and messages | Masashi Honma | 2016-12-13 | 1 | -2/+2 |
| * | mac80211: Remove invalid flag operations in mesh TSF synchronization | Masashi Honma | 2016-12-13 | 1 | -1/+0 |
| * | mac80211: multicast to unicast conversion | Michael Braun | 2016-12-13 | 1 | -0/+1 |
* | | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 2016-12-15 | 1 | -2/+2 |
|/ |
|
* | mac80211: FILS AEAD protection for station mode association frames | Jouni Malinen | 2016-10-27 | 1 | -0/+4 |
* | mac80211: uapsd_queues is in QoS IE order | Emmanuel Grumbach | 2016-10-19 | 1 | -0/+2 |
* | mac80211: fix A-MSDU outer SA/DA | Michael Braun | 2016-10-17 | 1 | -1/+1 |
* | mac80211: filter multicast data packets on AP / AP_VLAN | Michael Braun | 2016-10-12 | 1 | -0/+18 |
* | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2016-10-04 | 1 | -1/+1 |
|\ |
|
| * | mac80211: Use rhltable instead of rhashtable | Herbert Xu | 2016-09-20 | 1 | -1/+1 |
* | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -0/+9 |
* | | mac80211: Implement add_nan_func and rm_nan_func | Ayala Beker | 2016-09-30 | 1 | -0/+7 |
* | | mac80211: implement nan_change_conf | Ayala Beker | 2016-09-30 | 1 | -0/+10 |
|/ |
|
* | mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq | Toke Høiland-Jørgensen | 2016-09-13 | 1 | -1/+1 |
* | mac80211: add support for MU-MIMO air sniffer | Aviya Erenfeld | 2016-09-12 | 1 | -1/+2 |
* | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 2016-09-12 | 1 | -1/+5 |
* | mac80211: Add support for beacon report radio measurement | Avraham Stern | 2016-07-06 | 1 | -0/+1 |
* | mac80211: implement codel on fair queuing flows | Michal Kazior | 2016-06-09 | 1 | -0/+5 |
* | mac80211: implement fair queueing per txq | Michal Kazior | 2016-06-09 | 1 | -5/+19 |
* | mac80211: skip netdev queue control with software queuing | Michal Kazior | 2016-06-09 | 1 | -1/+1 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -17/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 1 | -0/+4 |
|\ |
|
| * | mac80211: TDLS: change BW calculation for WIDER_BW peers | Arik Nemtsov | 2016-04-05 | 1 | -0/+4 |
* | | mac80211: add A-MSDU tx support | Felix Fietkau | 2016-04-06 | 1 | -0/+1 |
* | | mac80211: add fast-rx path | Johannes Berg | 2016-04-06 | 1 | -0/+5 |