summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-121-7/+14
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-231-1/+6
|\
| * wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-181-0/+2
| * wifi: mac80211: fix potential sta-link leakJohannes Berg2024-01-181-1/+4
* | wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
* | wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov2023-12-121-3/+1
|/
* wifi: mac80211: flush STA queues on unauthorizationJohannes Berg2023-10-231-12/+20
* wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit2023-10-231-10/+18
* wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit2023-09-131-1/+2
* wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg2023-09-111-1/+1
* wifi: mac80211: add more warnings about inserting sta infoBenjamin Berg2023-09-111-2/+6
* wifi: mac80211: fix BA session teardown raceJohannes Berg2023-09-111-0/+14
* wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-51/+30
* wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: avoid lockdep checking when removing deflinkBenjamin Berg2023-06-211-2/+3
* wifi: mac80211: batch recalc during STA flushJohannes Berg2023-06-061-14/+34
* wifi: mac80211: move sta_info_move_state() upJohannes Berg2023-06-061-101/+100
* wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-06-061-0/+2
* wifi: mac80211: add flush_sta methodJohannes Berg2023-04-131-2/+6
* wifi: mac80211: flush queues on STA removalJohannes Berg2023-04-131-0/+8
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-03-301-1/+2
* wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau2023-02-141-0/+3
* wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen2023-02-141-1/+1
* mac80211: support minimal EHT rate reporting on RXJohannes Berg2023-01-181-1/+8
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-4/+4
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-31/+20
* wifi: mac80211: recalc station aggregate data during link switchJohannes Berg2022-10-071-9/+24
* wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg2022-10-071-0/+25
* wifi: mac80211: add pointer from link STA to STABenjamin Berg2022-10-071-0/+1
* 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