aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov1-1/+5
2011-06-07mac80211: Stop BA session event from deviceShahar Levi1-0/+15
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-1/+2
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-2/+5
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-2/+2
2011-01-19mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho1-0/+3
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho1-9/+2
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg1-5/+3
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-4/+4
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter1-0/+22
2010-06-14mac80211: update aggregation documentationJohannes Berg1-0/+23
2010-06-14mac80211: change RX aggregation lockingJohannes Berg1-6/+6
2010-06-14mac80211: fix RX aggregation timerJohannes Berg1-0/+4
2010-06-14mac80211: defer RX agg session teardown to workJohannes Berg1-14/+10
2010-06-14mac80211: use RCU for RX aggregationJohannes Berg1-38/+32
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-5/+13
2010-04-19mac80211: fix stopping RX BA session from timerJohannes Berg1-5/+13
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-49/+23
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg1-27/+21
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg1-22/+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
2009-12-21mac80211: trace interface nameJohannes Berg1-4/+2
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-3/+3
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-2/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2009-11-30mac80211: fix two remote exploitsJohannes Berg1-4/+0
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-1/+1
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-2/+4
2009-05-06mac80211: Add a timeout for frames in the RX reorder bufferJouni Malinen1-1/+7
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-6/+5
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith1-0/+8
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-3/+3
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg1-3/+3
2009-02-13mac80211: RX aggregation: clean up stop sessionJohannes Berg1-25/+32
2009-02-13mac80211: fix aggregation timer lockupsJohannes Berg1-2/+9
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg1-1/+2
2009-02-13mac80211: restructure HT codeJohannes Berg1-0/+287