aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel1-1/+1
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern1-10/+28
2022-07-15wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski1-3/+0
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-19/+0
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg1-13/+9
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-1/+1
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-39/+52
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-20/+21
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+8
2022-02-04mac80211: remove unused macrosJohannes Berg1-2/+2
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-2/+15
2021-08-13mac80211: radiotap: Use BIT() instead of shiftsKees Cook1-8/+8
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-0/+19
2021-06-23mac80211: Enable power save after receiving NULL packet ACKBassem Dawood1-4/+3
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil1-6/+2
2020-11-12mac80211: fix memory leak on filtered powersave framesFelix Fietkau1-10/+8
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau1-4/+12
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-2/+8
2020-09-18mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau1-11/+16
2020-09-18mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau1-64/+28
2020-09-18mac80211: optimize station connection monitorFelix Fietkau1-3/+0
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-2/+2
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-6/+0
2020-09-18mac80211: reduce duplication in tx status functionsFelix Fietkau1-66/+35
2020-08-27mac80211: reduce packet loss event false positivesFelix Fietkau1-16/+15
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau1-4/+8
2020-07-31mac80211: remove the need for variable rates_idxColin Ian King1-3/+1
2020-06-25mac80211: fix control port tx status checkMarkus Theil1-7/+15
2020-05-28mac80211: support control port TX status reportingMarkus Theil1-1/+8
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen1-3/+2
2020-01-15mac80211: fix tx status for no ack casesMarkus Theil1-4/+11
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin1-0/+71
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen1-0/+26
2019-11-22mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen1-8/+2
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-2/+4
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin1-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin1-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin1-7/+7
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin1-3/+9
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_headerJohn Crispin1-12/+162
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-0/+6
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang1-1/+3
2018-09-05mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori1-0/+2