aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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