summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-2/+1
* net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-268-105/+94
* 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-268-46/+122
* net: hns3: add support for dumping UC and MC MAC listJian Shen2020-04-262-0/+53
* net: hns3: refactor the MAC address configureJian Shen2020-04-266-218/+860
* net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen2020-04-261-1/+1
* net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen2020-04-261-9/+5
* net: hns3: refine for unicast MAC VLAN space managementJian Shen2020-04-261-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
* net: hns3: modify some unsuitable type declarationGuojia Liao2020-04-201-3/+5
* net: hns3: remove two unused structures in hclge_cmd.hGuojia Liao2020-04-201-25/+0
* net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao2020-04-202-12/+6
* net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()Huazhong Tan2020-04-201-2/+0
* net: hns3: split out hclge_get_fd_rule_info()Jian Shen2020-04-201-144/+159
* net: hns3: split out hclge_fd_check_ether_tuple()Jian Shen2020-04-201-112/+173
* net: hns: use true,false for bool variablesJason Yan2020-04-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-314-32/+51
|\
| * net: hns3: fix set and get link ksettings issueGuangbin Huang2020-03-301-1/+7
| * net: hns3: fix RSS config lost after VF reset.Guojia Liao2020-03-301-24/+28
| * net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan2020-03-302-5/+14
| * net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin2020-03-302-2/+2
* | net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan2020-03-223-155/+113
* | net: hns3: refactor the mailbox message between PF and VFYufeng Mo2020-03-225-234/+291
* | net: hns3: add a conversion for mailbox's response codeJian Shen2020-03-222-2/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-135-6/+48
|\|
| * net: hns3: clear port base VLAN when unload PFJian Shen2020-03-121-0/+23
| * net: hns3: fix RMW issue for VLAN filter switchJian Shen2020-03-121-4/+15
| * net: hns3: fix VF VLAN table entries inconsistent issueJian Shen2020-03-124-0/+6
| * net: hns3: fix "tc qdisc del" failed issueYonglong Liu2020-03-121-1/+1
| * net: hns3: fix a not link up issue when fibre port supports autonegJian Shen2020-03-051-1/+3
* | net: hns3: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+7
* | net: hns: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+5
* | net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo2020-03-101-7/+2
* | net: hns3: synchronize some print relating to reset issueHuazhong Tan2020-03-102-6/+6
* | net: hns3: print out command code when dump fails in debugfsYufeng Mo2020-03-101-22/+34
* | net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan2020-03-101-1/+4
* | net: hns3: add a check before PF inform VF to resetYonglong Liu2020-03-101-4/+10
* | net: hns3: delete some reduandant codeGuojia Liao2020-03-101-2/+0
* | net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo2020-03-101-3/+0
* | net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo2020-03-101-3/+3
* | net: hns3: fix some mixed type assignmentGuojia Liao2020-03-102-12/+16
* | hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-14/+2
* | net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-272-2/+2
* | net: hns3: remove redundant initialization of pointer 'client'Colin Ian King2020-02-241-1/+1