summaryrefslogtreecommitdiff
path: root/net/mac80211/status.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau2023-04-181-24/+0
* wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel2022-09-271-1/+1
* wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-10/+28
* wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski2022-07-151-3/+0
* wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-19/+0
* wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-201-13/+9
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-1/+1
* mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-39/+52
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-20/+21
* mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-041-4/+8
* mac80211: remove unused macrosJohannes Berg2022-02-041-2/+2
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-241-2/+15
* mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-131-8/+8
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-0/+19
* mac80211: Enable power save after receiving NULL packet ACKBassem Dawood2021-06-231-4/+3
* mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2021-02-121-6/+2
* mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8
* mac80211: fix regression in sta connection monitorFelix Fietkau2020-09-281-4/+12
* mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau2020-09-181-2/+8
* mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau2020-09-181-11/+16
* mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau2020-09-181-64/+28
* mac80211: optimize station connection monitorFelix Fietkau2020-09-181-3/+0
* mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-181-2/+2
* mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau2020-09-181-6/+0
* mac80211: reduce duplication in tx status functionsFelix Fietkau2020-09-181-66/+35
* mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-271-16/+15
* mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-271-4/+8
* mac80211: remove the need for variable rates_idxColin Ian King2020-07-311-3/+1
* mac80211: fix control port tx status checkMarkus Theil2020-06-251-7/+15
* mac80211: support control port TX status reportingMarkus Theil2020-05-281-1/+8
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-151-3/+2
* mac80211: fix tx status for no ack casesMarkus Theil2020-01-151-4/+11
* mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-131-0/+71
* mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-221-0/+26
* mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-11-221-1/+2
* mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen2019-11-221-8/+2
* nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-2/+4
* mac80211: add missing length field increment when generating Radiotap headerJohn Crispin2019-08-211-0/+1
* mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin2019-08-211-1/+1
* mac80211: fix bad guard when reporting legacy ratesJohn Crispin2019-08-211-7/+7
* mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin2019-08-211-3/+9
* mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap...John Crispin2019-07-261-12/+162
* mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin2019-07-261-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen2019-01-191-0/+6
* mac80211: free skb fraglist before freeing the skbSara Sharon2018-12-191-0/+5
* mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-051-0/+2
* mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli2018-10-121-0/+19
* mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-09-101-1/+3
* mac80211: Always report TX statusAndrei Otcheretianski2018-09-051-5/+2