aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05net: hns3: remove unused macrosColin Ian King1-2/+0
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao2-44/+58
2019-10-31net: hns3: cleanup some print format warningGuojia Liao7-51/+51
2019-10-31net: hns3: add or modify some commentsGuangbin Huang1-0/+3
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang1-2/+1
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang4-10/+11
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao4-15/+27
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan3-4/+6
2019-10-21net: hns3: log and clear hardware error after reset completeJian Shen1-0/+3
2019-10-21net: hns3: optimized MAC address in management table.Guojia Liao2-4/+3
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+30
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu3-3/+30
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan2-0/+91
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu6-1/+263
2019-10-08net: hns3: add support for setting VF trustJian Shen4-20/+87
2019-10-08net: hns3: add support for spoof check settingJian Shen3-8/+121
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo3-1/+79
2019-10-07net: hns3: make array tick_array static, makes object smallerColin Ian King1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-11net: hns3: fix spelling mistake "undeflow" -> "underflow"Colin Ian King1-1/+1
2019-09-11net: hns3: add some DFX info for reset issueHuazhong Tan3-15/+30
2019-09-11net: hns3: modify some logs formatGuangbin Huang2-2/+2
2019-09-11net: hns3: fix shaper parameter algorithmYonglong Liu1-7/+4
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: fix mis-assignment to hdev->reset_level in hclge_resetHuazhong Tan1-4/+5
2019-09-06net: hns3: fix error VF index when setting VLAN offloadJian Shen1-4/+10
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 Mo3-0/+68
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan2-4/+4
2019-08-29net: hns3: add phy selftest functionYufeng Mo1-18/+132
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li4-1/+41
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu2-5/+7
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao1-13/+25
2019-08-29net: hns3: make some reusable codes into a functionYonglong Liu1-26/+28
2019-08-29net: hns3: optimize some log printingsYufeng Mo2-17/+17
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: 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 Liao2-4/+4
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao2-2/+2
2019-08-18net: hns3: add or modify commentsGuojia Liao3-5/+8
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1