summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2020-05-07net: hisilicon: Make CONFIG_HNS invisibleGeert Uytterhoeven1-1/+1
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
2020-03-09net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+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: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo1-3/+0
2020-03-09net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo1-3/+3
2020-03-09net: hns3: fix some mixed type assignmentGuojia Liao2-12/+16
2020-03-05hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-03-05net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-02-26net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-24net: hns3: remove redundant initialization of pointer 'client'Colin Ian King1-1/+1
2020-02-19net: hns3: add missing help info for QS shaper in debugfsYonglong Liu1-0/+1
2020-02-19net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo4-0/+60
2020-02-19net: hns3: add enabled TC numbers and DWRR weight info in debugfsYonglong Liu1-3/+5
2020-02-19net: hns3: modify an unsuitable print when setting unknown duplex to fibreGuangbin Huang1-1/+1
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-02-14net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu1-1/+1
2020-02-14net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2-28/+2
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan4-86/+35
2020-01-21net: hns3: remove redundant print on ENOMEMHuazhong Tan1-3/+1
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2-7/+6
2020-01-21net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu1-1/+1
2020-01-21net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao1-1/+1
2020-01-21net: hns3: move duplicated macro definition into headerGuojia Liao3-5/+3
2020-01-21net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan1-0/+2
2020-01-21net: hns3: do not reuse pfmemalloc pagesYunsheng Lin1-2/+8
2020-01-21net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin1-2/+2
2020-01-21net: hns3: replace snprintf with scnprintf in hns3_update_stringsChen Zhou1-3/+2
2020-01-21net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_readChen Zhou1-2/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+7
2020-01-17net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1