summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-13net: hns3: clean up hns3_dbg_cmd_write()Peng Li1-18/+26
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang1-1/+1
2021-02-07net: hns3: replace macro of max qset number with specificationGuangbin Huang1-0/+1
2021-02-07net: hns3: debugfs add max tm rate specification printGuangbin Huang1-0/+1
2021-02-07net: hns3: add support for obtaining the maximum frame sizeYufeng Mo1-0/+1
2021-02-05net: hns3: remove redundant null check of an arrayColin Ian King1-3/+0
2021-01-30net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang1-1/+54
2020-12-10net: hns3: refine the struct hane3_tc_infoJian Shen1-1/+2
2020-12-02net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan1-1/+5
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan1-1/+5
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan1-0/+1
2020-09-29net: hns3: dump tqp enable status in debugfsGuangbin Huang1-2/+20
2020-09-29net: hns3: debugfs add new command to query device specificationsGuangbin Huang1-0/+28
2020-09-27net: hns3: add debugfs to dump device capabilitiesGuangbin Huang1-0/+24
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo1-0/+1
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-04-26net: hns3: add support for dumping UC and MC MAC listJian Shen1-0/+2
2020-04-20net: hns3: add support for dumping MAC reg in debugfsYufeng Mo1-1/+1
2020-02-20net: hns3: add missing help info for QS shaper in debugfsYonglong Liu1-0/+1
2020-02-20net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo1-0/+1
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang1-3/+3
2020-01-21net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_readChen Zhou1-2/+2
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao1-16/+23
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-15/+15
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin1-16/+8
2019-09-11net: hns3: modify some logs formatGuangbin Huang1-2/+5
2019-08-30net: hns3: optimize some log printingsYufeng Mo1-12/+13
2019-08-11hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+2
2019-08-09net: hns3: add input length check for debugfs write functionYufeng Mo1-0/+4
2019-06-15net: hns3: some variable modificationWeihang Li1-2/+3
2019-05-29net: hns3: add support for dump firmware statistics by debugfsZhongzhu Liu1-0/+1
2019-04-20net: hns3: add function type check for debugfs help informationYufeng Mo1-0/+6
2019-04-20net: hns3: Add handling of MAC tunnel interruptionWeihang Li1-0/+1
2019-04-20net: hns3: add support for dump ncl config by debugfsWeihang Li1-0/+1
2019-04-20net: hns3: add reset statistics info for PFHuazhong Tan1-0/+1
2018-12-15net: hns3: Add "tm map" status information query functionliuzhongzhu1-0/+1
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu1-0/+33
2018-12-15net: hns3: Add "dcb register" status information query functionliuzhongzhu1-0/+7
2018-12-15net: hns3: Add "status register" information query functionliuzhongzhu1-0/+15
2018-12-15net: hns3: Add "manager table" information query functionliuzhongzhu1-2/+3
2018-12-15net: hns3: Add "bd info" query functionliuzhongzhu1-1/+78
2018-11-24net: hns3: Add "qos buffer" config info query functionliuzhongzhu1-0/+1
2018-11-24net: hns3: Add "qos prio map" info query functionliuzhongzhu1-0/+1
2018-11-24net: hns3: Add "qos pause" config info query functionliuzhongzhu1-0/+1
2018-11-24net: hns3: Add "tm config" info query functionliuzhongzhu1-0/+1
2018-11-24net: hns3: Add "tc config" info query functionliuzhongzhu1-0/+1
2018-11-24net: hns3: Add "FD flow table" info query functionliuzhongzhu1-0/+2
2018-11-24net: hns3: Add "queue info" query functionliuzhongzhu1-0/+122
2018-11-24net: hns3: Add debugfs framework registrationliuzhongzhu1-0/+136