summaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-2/+3
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-4/+2
2022-10-07wifi: mac80211: include link address in debugfsBenjamin Berg1-0/+15
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-22/+105
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau1-2/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-12/+12
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-6/+6
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-6/+6
2022-04-11mac80211: fix ht_capa printout in debugfsBen Greear1-1/+1
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-4/+5
2021-10-21mac80211: debugfs: calculate free buffer size correctlyMordechay Goodstein1-44/+47
2021-09-23mac80211: reduce stack usage in debugfsJohannes Berg1-7/+31
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-12/+12
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-8/+8
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-9/+10
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-0/+1
2020-12-11mac80211: remove trailing semicolon in macro definitionsTom Rix1-1/+1
2020-11-06mac80211: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg1-1/+2
2020-01-02Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-18/+58
2019-12-13mac80211: Always show airtime debugfs file when TXQs are enabledToke Høiland-Jørgensen1-4/+2
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-18/+58
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+3
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan1-10/+33
2019-11-09mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven1-14/+3
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: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman1-10/+25
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-3/+65
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg1-7/+7
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-22/+55
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-2/+4
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv1-0/+325
2018-01-31mac80211: Add txq flags to debugfsBen Greear1-3/+7
2018-01-22debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen1-0/+6
2017-02-07mac80211: add back lost debugfs filesJohannes Berg1-0/+1
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg1-2/+7
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg1-1/+1
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg1-4/+0
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen1-0/+52
2016-05-31mac80211: add vht cap decode to debugfsBen Greear1-2/+76
2016-04-05mac80211: clean up station flags debugfsJohannes Berg1-20/+43
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg1-11/+11
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan1-2/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon1-17/+30
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-3/+3