aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg1-2/+5
2025-06-24wifi: mac80211: add support for S1G aggregationLachlan Hodges1-2/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-2/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-02-11wifi: mac80211: aggregation: remove deflink accesses for MLOJohannes Berg1-9/+13
2024-11-12wifi: mac80211: Support EHT 1024 aggregation size in TXMeiChia Chiu1-36/+58
2024-08-27wifi: mac80211: refactor block ack management codeDmitry Antipov1-14/+1
2023-09-11wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg1-37/+14
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg1-7/+5
2022-10-07wifi: mac80211: remove support for AddBA with fragmentationJohannes Berg1-19/+0
2022-10-07wifi: mac80211: agg-rx: avoid band checkJohannes Berg1-1/+1
2022-10-07wifi: mac80211: change AddBA deny error messageJohannes Berg1-1/+1
2022-10-07wifi: mac80211: fix AddBA response addressingJohannes Berg1-1/+1
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-6/+6
2022-02-16mac80211: parse AddBA request with extended AddBA elementMordechay Goodstein1-3/+15
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+1
2021-12-14mac80211: fix lookup when adding AddBA extension elementJohannes Berg1-2/+3
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg1-1/+2
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-5/+6
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg1-4/+4
2020-08-27net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-03mac8211: fix struct initialisationJohn Crispin1-1/+1
2020-05-31mac80211: accept aggregation sessions on 6 GHzJohannes Berg1-2/+3
2019-07-31mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King1-0/+2
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin1-9/+61
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-18mac80211: add support for HELuca Coelho1-2/+8
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-2/+2
2018-02-27mac80211: agg-rx: Accept ADDBA request update if timeout did not changeIlan Peer1-2/+12
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller1-3/+1
2018-02-19mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer1-3/+1
2017-12-11mac80211: make __ieee80211_start_rx_ba_session staticJohannes Berg1-4/+5
2017-12-11mac80211: avoid looking up tid_tx/tid_rx from timersJohannes Berg1-14/+3
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook1-24/+17
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho1-2/+2
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg1-11/+21
2017-08-09mac80211: add api to start ba session timer expired flowNaftali Goldstein1-1/+21
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg1-35/+12
2017-03-06mac80211: Use setup_timer instead of init_timerOndřej Lysoněk1-6/+6
2017-02-27mac80211: fix typo in debug printSara Sharon1-1/+1
2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon1-0/+1
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg1-6/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg1-1/+7
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg1-1/+3
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul1-2/+5
2016-07-06mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg1-0/+18
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-24mac80211: add API to allow filtering frames in BA sessionsSara Sharon1-0/+1
2016-02-24mac80211: support hw managing reorder logicSara Sharon1-2/+22
2016-01-29mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-4/+21
2016-01-14mac80211: pass RX aggregation window size to driverSara Sharon1-1/+1
2015-09-22mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach1-1/+3
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-2/+2
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg1-2/+6
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes Berg1-0/+8
2014-09-03mac80211: fix offloaded BA session traffic after hw restartMichal Kazior1-2/+3
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior1-23/+78
2014-07-21mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior1-3/+6
2013-01-18mac80211: improve aggregation debug messagesJohannes Berg1-5/+9
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-1/+1
2012-06-24mac80211: clean up debuggingJohannes Berg1-17/+17
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+6
2012-06-05net: mac80211: Add and use ht_vdbg debugging macroJoe Perches1-16/+8
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-11/+9
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau1-1/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-9/+4
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau1-2/+16
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon1-0/+2
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau1-1/+1
2011-11-28mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov1-2/+5
2011-11-28mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-08mac80211: allow frame aggregation for meshThomas Pedersen1-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville1-1/+1
2011-09-30mac80211: optimise station flagsJohannes Berg1-1/+1
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville1-17/+2
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-17/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov1-1/+5
2011-06-07mac80211: Stop BA session event from deviceShahar Levi1-0/+15
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-1/+2
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+5
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-2/+2
2011-01-19mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho1-0/+3
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho1-9/+2
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg1-5/+3
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-4/+4
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter1-0/+22
2010-06-14mac80211: update aggregation documentationJohannes Berg1-0/+23
2010-06-14mac80211: change RX aggregation lockingJohannes Berg1-6/+6
2010-06-14mac80211: fix RX aggregation timerJohannes Berg1-0/+4
2010-06-14mac80211: defer RX agg session teardown to workJohannes Berg1-14/+10
2010-06-14mac80211: use RCU for RX aggregationJohannes Berg1-38/+32
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-5/+13
2010-04-19mac80211: fix stopping RX BA session from timerJohannes Berg1-5/+13
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-49/+23
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg1-27/+21
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg1-22/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-21mac80211: trace interface nameJohannes Berg1-4/+2
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-3/+3
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-2/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+0
2009-11-30mac80211: fix two remote exploitsJohannes Berg1-4/+0
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-1/+1
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-2/+4
2009-05-06mac80211: Add a timeout for frames in the RX reorder bufferJouni Malinen1-1/+7
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-6/+5
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith1-0/+8
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-3/+3
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg1-3/+3
2009-02-13mac80211: RX aggregation: clean up stop sessionJohannes Berg1-25/+32
2009-02-13mac80211: fix aggregation timer lockupsJohannes Berg1-2/+9
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg1-1/+2
2009-02-13mac80211: restructure HT codeJohannes Berg1-0/+287