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