summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-11/+11
* net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan2020-05-301-6/+0
* 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 an unused macro hclge_is_csqHuazhong Tan2020-05-301-2/+0
* net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan2020-05-301-1/+1
* net: hns3: print out speed info when parsing speed failsHuazhong Tan2020-05-281-1/+2
* net: hns3: remove some unused fields in struct hclge_devHuazhong Tan2020-05-281-6/+0
* net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2020-05-282-6/+4
* net: hns3: remove unused struct hnae3_unic_private_infoHuazhong Tan2020-05-281-11/+0
* net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_typeHuazhong Tan2020-05-281-1/+0
* net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan2020-05-281-22/+0
* net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2020-05-282-3/+3
* net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2020-05-282-3/+3
* net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan2020-05-281-9/+12
* net: hns3: refactor hclge_config_tso()Huazhong Tan2020-05-281-13/+4
* net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan2020-05-281-0/+1
* net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan2020-05-281-4/+2
* net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan2020-05-271-0/+3
* net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo2020-05-271-2/+0
* net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo2020-05-271-5/+4
* net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang2020-05-271-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+1
|\
| * net: hisilicon: Make CONFIG_HNS invisibleGeert Uytterhoeven2020-05-071-1/+1
* | net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan2020-05-141-4/+1
* | net: hns3: remove some unused macrosHuazhong Tan2020-05-141-17/+0
* | net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan2020-05-141-1/+1
* | net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan2020-05-141-3/+1
* | net: hns3: modify some incorrect spellingHuazhong Tan2020-05-142-8/+8
* | net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo2020-05-101-1/+6
* | net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo2020-05-101-5/+10
* | net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan2020-05-102-0/+10
* | net: hns3: modify two uncorrect macro namesHuazhong Tan2020-05-102-4/+4
* | net: hns3: remove a redundant register macro definitionHuazhong Tan2020-05-102-8/+5
* | net: hns3: adds support for reading module eeprom infoYonglong Liu2020-04-294-0/+196
* | net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan2020-04-251-2/+1
* | net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-258-105/+94
* | net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2020-04-252-13/+19
* | net: hns3: refactor the promisc mode settingJian Shen2020-04-258-46/+122
* | net: hns3: add support for dumping UC and MC MAC listJian Shen2020-04-252-0/+53
* | net: hns3: refactor the MAC address configureJian Shen2020-04-256-218/+860
* | net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen2020-04-251-1/+1
* | net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen2020-04-251-9/+5
* | net: hns3: refine for unicast MAC VLAN space managementJian Shen2020-04-251-48/+24
* | net/hns: Remove custom driver version in favour of global oneLeon Romanovsky2020-04-213-11/+0
* | net: hns3: add trace event support for PF/VF mailboxYufeng Mo2020-04-206-0/+190
* | net: hns3: add support for dumping MAC reg in debugfsYufeng Mo2020-04-202-1/+114
* | net: hns3: add debug information for flow table when failedGuojia Liao2020-04-201-11/+34
* | net: hns3: clean up some coding style issueHuazhong Tan2020-04-202-8/+4