aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan1-4/+1
2020-05-14net: hns3: remove some unused macrosHuazhong Tan1-17/+0
2020-05-14net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan1-1/+1
2020-05-14net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan1-3/+1
2020-05-14net: hns3: modify some incorrect spellingHuazhong Tan2-8/+8
2020-05-10net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo1-1/+6
2020-05-10net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo1-5/+10
2020-05-10net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan2-0/+10
2020-05-10net: hns3: modify two uncorrect macro namesHuazhong Tan2-4/+4
2020-05-10net: hns3: remove a redundant register macro definitionHuazhong Tan2-8/+5
2020-04-29net: hns3: adds support for reading module eeprom infoYonglong Liu4-0/+196
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 Shen8-105/+94
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-25net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-25net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-25net: hns3: refactor the MAC address configureJian Shen6-218/+860
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-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky3-11/+0
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo6-0/+190
2020-04-20net: hns3: add support for dumping MAC reg in debugfsYufeng Mo2-1/+114
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 Tan2-8/+4
2020-04-20net: hns3: modify some unsuitable type declarationGuojia Liao1-3/+5
2020-04-20net: hns3: remove two unused structures in hclge_cmd.hGuojia Liao1-25/+0
2020-04-20net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao2-12/+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-04-20net: hns: use true,false for bool variablesJason Yan1-2/+2
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-32/+51
2020-03-30net: hns3: fix set and get link ksettings issueGuangbin Huang1-1/+7
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao1-24/+28
2020-03-30net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan2-5/+14
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin2-2/+2
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan3-155/+113
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo5-234/+291
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen2-2/+21
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-6/+48
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 Shen4-0/+6
2020-03-12net: hns3: fix "tc qdisc del" failed issueYonglong Liu1-1/+1
2020-03-12net: hns3: reject unsupported coalescing paramsJakub Kicinski1-0/+7
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-09net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo1-7/+2
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan2-6/+6
2020-03-09net: hns3: print out command code when dump fails in debugfsYufeng Mo1-22/+34