summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-58/+23
2020-01-21net: hns3: remove redundant print on ENOMEMHuazhong Tan1-3/+1
2020-01-21net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu1-1/+1
2020-01-21net: hns3: move duplicated macro definition into headerGuojia Liao1-3/+1
2020-01-12net: hns3: refactor the notification scheme of PF resetHuazhong Tan1-23/+19
2020-01-12net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan1-20/+9
2020-01-12net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan1-1/+2
2020-01-12net: hns3: refactor the precedure of PF FLRHuazhong Tan1-43/+42
2020-01-12net: hns3: split hclge_reset() into preparing and rebuilding partHuazhong Tan1-25/+34
2020-01-07net: hns3: add protection when get SFP speed as 0Guojia Liao1-0/+6
2020-01-07net: hns3: modify the IRQ name of misc vectorsYonglong Liu1-1/+3
2020-01-07net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()Yonglong Liu1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-21net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6
2019-12-21net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3
2019-12-21net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan1-9/+0
2019-12-17net: hns3: do not schedule the periodic task when reset failGuojia Liao1-1/+6
2019-12-17net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin1-3/+12
2019-12-17net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin1-61/+102
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-06net: hns3: fix VF ID issue for setting VF VLANJian Shen1-12/+6
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+14
2019-11-15net: 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-07net: 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-09net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-0/+62
2019-10-09net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu1-0/+130
2019-10-09net: hns3: add support for setting VF trustJian Shen1-9/+51
2019-10-09net: hns3: add support for spoof check settingJian Shen1-8/+117
2019-10-09net: 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-30net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo1-0/+38
2019-08-30net: hns3: check reset interrupt status when reset failsHuazhong Tan1-4/+3