summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-061-11/+21
* mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-1/+21
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-35/+12
* mac80211: Use setup_timer instead of init_timerOndřej Lysoněk2017-03-061-6/+6
* mac80211: fix typo in debug printSara Sharon2017-02-271-1/+1
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-271-0/+1
* mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg2016-10-191-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+7
|\
| * mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2016-09-151-1/+7
* | mac80211: send delBA on unexpected BlockAck data framesJohannes Berg2016-09-121-1/+3
* | mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-121-2/+5
|/
* mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg2016-07-061-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-01-291-1/+1
* | mac80211: add API to allow filtering frames in BA sessionsSara Sharon2016-02-241-0/+1
* | mac80211: support hw managing reorder logicSara Sharon2016-02-241-2/+22
* | mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-4/+21
* | mac80211: pass RX aggregation window size to driverSara Sharon2016-01-141-1/+1
|/
* mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2015-09-221-1/+3
* mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-2/+6
|\
| * mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-04-011-2/+6
* | mac80211: reject aggregation sessions with non-HT peersJohannes Berg2015-03-301-0/+8
|/
* 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
|/