summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan
2020-05-14net: hns3: remove some unused macrosHuazhong Tan
2020-05-14net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan
2020-05-14net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan
2020-05-14net: hns3: modify some incorrect spellingHuazhong Tan
2020-05-10net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo
2020-05-10net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo
2020-05-10net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan
2020-05-10net: hns3: modify two uncorrect macro namesHuazhong Tan
2020-05-10net: hns3: remove a redundant register macro definitionHuazhong Tan
2020-05-07net: hisilicon: Make CONFIG_HNS invisibleGeert Uytterhoeven
2020-04-29net: hns3: adds support for reading module eeprom infoYonglong Liu
2020-04-25net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen
2020-04-25net: hns3: refactor the promisc mode settingJian Shen
2020-04-25net: hns3: add support for dumping UC and MC MAC listJian Shen
2020-04-25net: hns3: refactor the MAC address configureJian Shen
2020-04-25net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen
2020-04-25net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen
2020-04-25net: hns3: refine for unicast MAC VLAN space managementJian Shen
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo
2020-04-20net: hns3: add support for dumping MAC reg in debugfsYufeng Mo
2020-04-20net: hns3: add debug information for flow table when failedGuojia Liao
2020-04-20net: hns3: clean up some coding style issueHuazhong Tan
2020-04-20net: hns3: modify some unsuitable type declarationGuojia Liao
2020-04-20net: hns3: remove two unused structures in hclge_cmd.hGuojia Liao
2020-04-20net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao
2020-04-20net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()Huazhong Tan
2020-04-20net: hns3: split out hclge_get_fd_rule_info()Jian Shen
2020-04-20net: hns3: split out hclge_fd_check_ether_tuple()Jian Shen
2020-04-20net: hns: use true,false for bool variablesJason Yan
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30net: hns3: fix set and get link ksettings issueGuangbin Huang
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao
2020-03-30net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: hns3: clear port base VLAN when unload PFJian Shen
2020-03-12net: hns3: fix RMW issue for VLAN filter switchJian Shen
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen
2020-03-12net: hns3: fix "tc qdisc del" failed issueYonglong Liu
2020-03-12net: hns3: reject unsupported coalescing paramsJakub Kicinski
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski
2020-03-09net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo