summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\