summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use bitfield helpers for BA session action framesJohannes Berg2020-12-111-4/+4
* net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap2020-08-271-1/+1
* mac8211: fix struct initialisationJohn Crispin2020-08-031-1/+1
* mac80211: accept aggregation sessions on 6 GHzJohannes Berg2020-05-311-2/+3
* mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King2019-07-311-0/+2
* mac80211: add support for the ADDBA extension elementJohn Crispin2019-07-291-9/+61
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: add support for HELuca Coelho2018-06-181-2/+8
* ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-2/+2
* mac80211: agg-rx: Accept ADDBA request update if timeout did not changeIlan Peer2018-02-271-2/+12
* Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-221-3/+1
|\
| * mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer2018-02-191-3/+1
* | mac80211: make __ieee80211_start_rx_ba_session staticJohannes Berg2017-12-111-4/+5
* | mac80211: avoid looking up tid_tx/tid_rx from timersJohannes Berg2017-12-111-14/+3
|/
* mac80211: aggregation: Convert timers to use timer_setup()Kees Cook2017-11-201-24/+17
* mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho2017-09-211-2/+2
* 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
|/