summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)Author
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau
2022-06-20wifi: mac80211: set STA deflink addressesJohannes Berg
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg
2022-06-20wifi: mac80211: refactor some sta_info link handlingJohannes Berg
2022-06-20wifi: mac80211: remove sta_info_tx_streams()Johannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-02-04mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi
2021-12-14mac80211: update channel context before station stateMordechay Goodstein
2021-11-26mac80211: fix a memory leak where sta_info is not freedAhmed Zaki
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet
2021-08-13mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen
2021-06-23mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg
2021-05-11mac80211: add fragment cache to sta_infoJohannes Berg
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg
2020-10-30mac80211: always wind down STA stateJohannes Berg
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen
2020-08-03mac80211: fix misplaced while instead of ifJohannes Berg
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil
2020-07-30mac80211: remove STA txq pending airtime underflow warningFelix Fietkau
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg
2020-03-20mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen
2019-08-21mac80211: add assoc-at supportBen Greear
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14mac80211: use STA info in rate_control_send_low()Johannes Berg
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen