aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-04-131-1/+2
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-1/+2
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-01-271-2/+5
|\
| * mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-2/+2
| * mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho2011-01-191-0/+3
* | mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho2011-01-131-9/+2
|/
* mac80211: fix RX aggregation lockingJohannes Berg2010-11-291-5/+3
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-4/+4
* mac80211: AMPDU rx reorder timeout timerChristian Lamparter2010-08-161-0/+22
* mac80211: update aggregation documentationJohannes Berg2010-06-141-0/+23
* mac80211: change RX aggregation lockingJohannes Berg2010-06-141-6/+6
* mac80211: fix RX aggregation timerJohannes Berg2010-06-141-0/+4
* mac80211: defer RX agg session teardown to workJohannes Berg2010-06-141-14/+10
* mac80211: use RCU for RX aggregationJohannes Berg2010-06-141-38/+32
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-5/+13
|\
| * mac80211: fix stopping RX BA session from timerJohannes Berg2010-04-191-5/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-49/+23
|\ \ | |/
| * mac80211: clean up/fix aggregation codeJohannes Berg2010-04-071-27/+21
| * mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg2010-04-071-1/+1
| * mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg2010-04-071-22/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mac80211: trace interface nameJohannes Berg2009-12-211-4/+2
* mac80211: reduce reliance on netdevJohannes Berg2009-12-211-3/+3
* mac80211: make station management completely depend on vifJohannes Berg2009-12-211-2/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-4/+0
|\
| * mac80211: fix two remote exploitsJohannes Berg2009-11-301-4/+0
* | net: Move && and || to end of previous lineJoe Perches2009-11-291-3/+3
* | mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-1/+1
* | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-2/+4
|/
* mac80211: Add a timeout for frames in the RX reorder bufferJouni Malinen2009-05-061-1/+7
* mac80211: add driver ops wrappersJohannes Berg2009-05-061-6/+5
* mac80211: Tear down aggregation sessions for suspend/resumeSujith2009-03-271-0/+8
* mac80211: split IBSS/managed codeJohannes Berg2009-02-271-3/+3
* mac80211: further cleanups to stopping BA sessionsJohannes Berg2009-02-131-3/+3
* mac80211: RX aggregation: clean up stop sessionJohannes Berg2009-02-131-25/+32
* mac80211: fix aggregation timer lockupsJohannes Berg2009-02-131-2/+9
* mac80211: restrict aggregation to supported interface modesJohannes Berg2009-02-131-1/+2
* mac80211: restructure HT codeJohannes Berg2009-02-131-0/+287