summaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: average ack rssi support for data framesBalaji Pothunoori2018-05-071-0/+2
* mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty2018-02-191-2/+11
* cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty2018-02-191-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* mac80211: Invoke TX LED in more code pathsBjorn Andersson2017-05-301-2/+2
* mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-281-28/+46
* mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau2017-04-281-58/+58
* mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-281-2/+9
* mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach2017-04-261-0/+1
* Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-011-1/+2
|\
| * mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-02-271-1/+2