aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net: hns3: fix VF ID issue for setting VF VLANJian Shen1-12/+6
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+14
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. Miller1-1/+17
2019-11-06net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan1-1/+17
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao1-1/+1
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-39/+39
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 Huang1-5/+6
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-5/+4
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan1-0/+3
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 Liao1-2/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+20
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu1-1/+20
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-0/+62
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu1-0/+130
2019-10-08net: hns3: add support for setting VF trustJian Shen1-9/+51
2019-10-08net: hns3: add support for spoof check settingJian Shen1-8/+117
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo1-0/+57
2019-09-11net: hns3: add some DFX info for reset issueHuazhong Tan1-5/+6
2019-09-11net: hns3: modify some logs formatGuangbin Huang1-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-08-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo1-0/+38
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan1-4/+3
2019-08-29net: hns3: add phy selftest functionYufeng Mo1-18/+132
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li1-0/+33
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu1-4/+6
2019-08-29net: hns3: optimize some log printingsYufeng Mo1-1/+1
2019-08-29net: hns3: reduce the parameters of some functionsGuojia Liao1-14/+14
2019-08-24net: hns3: Fix -Wunused-const-variable warningYueHaibing1-0/+44
2019-08-18net: hns3: prevent unnecessary MAC TNL interruptHuazhong Tan1-0/+2
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao1-3/+4
2019-08-18net: hns3: add or modify commentsGuojia Liao1-4/+4
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan1-8/+48
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo1-5/+7
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang1-45/+297
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu1-17/+21
2019-08-09net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu1-1/+5
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan1-3/+18
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan1-3/+31
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan1-2/+21
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen1-25/+25
2019-08-01net: hns3: add link change event reportJian Shen1-4/+5