summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-29wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh1-7/+14
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+6
2024-01-18wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau1-0/+2
2024-01-18wifi: mac80211: fix potential sta-link leakJohannes Berg1-1/+4
2023-12-14wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap1-2/+2
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov1-3/+1
2023-10-23wifi: mac80211: flush STA queues on unauthorizationJohannes Berg1-12/+20
2023-10-23wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit1-10/+18
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit1-1/+2
2023-09-11wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg1-1/+1
2023-09-11wifi: mac80211: add more warnings about inserting sta infoBenjamin Berg1-2/+6
2023-09-11wifi: mac80211: fix BA session teardown raceJohannes Berg1-0/+14
2023-09-11wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg1-1/+0
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-51/+30
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg1-1/+1
2023-06-21wifi: mac80211: avoid lockdep checking when removing deflinkBenjamin Berg1-2/+3
2023-06-06wifi: mac80211: batch recalc during STA flushJohannes Berg1-14/+34
2023-06-06wifi: mac80211: move sta_info_move_state() upJohannes Berg1-101/+100
2023-06-06wifi: mac80211: recalc min chandef for new STA linksJohannes Berg1-0/+2
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg1-2/+6
2023-04-13wifi: mac80211: flush queues on STA removalJohannes Berg1-0/+8
2023-03-30wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-02-14wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau1-0/+3
2023-02-14wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg1-1/+8
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-4/+4
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-31/+20
2022-10-07wifi: mac80211: recalc station aggregate data during link switchJohannes Berg1-9/+24
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-0/+25
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg1-0/+1
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-2/+48
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg1-0/+10
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg1-0/+37
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-4/+4
2022-08-25wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()Lukas Bulwahn1-3/+1
2022-08-25wifi: mac80211: maintain link_id in link_staJohannes Berg1-0/+1
2022-08-25wifi: mac80211: properly set old_links when removing a linkShaul Triebitz1-2/+2
2022-08-25wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi1-1/+1
2022-07-22wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg1-3/+14
2022-07-22wifi: mac80211: fix link sta hash table handlingJohannes Berg1-2/+16
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-12/+37
2022-07-15wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg1-0/+23
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski1-3/+3
2022-07-15wifi: mac80211: skip rate statistics for MLD STAsJohannes Berg1-2/+4
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-1/+2
2022-07-15wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz1-0/+7
2022-07-15wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski1-30/+0