summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add return docs for sta_info_flush()Johannes Berg2024-04-191-2/+2
* wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg2024-03-041-1/+5
* wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-121-3/+11
* wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov2023-12-121-1/+1
* wifi: mac80211: fix various kernel-doc issuesJohannes Berg2023-09-111-3/+1
* wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg2023-09-111-12/+6
* wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-1/+1
* wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: use bullet list for amsdu_mesh_control formats listBagas Sanjaya2023-03-241-5/+7
* wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau2023-03-221-1/+4
* wifi: mac80211: add documentation for amsdu_mesh_controlJohannes Berg2023-02-151-0/+2
* wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau2023-02-141-0/+1
* mac80211: support minimal EHT rate reporting on RXJohannes Berg2023-01-181-6/+18
* wifi: mac80211: recalc station aggregate data during link switchJohannes Berg2022-10-071-0/+2
* wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg2022-10-071-0/+5
* wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-0/+3
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-1/+6
* wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-151-0/+4
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-151-0/+1
* wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski2022-07-151-4/+0
* wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau2022-07-011-0/+1
* wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau2022-07-011-1/+1
* wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-8/+3
* wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab2022-07-011-0/+2
* wifi: mac80211: maintain link-sta hash tableJohannes Berg2022-06-201-1/+13
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-1/+4
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-3/+5
* wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-201-1/+1
* wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-201-1/+0
* wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-3/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-59/+96
* mac80211: add docs for ssn in struct tid_ampdu_txJohannes Berg2021-11-291-0/+1
* mac80211: fix regression in SSN handling of addba txFelix Fietkau2021-11-261-0/+1
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-3/+8
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-111-1/+2
* mac80211: add fragment cache to sta_infoJohannes Berg2021-05-111-1/+31
* mac80211: add rx decapsulation offload supportFelix Fietkau2021-01-211-0/+2
* mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-301-1/+8
* mac80211: initialize last_rate for S1G STAsThomas Pedersen2020-10-081-0/+1
* mac80211: optimize station connection monitorFelix Fietkau2020-09-181-2/+0
* mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-271-2/+2
* mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-271-0/+1
* cfg80211/mac80211: add connected to auth server to station infoMarkus Theil2020-07-311-0/+2
* mac80211: fix two missing documentation entriesJohannes Berg2020-04-241-0/+2
* mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein2020-04-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-0/+1
|\
| * mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-261-0/+1
* | mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen2020-02-241-1/+3
|/
* mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen2019-12-131-1/+0
* mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-221-0/+8