aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-07mac80211: warn only once if ampdu_action isn't assignedChaitanya1-1/+1
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-6/+6
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg1-1/+1
2012-07-07mac80211: request TX status for BlockAck RequestsChristian Lamparter1-1/+2
2012-06-24mac80211: clean up debuggingJohannes Berg1-31/+41
2012-06-05net: mac80211: Add and use ht_vdbg debugging macroJoe Perches1-74/+29
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-38/+30
2012-05-16mac80211: fix TX aggregation session timerJohannes Berg1-2/+8
2012-04-11mac80211: add improved HW queue controlJohannes Berg1-19/+20
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau1-2/+16
2011-12-19mac80211: split addba retries in timeNikolay Martynov1-0/+19
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa1-2/+2
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-45/+41
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar1-0/+2
2011-12-07mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon1-1/+4
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich1-0/+21
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+39
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau1-2/+2
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov1-1/+34
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-08mac80211: allow frame aggregation for meshThomas Pedersen1-7/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-30mac80211: optimise station flagsJohannes Berg1-1/+1
2011-09-14mac80211: make ieee80211_send_bar available for driversFelix Fietkau1-1/+3
2011-09-13mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov1-1/+2