summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2020-09-272-44/+49
* net: hns3: add a check for device specifications queried from firmwareGuangbin Huang2020-09-271-0/+15
* net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang2020-09-274-13/+28
* net: hns3: add support to query device specificationsGuangbin Huang2020-09-272-1/+77
* net: hns3: use capabilities queried from firmwareGuangbin Huang2020-09-272-6/+45
* net: hns3: use capability flag to indicate FECGuangbin Huang2020-09-272-2/+3
* net: hns3: add support to query device capabilityGuangbin Huang2020-09-272-4/+15
* net: hns3: delete redundant PCI revision judgementGuangbin Huang2020-09-271-2/+1
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-274-35/+43
* drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2020-09-261-0/+1
* net: hns3: add support for 200G deviceGuangbin Huang2020-09-253-11/+51
* net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2020-09-251-0/+12
* net: hns3: add a hardware error detect typeYufeng Mo2020-09-251-0/+2
* net: hns3: remove unnecessary variable initializationYufeng Mo2020-09-253-5/+5
* net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo2020-09-251-10/+5
* net: hns3: Constify static structsRikard Falkeborn2020-09-242-18/+18
* net: hns3: Supply missing hclge_dcb.h include fileWang Hai2020-09-181-0/+1
* net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan2020-09-091-1/+0
* net: hns3: fix a typo in struct hclge_macGuangbin Huang2020-09-091-1/+1
* net: hns3: skip periodic service task if reset failedGuangbin Huang2020-09-091-0/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* net: hns3: fix for VLAN config when reset failedGuojia Liao2020-07-281-3/+4
* net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao2020-07-281-13/+15
* net: hns3: fix return value error when query MAC link status failJian Shen2020-07-222-27/+25
* net: hns3: check reset pending after FLR prepareHuazhong Tan2020-07-061-1/+1
* net: hns3: remove an unused macro hclge_is_csqHuazhong Tan2020-05-311-2/+0
* net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan2020-05-311-1/+1
* net: hns3: print out speed info when parsing speed failsHuazhong Tan2020-05-291-1/+2
* net: hns3: remove some unused fields in struct hclge_devHuazhong Tan2020-05-291-6/+0
* net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2020-05-292-3/+3
* net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan2020-05-291-9/+12
* net: hns3: refactor hclge_config_tso()Huazhong Tan2020-05-291-13/+4
* net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan2020-05-291-0/+1
* net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan2020-05-291-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: 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-141-7/+7
* net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo2020-05-111-5/+10
* net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan2020-05-111-0/+9
* net: hns3: modify two uncorrect macro namesHuazhong Tan2020-05-112-4/+4
* net: hns3: remove a redundant register macro definitionHuazhong Tan2020-05-112-8/+5
* net: hns3: adds support for reading module eeprom infoYonglong Liu2020-04-292-0/+117
* net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan2020-04-261-2/+1
* net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-263-47/+71
* net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2020-04-262-13/+19
* net: hns3: refactor the promisc mode settingJian Shen2020-04-262-15/+78