summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix offloaded BA session traffic after hw restartMichal Kazior2014-09-031-2/+3
* mac80211: add support for Rx reordering offloadingMichal Kazior2014-07-211-23/+78
* mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior2014-07-211-3/+6
* mac80211: improve aggregation debug messagesJohannes Berg2013-01-181-5/+9
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-1/+1
* mac80211: clean up debuggingJohannes Berg2012-06-241-17/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-1/+6
|\
| * mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau2012-06-041-1/+6
* | net: mac80211: Add and use ht_vdbg debugging macroJoe Perches2012-06-051-16/+8
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-11/+9
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-9/+4
* mac80211: optimize aggregation session timeout handlingFelix Fietkau2012-04-091-2/+16
* mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-061-0/+2
* mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-281-1/+1
* mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov2011-11-281-2/+5
* mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov2011-11-281-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | mac80211: allow frame aggregation for meshThomas Pedersen2011-11-081-1/+2
|/
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-1/+1
|\
| * mac80211: optimise station flagsJohannes Berg2011-09-301-1/+1
* | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-191-17/+2
|\ \ | |/
| * mac80211: Remove unnecessary OOM logging messagesJoe Perches2011-09-131-17/+2
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
|/
* mac80211: check sta_info_get() return valueEliad Peller2011-07-201-1/+9
* mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov2011-06-271-1/+5
* mac80211: Stop BA session event from deviceShahar Levi2011-06-071-0/+15
* 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
OpenPOWER on IntegriCloud