aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix another race in aggregation startJohannes Berg2012-01-061-45/+41
* mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-12-211-1/+16
* mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-12-091-0/+14
* mac80211: don't stop a single aggregation session twiceJohannes Berg2011-12-091-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-21/+38
|\
| * mac80211: sparse RCU annotationsJohannes Berg2011-05-161-15/+21
| * mac80211: fix TX a-MPDU lockingJohannes Berg2011-05-161-6/+17
* | net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu()Lai Jiangshan2011-05-071-11/+3
|/
* mac80211: allow advertising correct maximum aggregate sizeJohannes Berg2011-01-191-1/+2
* mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-3/+17
* mac80211: Add timeout to BA session start APISujith Manoharan2010-12-151-2/+5
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-5/+9
* mac80211: delete AddBA response timerJohannes Berg2010-10-061-0/+2
* mac80211: update aggregation documentationJohannes Berg2010-06-141-16/+27
* mac80211: change TX aggregation lockingJohannes Berg2010-06-141-41/+53
* mac80211: defer TX agg session teardown to workJohannes Berg2010-06-141-5/+5
* mac80211: move BA session workJohannes Berg2010-06-141-36/+3
* mac80211: make TX aggregation start/stop request asyncJohannes Berg2010-06-141-52/+125
* mac80211: refcount aggregation queue stopJohannes Berg2010-06-141-30/+47
* mac80211: remove non-irqsafe aggregation callbacksJohannes Berg2010-06-141-2/+0
* mac80211: use RCU for TX aggregationJohannes Berg2010-06-141-112/+117
* mac80211: move aggregation callback processingJohannes Berg2010-06-141-8/+6
* mac80211: simplify station/aggregation codeJohannes Berg2010-06-141-9/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-2/+4
|\
| * mac80211: fix dialog token allocatorJohannes Berg2010-06-011-2/+4
* | mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg2010-06-031-4/+3
|/
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-1/+1
|\
| * mac80211: add missing newlineJohannes Berg2010-04-191-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-211-1/+0
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-201-1/+0
| |\ \
| | * | mac80211: remove bogus TX agg state assignmentJohannes Berg2010-04-191-1/+0
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-3/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mac80211: enhance tracingJohannes Berg2010-04-081-0/+8
| * | mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg2010-04-071-1/+1
| * | wireless: remove trailing space in messagesFrans Pop2010-03-311-2/+2
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mac80211: Deny TX BA session requests during disassociationSujith2010-02-101-0/+8
* mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi2010-01-121-1/+2
* mac80211: fix ampdu_action tx_start ssnChristian Lamparter2010-01-051-1/+1
* mac80211: trace interface nameJohannes Berg2009-12-211-4/+3
* mac80211: reduce reliance on netdevJohannes Berg2009-12-211-7/+7
* mac80211: make station management completely depend on vifJohannes Berg2009-12-211-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-9/+8
|\
| * mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-8/+7
| * mac80211: fix two remote exploitsJohannes Berg2009-11-301-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-10/+8
|\ \ | |/
| * mac80211: fix addba timer (again...)Johannes Berg2009-11-181-10/+8
* | mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-2/+3
* | mac80211: Fix panic in aggregation handlingSujith2009-11-181-0/+2
* | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-58/+38
|/