aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2019-11-19net: hns3: fix a wrong reset interrupt status maskHuazhong Tan1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+31
2019-11-14net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-11-14net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-11-14net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang1-2/+14
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-6/+22
2019-11-06net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan1-1/+17
2019-11-05net: hns3: remove unused macrosColin Ian King1-2/+0
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar5-5/+5
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