summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao1-3/+4
2020-07-28net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-07-21net: hns3: fix return value error when query MAC link status failJian Shen1-27/+22
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-05-28net: hns3: print out speed info when parsing speed failsHuazhong Tan1-1/+2
2020-05-28net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan1-1/+1
2020-05-28net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan1-9/+12
2020-05-28net: hns3: refactor hclge_config_tso()Huazhong Tan1-13/+4
2020-05-28net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan1-0/+1
2020-05-28net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan1-4/+2
2020-05-27net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0
2020-05-27net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo1-5/+4
2020-05-14net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan1-3/+1
2020-05-10net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan1-0/+9
2020-05-10net: hns3: modify two uncorrect macro namesHuazhong Tan1-2/+2
2020-05-10net: hns3: remove a redundant register macro definitionHuazhong Tan1-7/+5
2020-04-29net: hns3: adds support for reading module eeprom infoYonglong Liu1-0/+102
2020-04-25net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan1-2/+1
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-44/+45
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen1-12/+19
2020-04-25net: hns3: refactor the promisc mode settingJian Shen1-15/+74
2020-04-25net: hns3: refactor the MAC address configureJian Shen1-89/+503
2020-04-25net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-25net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-25net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-20net: hns3: add debug information for flow table when failedGuojia Liao1-11/+34
2020-04-20net: hns3: clean up some coding style issueHuazhong Tan1-7/+3
2020-04-20net: hns3: modify some unsuitable type declarationGuojia Liao1-3/+5
2020-04-20net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao1-11/+6
2020-04-20net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()Huazhong Tan1-2/+0
2020-04-20net: hns3: split out hclge_get_fd_rule_info()Jian Shen1-144/+159
2020-04-20net: hns3: split out hclge_fd_check_ether_tuple()Jian Shen1-112/+173
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-03-30net: hns3: fix set and get link ksettings issueGuangbin Huang1-1/+7
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+42
2020-03-12net: hns3: clear port base VLAN when unload PFJian Shen1-0/+23
2020-03-12net: hns3: fix RMW issue for VLAN filter switchJian Shen1-4/+15
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+1
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan1-4/+4
2020-03-09net: hns3: add a check before PF inform VF to resetYonglong Liu1-4/+10
2020-03-09net: hns3: delete some reduandant codeGuojia Liao1-2/+0
2020-03-09net: hns3: fix some mixed type assignmentGuojia Liao1-1/+2
2020-03-05net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-02-24net: hns3: remove redundant initialization of pointer 'client'Colin Ian King1-1/+1
2020-02-19net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo1-0/+3
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-02-14net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-58/+23
2020-01-21net: hns3: remove redundant print on ENOMEMHuazhong Tan1-3/+1