summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen1-3/+6
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-10/+11
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen1-0/+7
2020-11-24net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King1-1/+1
2020-11-21net: hns3: add support for mapping device memoryHuazhong Tan1-0/+33
2020-11-21net: hns3: add support for 1280 queuesYonglong Liu1-2/+14
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan1-0/+6
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan1-0/+1
2020-10-26net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-09-29net: hns3: Add RoCE VF reset supportHuazhong Tan1-0/+50
2020-09-27net: hns3: add a check for device specifications queried from firmwareGuangbin Huang1-0/+13
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang1-0/+64
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-9/+8
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang1-2/+3
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-08net: hns3: skip periodic service task if reset failedGuangbin Huang1-0/+3
2020-09-08net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao1-4/+6
2020-07-28net: hns3: add reset check for VF updating port based VLANJian Shen1-9/+21
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-05-30net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan1-2/+1
2020-05-28net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan1-3/+3
2020-05-28net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan1-1/+1
2020-05-27net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-11/+18
2020-04-25net: hns3: refactor the promisc mode settingJian Shen1-0/+26
2020-04-25net: hns3: refactor the MAC address configureJian Shen1-28/+285
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-25/+29
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao1-24/+28
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin1-1/+1
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-141/+170
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+3
2020-03-09net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+4
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-20/+8
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang1-4/+3
2020-01-21net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan1-0/+2
2020-01-11net: hns3: refactor the procedure of VF FLRHuazhong Tan1-60/+54
2020-01-11net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan1-42/+39
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu1-1/+3
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao1-1/+5
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin1-3/+12
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin1-90/+85
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin1-25/+14
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-8/+8
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-1/+0
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-1/+3
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan1-0/+29