summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: hns3: add missing help info for QS shaper in debugfsYonglong Liu2020-02-201-0/+1
* | net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo2020-02-204-0/+60
* | net: hns3: add enabled TC numbers and DWRR weight info in debugfsYonglong Liu2020-02-201-3/+5
* | net: hns3: modify an unsuitable print when setting unknown duplex to fibreGuangbin Huang2020-02-201-1/+1
|/
* net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang2020-02-141-6/+9
* net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu2020-02-141-1/+1
* net: hns3: add management table after IMP resetYufeng Mo2020-02-141-0/+7
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-232-28/+2
* net: hns3: cleanup some coding style issueHuazhong Tan2020-01-214-86/+35
* net: hns3: remove redundant print on ENOMEMHuazhong Tan2020-01-211-3/+1
* net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2020-01-212-7/+6
* net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu2020-01-211-1/+1
* net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao2020-01-211-1/+1
* net: hns3: move duplicated macro definition into headerGuojia Liao2020-01-213-5/+3
* net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan2020-01-211-0/+2
* net: hns3: do not reuse pfmemalloc pagesYunsheng Lin2020-01-211-2/+8
* net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin2020-01-211-2/+2
* net: hns3: replace snprintf with scnprintf in hns3_update_stringsChen Zhou2020-01-211-3/+2
* net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_readChen Zhou2020-01-211-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-3/+7
|\
| * net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
| * net: hns3: pad the short frame before sending to the hardwareYunsheng Lin2020-01-161-0/+6