summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-2/+48
* wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg2022-09-061-0/+10
* wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg2022-09-061-0/+37
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-5/+5
|\
| * net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-4/+4
| * wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi2022-08-251-1/+1
* | wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()Lukas Bulwahn2022-08-251-3/+1
* | wifi: mac80211: maintain link_id in link_staJohannes Berg2022-08-251-0/+1
* | wifi: mac80211: properly set old_links when removing a linkShaul Triebitz2022-08-251-2/+2
|/
* wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg2022-07-221-3/+14
* wifi: mac80211: fix link sta hash table handlingJohannes Berg2022-07-221-2/+16
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-12/+37
* wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-151-0/+23
* wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski2022-07-151-3/+3
* wifi: mac80211: skip rate statistics for MLD STAsJohannes Berg2022-07-151-2/+4
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-1/+2
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-151-0/+7
* wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski2022-07-151-30/+0
* wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau2022-07-011-1/+6
* wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau2022-07-011-3/+7
* wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-49/+18
* wifi: mac80211: set STA deflink addressesJohannes Berg2022-06-201-0/+2
* wifi: mac80211: maintain link-sta hash tableJohannes Berg2022-06-201-6/+78
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-10/+18
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-24/+132
* wifi: mac80211: refactor some sta_info link handlingJohannes Berg2022-06-201-23/+56
* wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-201-35/+0
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-2/+3
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-49/+61
* mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi2022-02-041-2/+1
* mac80211: update channel context before station stateMordechay Goodstein2021-12-141-6/+9
* mac80211: fix a memory leak where sta_info is not freedAhmed Zaki2021-11-261-3/+3
* Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-221-0/+1
|\
| * nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-211-0/+1
* | fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-201-1/+2
* | fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet2021-10-151-0/+1
|/
* mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing2021-08-131-1/+1
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-18/+49
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-06-231-5/+0
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-06-231-8/+3
* mac80211: add fragment cache to sta_infoJohannes Berg2021-05-111-1/+5
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-131-10/+4
* mac80211: always wind down STA stateJohannes Berg2020-10-301-0/+18
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-081-0/+4
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+1
|\
| * mac80211: remove STA txq pending airtime underflow warningFelix Fietkau2020-07-301-3/+1