index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3pf
/
hclge_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
net: hns3: add support for dumping MAC umv counter in debugfs
Jian Shen
1
-0
/
+34
2021-06-28
net: hns3: add support for FD counter in debugfs
Jian Shen
1
-0
/
+37
2021-06-11
net: hns3: add debugfs support for ptp info
Huazhong Tan
1
-0
/
+55
2021-05-31
net: hns3: add debugfs support for vlan configuration
Jian Shen
1
-0
/
+283
2021-05-21
net: hns3: Fix return of uninitialized variable ret
Colin Ian King
1
-0
/
+1
2021-05-20
net: hns3: remove the useless debugfs file node cmd
Yufeng Mo
1
-10
/
+0
2021-05-20
net: hns3: refactor dump serv info of debugfs
Yufeng Mo
1
-14
/
+25
2021-05-20
net: hns3: refactor dump mac tnl status of debugfs
Jiaran Zhang
1
-7
/
+16
2021-05-20
net: hns3: refactor dump qs shaper of debugfs
Guangbin Huang
1
-85
/
+44
2021-05-20
net: hns3: refactor dump qos buf cfg of debugfs
Guangbin Huang
1
-79
/
+107
2021-05-20
net: hns3: refactor dump qos pri map of debugfs
Guangbin Huang
1
-17
/
+28
2021-05-20
net: hns3: refactor dump qos pause cfg of debugfs
Guangbin Huang
1
-13
/
+17
2021-05-20
net: hns3: refactor dump tc of debugfs
Guangbin Huang
1
-26
/
+29
2021-05-20
net: hns3: refactor dump tm of debugfs
Guangbin Huang
1
-201
/
+103
2021-05-20
net: hns3: refactor dump tm map of debugfs
Guangbin Huang
1
-94
/
+75
2021-05-20
net: hns3: refactor dump fd tcam of debugfs
Hao Chen
1
-31
/
+57
2021-05-20
net: hns3: refactor dump reg dcb info of debugfs
Yufeng Mo
1
-89
/
+207
2021-05-20
net: hns3: refactor dump reg of debugfs
Yufeng Mo
1
-122
/
+234
2021-05-14
net: hns3: refactor dump ncl config of debugfs
Jiaran Zhang
1
-47
/
+31
2021-05-14
net: hns3: refactor dump m7 info of debugfs
Jiaran Zhang
1
-31
/
+50
2021-05-14
net: hns3: refactor dump reset info of debugfs
Jiaran Zhang
1
-32
/
+44
2021-05-14
net: hns3: refactor dump intr of debugfs
Jiaran Zhang
1
-9
/
+17
2021-05-14
net: hns3: refactor dump loopback of debugfs
Yufeng Mo
1
-19
/
+25
2021-05-14
net: hns3: refactor dump mng tbl of debugfs
Yufeng Mo
1
-43
/
+37
2021-05-14
net: hns3: refactor dump mac list of debugfs
Huazhong Tan
1
-37
/
+90
2021-05-14
net: hns3: refactor the debugfs process
Yufeng Mo
1
-10
/
+22
2021-03-26
net: hns3: remove unused parameter from hclge_dbg_dump_loopback()
Huazhong Tan
1
-3
/
+2
2021-03-13
net: hns3: add phy loopback support for imp-controlled PHYs
Guangbin Huang
1
-7
/
+13
2021-02-12
net: hns3: split out hclge_dbg_dump_qos_buf_cfg()
Jian Shen
1
-43
/
+115
2021-02-09
net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()
Yonglong Liu
1
-6
/
+5
2021-02-06
net: hns3: replace macro of max qset number with specification
Guangbin Huang
1
-5
/
+3
2021-01-29
net: hns3: add debugfs support for tm nodes, priority and qset info
Guangbin Huang
1
-0
/
+153
2020-12-09
net: hns3: refine the struct hane3_tc_info
Jian Shen
1
-1
/
+1
2020-11-21
net: hns3: adds debugfs to dump more info of shaping parameters
Yonglong Liu
1
-2
/
+16
2020-11-21
net: hns3: add support for 1280 queues
Yonglong Liu
1
-4
/
+26
2020-09-24
net: hns3: add debugfs of dumping pf interrupt resources
Yufeng Mo
1
-0
/
+12
2020-09-24
net: hns3: refactor the function for dumping tc information in debugfs
Yufeng Mo
1
-10
/
+5
2020-09-23
net: hns3: Constify static structs
Rikard Falkeborn
1
-5
/
+5
2020-05-14
net: hns3: modify some incorrect spelling
Huazhong Tan
1
-7
/
+7
2020-05-10
net: hns3: optimized the judgment of the input parameters of dump ncl config
Yufeng Mo
1
-5
/
+10
2020-04-25
net: hns3: add support for dumping UC and MC MAC list
Jian Shen
1
-0
/
+51
2020-04-20
net: hns3: add support for dumping MAC reg in debugfs
Yufeng Mo
1
-0
/
+113
2020-04-20
net: hns3: clean up some coding style issue
Huazhong Tan
1
-1
/
+1
2020-03-09
net: hns3: delete unnecessary logs after kzalloc fails
Yufeng Mo
1
-7
/
+2
2020-03-09
net: hns3: print out command code when dump fails in debugfs
Yufeng Mo
1
-22
/
+34
2020-03-09
net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH
Yufeng Mo
1
-3
/
+3
2020-03-09
net: hns3: fix some mixed type assignment
Guojia Liao
1
-11
/
+14
2020-02-19
net: hns3: add support for dump MAC ID and loopback status in debugfs
Yufeng Mo
1
-0
/
+55
2020-02-19
net: hns3: add enabled TC numbers and DWRR weight info in debugfs
Yonglong Liu
1
-3
/
+5
2020-01-21
net: hns3: move duplicated macro definition into header
Guojia Liao
1
-2
/
+0
[next]