aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-01wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau1-1/+6
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau1-3/+7
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-49/+18
2022-06-20wifi: mac80211: set STA deflink addressesJohannes Berg1-0/+2
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg1-6/+78
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-10/+18
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-24/+132
2022-06-20wifi: mac80211: refactor some sta_info link handlingJohannes Berg1-23/+56
2022-06-20wifi: mac80211: remove sta_info_tx_streams()Johannes Berg1-35/+0
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-2/+3
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-49/+61
2022-02-04mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi1-2/+1
2021-12-14mac80211: update channel context before station stateMordechay Goodstein1-6/+9
2021-11-26mac80211: fix a memory leak where sta_info is not freedAhmed Zaki1-3/+3
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-0/+1
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-0/+1
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen1-1/+2
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet1-0/+1
2021-08-13mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing1-1/+1
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-18/+49
2021-06-23mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg1-8/+3
2021-05-11mac80211: add fragment cache to sta_infoJohannes Berg1-1/+5
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-10-30mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen1-0/+4
2020-08-03mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-1/+1