summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-03-30net: hns3: fix set and get link ksettings issueGuangbin Huang1-1/+7
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+42
2020-03-12net: hns3: clear port base VLAN when unload PFJian Shen1-0/+23
2020-03-12net: hns3: fix RMW issue for VLAN filter switchJian Shen1-4/+15
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+1
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan1-4/+4
2020-03-09net: hns3: add a check before PF inform VF to resetYonglong Liu1-4/+10
2020-03-09net: hns3: delete some reduandant codeGuojia Liao1-2/+0
2020-03-09net: hns3: fix some mixed type assignmentGuojia Liao1-1/+2
2020-03-05net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-02-24net: hns3: remove redundant initialization of pointer 'client'Colin Ian King1-1/+1
2020-02-19net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo1-0/+3
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-02-14net: hns3: add management table after IMP resetYufeng Mo1-0/+7
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-11net: hns3: refactor the notification scheme of PF resetHuazhong Tan1-23/+19
2020-01-11net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan1-20/+9
2020-01-11net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan1-1/+2
2020-01-11net: hns3: refactor the precedure of PF FLRHuazhong Tan1-43/+42
2020-01-11net: hns3: split hclge_reset() into preparing and rebuilding partHuazhong Tan1-25/+34
2020-01-06net: hns3: add protection when get SFP speed as 0Guojia Liao1-0/+6
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu1-1/+3
2020-01-06net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()Yonglong Liu1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-20net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6
2019-12-20net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan1-9/+0
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao1-1/+6
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin1-3/+12
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin1-61/+102
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
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