aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-19wifi: mac80211: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin1-2/+0
2025-09-10wifi: mac80211: fix reporting of all valid links in sta_set_sinfo()Sarika Sharma1-3/+7
2025-09-04wifi: mac80211: reduce the scope of link_idMiri Korenblit1-1/+2
2025-07-09wifi: mac80211: add mandatory bitrate support for 6 GHzSomashekhar Puttagangaiah1-1/+2
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma1-3/+3
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma1-2/+258
2025-06-24wifi: mac80211: add support to accumulate removed link statisticsSarika Sharma1-0/+74
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma1-25/+56
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-1/+2
2025-04-23Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen1-28/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+17
2025-03-07wifi: mac80211: flush the station before moving it to UN-AUTHORIZED stateEmmanuel Grumbach1-3/+17
2025-02-28wifi: mac80211: refactor populating mesh related fields in sinfoSarika Sharma1-29/+35
2025-01-13wifi: mac80211: add some support for RX OMI power savingJohannes Berg1-0/+18
2025-01-13wifi: mac80211: add an option to filter a sta from being flushedMiri Korenblit1-1/+4
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-28net: 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
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...Jakub 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
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil1-1/+3
2020-07-30mac80211: remove STA txq pending airtime underflow warningFelix Fietkau1-3/+1
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik1-1/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-03-20mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan1-6/+29
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer1-15/+1
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+3
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan1-0/+38
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen1-0/+14
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen1-0/+4
2019-08-21mac80211: add assoc-at supportBen Greear1-0/+3
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman1-1/+0
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14mac80211: use STA info in rate_control_send_low()Johannes Berg1-1/+42
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel1-0/+9
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti1-0/+6
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-3/+41
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-1/+1
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland1-1/+3
2018-11-09mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg1-5/+2
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-8/+13
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori1-3/+3
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-42/+42
2018-06-18mac80211: add support for HELuca Coelho1-1/+14
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-1/+1
2018-05-18mac80211: allocate and fill tidstats only when neededJohannes Berg1-3/+4
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel1-4/+5
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen1-0/+12
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori1-0/+10
2018-05-07mac80211: remove pointless flags=0 assignmentJohannes Berg1-1/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-02-19mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-02-19mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty1-0/+6
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook1-8/+0
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-26/+35
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook1-1/+3
2017-09-21mac80211: recalculate some sta parameters after insertionGregory Greenman1-25/+32
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-1/+1
2017-06-01mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen1-0/+30
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-4/+9
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg1-12/+14
2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg1-3/+8
2017-02-27mac80211: shorten debug messageSara Sharon1-1/+1
2017-02-27mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller1-11/+7
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach1-2/+2
2016-12-15mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte1-7/+7
2016-12-15mac80211: fix legacy and invalid rx-rate reportBen Greear1-6/+8
2016-12-13mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani1-4/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-15Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau1-1/+1
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-5/+8
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-8/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-33/+23
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-7/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-31/+21
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau1-2/+2
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul1-0/+3
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul1-1/+1
2016-08-11mac80211: mesh: Add support for HW RC implementationMaxim Altshul1-4/+19
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-7/+7
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-1/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+2
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg1-16/+92
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+2
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg1-28/+44
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg1-28/+32
2016-04-06mac80211: add separate last_ack variableJohannes Berg1-2/+11
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg1-5/+5
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker1-0/+29
2016-04-05mac80211: ensure no limits on station rhashtableBen Greear1-0/+1
2016-04-05mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon1-1/+8
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-12/+23
2016-02-24mac80211: fix memory leakSudip Mukherjee1-0/+1
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior1-0/+1
2016-02-24mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-02-24mac80211: Recalc min chandef when station is associatedIlan Peer1-4/+5
2016-01-14mac80211: fix PS-Poll handlingEmmanuel Grumbach1-1/+1
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller1-0/+1
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach1-43/+101
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg1-2/+16
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-36/+41
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg1-3/+6
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg1-0/+39
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann1-6/+2
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg1-4/+5
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland1-4/+1
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-13/+24
2015-07-17mac80211: duplicate station's MAC address for hash tableJohannes Berg1-1/+2