summaryrefslogtreecommitdiff
path: root/net/mac80211/agg-rx.c
AgeCommit message (Expand)Author
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg
2017-08-09mac80211: add api to start ba session timer expired flowNaftali Goldstein
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk
2017-02-27mac80211: fix typo in debug printSara Sharon
2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul
2016-07-06mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-24mac80211: add API to allow filtering frames in BA sessionsSara Sharon
2016-02-24mac80211: support hw managing reorder logicSara Sharon
2016-01-29mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon
2016-01-14mac80211: pass RX aggregation window size to driverSara Sharon
2015-09-22mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes 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