summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan2020-03-213-155/+113
* net: hns3: refactor the mailbox message between PF and VFYufeng Mo2020-03-215-234/+291
* net: hns3: add a conversion for mailbox's response codeJian Shen2020-03-212-2/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-125-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-091-7/+2
* | net: hns3: synchronize some print relating to reset issueHuazhong Tan2020-03-092-6/+6
* | net: hns3: print out command code when dump fails in debugfsYufeng Mo2020-03-091-22/+34
* | net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan2020-03-091-1/+4
* | net: hns3: add a check before PF inform VF to resetYonglong Liu2020-03-091-4/+10
* | net: hns3: delete some reduandant codeGuojia Liao2020-03-091-2/+0
* | net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo2020-03-091-3/+0
* | net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo2020-03-091-3/+3
* | net: hns3: fix some mixed type assignmentGuojia Liao2020-03-092-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-262-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-191-0/+1
* | net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo2020-02-194-0/+60
* | net: hns3: add enabled TC numbers and DWRR weight info in debugfsYonglong Liu2020-02-191-3/+5
* | net: hns3: modify an unsuitable print when setting unknown duplex to fibreGuangbin Huang2020-02-191-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
* | net: hns3: refactor the notification scheme of PF resetHuazhong Tan2020-01-111-23/+19
* | net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan2020-01-111-20/+9
* | net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan2020-01-111-1/+2
* | net: hns3: refactor the procedure of VF FLRHuazhong Tan2020-01-113-65/+55
* | net: hns3: refactor the precedure of PF FLRHuazhong Tan2020-01-112-43/+43