aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211/agg-rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux/kernel/git/jberg/mac80211David 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