summaryrefslogtreecommitdiff
path: root/net/mac80211/agg-tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee2023-03-071-0/+17
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-101-2/+0
* wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-101-1/+5
* wifi: mac80211: transmit AddBA with MLD addressJohannes Berg2022-10-071-1/+1
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-2/+2
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-3/+3
* mac80211: refuse aggregations sessions before authorizedJohannes Berg2022-02-161-1/+9
* mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg2021-12-141-2/+8
* mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-141-1/+1
* mac80211: fix regression in SSN handling of addba txFelix Fietkau2021-11-261-2/+2
* mac80211: use bitfield helpers for BA session action framesJohannes Berg2020-12-111-6/+6
* mac80211: accept aggregation sessions on 6 GHzJohannes Berg2020-05-311-1/+2
* mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein2020-04-241-1/+11
* mac80211: agg-tx: refactor sending addbaMordechay Goodstein2020-04-241-28/+39
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+3
|\
| * mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-02-111-1/+3
* | mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2019-01-191-1/+1
|/
* mac80211: add support for HELuca Coelho2018-06-181-4/+15
* ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
* mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-05-071-0/+4
* Revert "mac80211: Add TXQ scheduling API"Johannes Berg2017-12-191-5/+1
* mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2017-12-111-1/+5
* mac80211: call synchronize_net once in the restart flowSara Sharon2017-12-111-1/+2
* mac80211: avoid looking up tid_tx/tid_rx from timersJohannes Berg2017-12-111-23/+8
* mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg2017-11-201-0/+5
* mac80211: aggregation: Convert timers to use timer_setup()Kees Cook2017-11-201-26/+18
* mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg2017-09-051-0/+4
* mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir2017-09-051-2/+2
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-301-76/+52
* mac80211: Use setup_timer instead of init_timerOndřej Lysoněk2017-03-061-6/+6
* mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2016-09-151-0/+3
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-2/+6
* mac80211: add A-MSDU tx supportFelix Fietkau2016-04-061-0/+5
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-18/+35
* mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-1/+2
* mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-5/+10
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-2/+2
* mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-0/+44
* mac80211: reject aggregation sessions with non-HT peersJohannes Berg2015-03-301-1/+4
* mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg2015-03-301-2/+7
* mac80211: synchronously reserve TID per stationLiad Kaufman2014-11-191-0/+7
* mac80211: add WMM admission control supportJohannes Berg2014-10-221-5/+0
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-231-2/+6
* mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan2014-02-041-1/+1
* mac80211: fix aggregation state with current driversJohannes Berg2013-01-241-7/+10
* mac80211: improve aggregation debug messagesJohannes Berg2013-01-181-17/+27