| Commit message (Expand) | Author | Age | Files | Lines |
* | wifi: mac80211: agg-tx: prevent start/stop race | Johannes Berg | 2023-06-19 | 1 | -0/+8 |
* | wifi: mac80211: agg-tx: add a few locking assertions | Johannes Berg | 2023-06-19 | 1 | -1/+5 |
* | wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer() | Ryder Lee | 2023-03-07 | 1 | -0/+17 |
* | wifi: mac80211: Fix iTXQ AMPDU fragmentation handling | Alexander Wetzel | 2023-01-10 | 1 | -2/+0 |
* | wifi: mac80211: sdata can be NULL during AMPDU start | Alexander Wetzel | 2023-01-10 | 1 | -1/+5 |
* | wifi: mac80211: transmit AddBA with MLD address | Johannes Berg | 2022-10-07 | 1 | -1/+1 |
* | wifi: mac80211: expand ieee80211_mgmt_tx() for MLO | Johannes Berg | 2022-07-22 | 1 | -2/+2 |
* | wifi: mac80211: reorg some iface data structs for MLD | Johannes Berg | 2022-06-20 | 1 | -1/+1 |
* | mac80211: prepare sta handling for MLO support | Sriram R | 2022-04-11 | 1 | -3/+3 |
* | mac80211: refuse aggregations sessions before authorized | Johannes Berg | 2022-02-16 | 1 | -1/+9 |
* | mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock | Johannes Berg | 2021-12-14 | 1 | -2/+8 |
* | mac80211: send ADDBA requests using the tid/queue of the aggregation session | Felix Fietkau | 2021-12-14 | 1 | -1/+1 |
* | mac80211: fix regression in SSN handling of addba tx | Felix Fietkau | 2021-11-26 | 1 | -2/+2 |
* | mac80211: use bitfield helpers for BA session action frames | Johannes Berg | 2020-12-11 | 1 | -6/+6 |
* | mac80211: accept aggregation sessions on 6 GHz | Johannes Berg | 2020-05-31 | 1 | -1/+2 |
* | mac80211: agg-tx: add an option to defer ADDBA transmit | Mordechay Goodstein | 2020-04-24 | 1 | -1/+11 |
* | mac80211: agg-tx: refactor sending addba | Mordechay Goodstein | 2020-04-24 | 1 | -28/+39 |
* | mac80211: simplify TX aggregation start | Johannes Berg | 2019-10-04 | 1 | -1/+8 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-15 | 1 | -1/+3 |
|\ |
|
| * | mac80211: Fix Tx aggregation session tear down with ITXQs | Ilan Peer | 2019-02-11 | 1 | -1/+3 |
* | | mac80211: Add TXQ scheduling API | Toke Høiland-Jørgensen | 2019-01-19 | 1 | -1/+1 |
|/ |
|
* | mac80211: add support for HE | Luca Coelho | 2018-06-18 | 1 | -4/+15 |
* | ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE | Johannes Berg | 2018-06-18 | 1 | -1/+1 |
* | mac80211: use timeout from the AddBA response instead of the request | Sara Sharon | 2018-05-07 | 1 | -0/+4 |
* | Revert "mac80211: Add TXQ scheduling API" | Johannes Berg | 2017-12-19 | 1 | -5/+1 |
* | mac80211: Add TXQ scheduling API | Toke Høiland-Jørgensen | 2017-12-11 | 1 | -1/+5 |
* | mac80211: call synchronize_net once in the restart flow | Sara Sharon | 2017-12-11 | 1 | -1/+2 |
* | mac80211: avoid looking up tid_tx/tid_rx from timers | Johannes Berg | 2017-12-11 | 1 | -23/+8 |
* | mac80211: properly free requested-but-not-started TX agg sessions | Johannes Berg | 2017-11-20 | 1 | -0/+5 |
* | mac80211: aggregation: Convert timers to use timer_setup() | Kees Cook | 2017-11-20 | 1 | -26/+18 |
* | mac80211: agg-tx: call drv_wake_tx_queue in proper context | Johannes Berg | 2017-09-05 | 1 | -0/+4 |
* | mac80211: shorten debug prints using ht_dbg() to avoid warning | Sharon Dvir | 2017-09-05 | 1 | -2/+2 |
* | networking: convert many more places to skb_put_zero() | Johannes Berg | 2017-06-16 | 1 | -4/+2 |
* | mac80211: fix TX aggregation start/stop callback race | Johannes Berg | 2017-05-30 | 1 | -76/+52 |
* | mac80211: Use setup_timer instead of init_timer | Ondřej Lysoněk | 2017-03-06 | 1 | -6/+6 |
* | mac80211: reject TSPEC TIDs (TSIDs) for aggregation | Johannes Berg | 2016-09-15 | 1 | -0/+3 |
* | mac80211: implement fair queueing per txq | Michal Kazior | 2016-06-09 | 1 | -2/+6 |
* | mac80211: add A-MSDU tx support | Felix Fietkau | 2016-04-06 | 1 | -0/+5 |
* | mac80211: pass block ack session timeout to to driver | Sara Sharon | 2016-01-14 | 1 | -18/+35 |
* | mac80211: always set the buf_size in AddBA req to 64 | Gregory Greenman | 2015-11-20 | 1 | -1/+2 |
* | mac80211: allow to transmit A-MSDU within A-MPDU | Emmanuel Grumbach | 2015-09-22 | 1 | -5/+10 |
* | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 2015-06-10 | 1 | -2/+2 |
* | mac80211: add an intermediate software queue implementation | Felix Fietkau | 2015-04-01 | 1 | -0/+44 |
* | mac80211: reject aggregation sessions with non-HT peers | Johannes Berg | 2015-03-30 | 1 | -1/+4 |
* | mac80211: agg-tx: avoid sending DelBA with sta->lock held | Johannes Berg | 2015-03-30 | 1 | -2/+7 |
* | mac80211: synchronously reserve TID per station | Liad Kaufman | 2014-11-19 | 1 | -0/+7 |
* | mac80211: add WMM admission control support | Johannes Berg | 2014-10-22 | 1 | -5/+0 |
* | mac80211: introduce refcount for queue_stop_reasons | Luciano Coelho | 2014-06-23 | 1 | -2/+6 |
* | mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per spec | Karl Beldan | 2014-02-04 | 1 | -1/+1 |