aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11net: hns3: check NULL pointer before useGuangbin Huang1-1/+2
2019-09-11net: hns3: modify some logs formatGuangbin Huang3-4/+7
2019-09-11net: hns3: fix port setting handle for fibre portGuangbin Huang1-0/+15
2019-09-11net: hns3: fix shaper parameter algorithmYonglong Liu1-7/+4
2019-09-11net: hns3: revert to old channel when setting new channel num failPeng Li1-14/+37
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang2-5/+79
2019-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-1/+1
2019-09-06net: hns3: make hclge_dbg_get_m7_stats_info staticGuojia Liao1-1/+1
2019-09-06net: hns3: disable loopback setting in hclge_mac_initYufeng Mo1-1/+33
2019-09-06net: hns3: remove explicit conversion to boolGuojia Liao1-1/+1
2019-09-06net: hns3: add client node validity judgmentPeng Li1-0/+16
2019-09-06net: hns3: fix mis-assignment to hdev->reset_level in hclge_resetHuazhong Tan1-4/+5
2019-09-06net: hns3: fix double free bug when setting ringparamHuazhong Tan1-1/+3
2019-09-06net: hns3: fix error VF index when setting VLAN offloadJian Shen1-4/+10
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-01net: hns3: remove set but not used variable 'qos'YueHaibing1-2/+1
2019-09-01net: hns3: remove redundant assignment to pointer reg_infoColin Ian King1-1/+1
2019-08-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo4-2/+75
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan2-4/+4
2019-08-29net: hns3: add phy selftest functionYufeng Mo2-19/+138
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li7-2/+78
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu2-5/+7
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao2-18/+30
2019-08-29net: hns3: make some reusable codes into a functionYonglong Liu1-26/+28
2019-08-29net: hns3: optimize some log printingsYufeng Mo3-29/+30
2019-08-29net: hns3: reduce the parameters of some functionsGuojia Liao1-14/+14
2019-08-29net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_mapHuazhong Tan1-3/+4
2019-08-29net: hns3: use macro instead of magic numberHuazhong Tan2-3/+6
2019-08-29net: hns3: code optimization for debugfs related to "dump reg"Zhongzhu Liu2-110/+132
2019-08-24net: hns3: Fix -Wunused-const-variable warningYueHaibing2-44/+44
2019-08-18net: hns: add phy_attached_info() to the hns driverYonglong Liu1-0/+2
2019-08-18net: hns3: add phy_attached_info() to the hns3 driverYonglong Liu1-0/+2
2019-08-18net: hns3: prevent unnecessary MAC TNL interruptHuazhong Tan1-0/+2
2019-08-18net: hns3: change print level of RAS error log from warning to errorXiaofei Tan1-44/+44
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao4-6/+6
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao6-9/+8
2019-08-18net: hns3: add or modify commentsGuojia Liao8-25/+27
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-10hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+2
2019-08-09net: hns3: refine some macro definitionsGuojia Liao2-3/+3
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan2-8/+55
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo3-14/+20
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo1-22/+30
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin2-24/+17
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin3-14/+52
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang3-55/+301
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu1-17/+21
2019-08-09net: hns3: add input length check for debugfs write functionYufeng Mo1-0/+4
2019-08-09net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin1-78/+89
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan2-9/+21