aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-2/+2
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-3/+3
2022-02-16mac80211: refuse aggregations sessions before authorizedJohannes Berg1-1/+9
2021-12-14mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg1-2/+8
2021-12-14mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-11-26mac80211: fix regression in SSN handling of addba txFelix Fietkau1-2/+2
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg1-6/+6
2020-05-31mac80211: accept aggregation sessions on 6 GHzJohannes Berg1-1/+2
2020-04-24mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein1-1/+11
2020-04-24mac80211: agg-tx: refactor sending addbaMordechay Goodstein1-28/+39
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-1/+1
2018-06-18mac80211: add support for HELuca Coelho1-4/+15
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-1/+1
2018-05-07mac80211: use timeout from the AddBA response instead of the requestSara Sharon1-0/+4
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg1-5/+1
2017-12-11mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-1/+5
2017-12-11mac80211: call synchronize_net once in the restart flowSara Sharon1-1/+2
2017-12-11mac80211: avoid looking up tid_tx/tid_rx from timersJohannes Berg1-23/+8
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg1-0/+5
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook1-26/+18
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg1-0/+4
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir1-2/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg1-76/+52
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk1-6/+6
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg1-0/+3
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-2/+6
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+5
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-18/+35
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-1/+2
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-5/+10
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-2/+2
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau1-0/+44
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes Berg1-1/+4
2015-03-30mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg1-2/+7
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman1-0/+7
2014-10-22mac80211: add WMM admission control supportJohannes Berg1-5/+0
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-2/+6
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan1-1/+1
2013-01-24mac80211: fix aggregation state with current driversJohannes Berg1-7/+10
2013-01-18mac80211: improve aggregation debug messagesJohannes Berg1-17/+27
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-5/+35
2013-01-03mac80211: move ieee80211_remove_tid_tx functionJohannes Berg1-103/+103
2013-01-03mac80211: split out aggregation TX removalJohannes Berg1-18/+30
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-9/+8