aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-27/+8
2011-08-22wireless: Introduce defines for BAR TID_INFO & MULTI_TID fieldsHelmut Schaa1-1/+1
2011-08-08mac80211: Stop TX BA session if buf_size is zeroHelmut Schaa1-11/+7
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-21/+38
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-15/+21
2011-05-16mac80211: fix TX a-MPDU lockingJohannes Berg1-6/+17
2011-05-07net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu()Lai Jiangshan1-11/+3
2011-01-19mac80211: allow advertising correct maximum aggregate sizeJohannes Berg1-1/+2
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-3/+17
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-2/+5
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-5/+9
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-06-14mac80211: update aggregation documentationJohannes Berg1-16/+27
2010-06-14mac80211: change TX aggregation lockingJohannes Berg1-41/+53
2010-06-14mac80211: defer TX agg session teardown to workJohannes Berg1-5/+5
2010-06-14mac80211: move BA session workJohannes Berg1-36/+3
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-52/+125
2010-06-14mac80211: refcount aggregation queue stopJohannes Berg1-30/+47
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-2/+0
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-112/+117
2010-06-14mac80211: move aggregation callback processingJohannes Berg1-8/+6
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-9/+1
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+4
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-4/+3
2010-06-01mac80211: fix dialog token allocatorJohannes Berg1-2/+4
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-1/+1
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+0
2010-04-19mac80211: add missing newlineJohannes Berg1-1/+1
2010-04-19mac80211: remove bogus TX agg state assignmentJohannes Berg1-1/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+11
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+8
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-03-31wireless: remove trailing space in messagesFrans Pop1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-10mac80211: Deny TX BA session requests during disassociationSujith1-0/+8
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-05mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1