summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: refactor out hclgevf_set_rss_tuple()Huazhong Tan2021-02-121-15/+32
* net: hns3: split out hclgevf_cmd_send()Yufeng Mo2021-02-121-60/+81
* net: hns3: refactor out hclgevf_get_rss_tuple()Jian Shen2021-02-121-25/+42
* net: hns3: refactor out hclgevf_cmd_convert_err_code()Peng Li2021-02-121-28/+27
* net: hns3: cleanup for endian issue for VF RSSJian Shen2021-02-092-8/+13
* net: hns3: remove unused macro definitionPeng Li2021-02-091-1/+0
* net: hns3: modify some unmacthed types print parameterJiaran Zhang2021-02-091-2/+2
* net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo2021-02-091-2/+2
* net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2021-02-063-1/+8
* net: hns3: RSS indirection table use device specificationGuangbin Huang2021-02-062-17/+32
* net: hns3: add api capability bits for firmwareJian Shen2021-02-062-1/+15
* net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-052-3/+8
* 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: add udp tunnel checksum segmentation supportHuazhong Tan2020-12-012-0/+3
* net: hns3: add support for TX hardware checksum offloadHuazhong Tan2020-12-012-1/+3
* net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King2020-11-241-1/+1
* net: hns3: add support for mapping device memoryHuazhong Tan2020-11-212-0/+34
* net: hns3: add support for 1280 queuesYonglong Liu2020-11-212-2/+17
* net: hns3: add support for querying maximum value of GLHuazhong Tan2020-11-172-0/+14
* 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-292-0/+51
* 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-272-0/+79
* net: hns3: use capabilities queried from firmwareGuangbin Huang2020-09-272-5/+43
* net: hns3: add support to query device capabilityGuangbin Huang2020-09-272-4/+14
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-273-25/+27
* 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: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan2020-05-301-1/+1
* net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan2020-05-301-3/+0
* net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2020-05-282-6/+4
* net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2020-05-282-3/+3
* 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-252-0/+27
* net: hns3: refactor the MAC address configureJian Shen2020-04-252-28/+310
* net: hns3: add trace event support for PF/VF mailboxYufeng Mo2020-04-203-0/+95
* 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