summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: dump more reg info based on ras modPeiyang Wang2024-04-131-4/+2
* net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.cJijie Shao2024-04-131-0/+640
* net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann2023-12-061-7/+14
* net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen2023-09-071-7/+7
* net: hns3: move dump regs function to a separate fileJijie Shao2023-08-161-0/+1
* net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-101-2/+2
* net: hns3: fix wrong tc bandwidth weight data issueJijie Shao2023-07-241-2/+1
* net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2023-06-231-5/+24
* net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
* net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-211-8/+9
* net: hns3: debugfs add dump dscp map infoGuangbin Huang2022-09-071-1/+59
* net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang2022-08-311-1/+4
* net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang2021-12-311-5/+5
* net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen2021-12-031-1/+0
* net: hns3: add comments for hclge_dbg_fill_content()Hao Chen2021-12-031-0/+4
* net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang2021-12-031-3/+3
* net: hns3: Align type of some variables with their print typeHao Chen2021-12-031-1/+1
* net: hns3: refactor two hns3 debugfs functionsJie Wang2021-11-291-50/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-16/+14
|\
| * net: hns3: fix data endian problem of some functions of debugfsJie Wang2021-10-271-16/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-4/+24
|\|
| * net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann2021-09-281-4/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-161-0/+4
|\|
| * net: hns3: fix the exception when query imp infoJiaran Zhang2021-09-131-0/+4
* | net: hns3: PF support get multicast MAC address space assigned by firmwareGuangbin Huang2021-09-141-0/+3
|/
* net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang2021-08-301-28/+42
* net: hns3: add support for dumping MAC umv counter in debugfsJian Shen2021-06-281-0/+34
* net: hns3: add support for FD counter in debugfsJian Shen2021-06-281-0/+37
* net: hns3: add debugfs support for ptp infoHuazhong Tan2021-06-111-0/+55
* net: hns3: add debugfs support for vlan configurationJian Shen2021-06-011-0/+283
* net: hns3: Fix return of uninitialized variable retColin Ian King2021-05-211-0/+1
* net: hns3: remove the useless debugfs file node cmdYufeng Mo2021-05-211-10/+0
* net: hns3: refactor dump serv info of debugfsYufeng Mo2021-05-211-14/+25
* net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang2021-05-211-7/+16
* net: hns3: refactor dump qs shaper of debugfsGuangbin Huang2021-05-211-85/+44
* net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang2021-05-211-79/+107
* net: hns3: refactor dump qos pri map of debugfsGuangbin Huang2021-05-211-17/+28
* net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang2021-05-211-13/+17
* net: hns3: refactor dump tc of debugfsGuangbin Huang2021-05-211-26/+29
* net: hns3: refactor dump tm of debugfsGuangbin Huang2021-05-211-201/+103
* net: hns3: refactor dump tm map of debugfsGuangbin Huang2021-05-211-94/+75
* net: hns3: refactor dump fd tcam of debugfsHao Chen2021-05-211-31/+57
* net: hns3: refactor dump reg dcb info of debugfsYufeng Mo2021-05-211-89/+207
* net: hns3: refactor dump reg of debugfsYufeng Mo2021-05-211-122/+234
* net: hns3: refactor dump ncl config of debugfsJiaran Zhang2021-05-151-47/+31
* net: hns3: refactor dump m7 info of debugfsJiaran Zhang2021-05-151-31/+50
* net: hns3: refactor dump reset info of debugfsJiaran Zhang2021-05-151-32/+44
* net: hns3: refactor dump intr of debugfsJiaran Zhang2021-05-151-9/+17
* net: hns3: refactor dump loopback of debugfsYufeng Mo2021-05-151-19/+25
* net: hns3: refactor dump mng tbl of debugfsYufeng Mo2021-05-151-43/+37