summaryrefslogtreecommitdiff
path: root/net/mac80211/agg-rx.c
AgeCommit message (Expand)Author
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg
2014-09-03mac80211: fix offloaded BA session traffic after hw restartMichal Kazior
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior
2014-07-21mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior
2013-01-18mac80211: improve aggregation debug messagesJohannes Berg
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg
2012-06-24mac80211: clean up debuggingJohannes Berg
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-05net: mac80211: Add and use ht_vdbg debugging macroJoe Perches
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau
2011-11-28mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov
2011-11-28mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-08mac80211: allow frame aggregation for meshThomas Pedersen
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-09-30mac80211: optimise station flagsJohannes Berg
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-20mac80211: check sta_info_get() return valueEliad Peller
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov
2011-06-07mac80211: Stop BA session event from deviceShahar Levi
2011-05-16mac80211: sparse RCU annotationsJohannes Berg
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg
2011-01-19mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter
2010-06-14mac80211: update aggregation documentationJohannes Berg
2010-06-14mac80211: change RX aggregation lockingJohannes Berg
2010-06-14mac80211: fix RX aggregation timerJohannes Berg
2010-06-14mac80211: defer RX agg session teardown to workJohannes Berg
2010-06-14mac80211: use RCU for RX aggregationJohannes Berg
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-19mac80211: fix stopping RX BA session from timerJohannes Berg
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo