summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-5/+35
* mac80211: move ieee80211_remove_tid_tx functionJohannes Berg2013-01-031-103/+103
* mac80211: split out aggregation TX removalJohannes Berg2013-01-031-18/+30
* mac80211: split aggregation stop by reasonJohannes Berg2013-01-031-9/+8
* mac80211: warn only once if ampdu_action isn't assignedChaitanya2012-12-071-1/+1
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-6/+6
* mac80211: don't send delBA on addBA failureJohannes Berg2012-09-211-1/+1
* mac80211: request TX status for BlockAck RequestsChristian Lamparter2012-07-071-1/+2
* mac80211: clean up debuggingJohannes Berg2012-06-241-31/+41
* net: mac80211: Add and use ht_vdbg debugging macroJoe Perches2012-06-051-74/+29
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-38/+30
* mac80211: fix TX aggregation session timerJohannes Berg2012-05-161-2/+8
* mac80211: add improved HW queue controlJohannes Berg2012-04-111-19/+20
* mac80211: optimize aggregation session timeout handlingFelix Fietkau2012-04-091-2/+16
* mac80211: split addba retries in timeNikolay Martynov2011-12-191-0/+19
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-151-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-45/+41
|\
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41
* | mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-131-0/+2
* | mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-061-1/+4
* | mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich2011-12-061-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-3/+39
|\|
| * mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-11-281-0/+14
| * mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-11-281-1/+17
| * mac80211: don't stop a single aggregation session twiceJohannes Berg2011-11-281-2/+8
* | mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-281-2/+2
* | mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-281-1/+34
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
| |/
* / mac80211: allow frame aggregation for meshThomas Pedersen2011-11-081-7/+3
|/
* mac80211: optimise station flagsJohannes Berg2011-09-301-1/+1