aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c
AgeCommit message (Expand)Author
2021-12-22mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau
2019-03-23mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer
2018-06-21mac80211: use timeout from the AddBA response instead of the requestSara Sharon
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg
2016-06-09mac80211: implement fair queueing per txqMichal Kazior
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes Berg
2015-03-30mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman
2014-10-22mac80211: add WMM admission control supportJohannes Berg
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan
2013-01-24mac80211: fix aggregation state with current driversJohannes Berg
2013-01-18mac80211: improve aggregation debug messagesJohannes Berg
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg
2013-01-03mac80211: move ieee80211_remove_tid_tx functionJohannes Berg
2013-01-03mac80211: split out aggregation TX removalJohannes Berg
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg
2012-12-07mac80211: warn only once if ampdu_action isn't assignedChaitanya
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg
2012-07-07mac80211: request TX status for BlockAck RequestsChristian Lamparter
2012-06-24mac80211: clean up debuggingJohannes Berg
2012-06-05net: mac80211: Add and use ht_vdbg debugging macroJoe Perches
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-16mac80211: fix TX aggregation session timerJohannes Berg
2012-04-11mac80211: add improved HW queue controlJohannes Berg
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau
2011-12-19mac80211: split addba retries in timeNikolay Martynov
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar
2011-12-07mac80211: fix another race in aggregation startJohannes Berg
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov