aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13net: hns3: add phy loopback support for imp-controlled PHYsGuangbin Huang3-36/+51
2021-03-13net: hns3: add ioctl support for imp-controlled PHYsGuangbin Huang4-1/+73
2021-03-13net: hns3: add get/set pause parameters support for imp-controlled PHYsGuangbin Huang1-4/+5
2021-03-13net: hns3: add support for imp-controlled PHYsGuangbin Huang6-3/+192
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo6-4/+31
2021-03-11net: hns3: use FEC capability queried from firmwareYufeng Mo3-5/+12
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-02-28net: hns3: fix bug when calculating the TCAM table infoJian Shen1-2/+2
2021-02-28net: hns3: fix query vlan mask value error for flow directorJian Shen1-2/+1
2021-02-28net: hns3: fix error mask definition of flow directorJian Shen1-3/+3
2021-02-12net: hns3: refactor out hclge_rm_vport_all_mac_table()Hao Chen1-24/+43
2021-02-12net: hns3: refactor out hclgevf_set_rss_tuple()Huazhong Tan1-15/+32
2021-02-12net: hns3: refactor out hclge_set_rss_tuple()Huazhong Tan1-13/+29
2021-02-12net: hns3: split out hclgevf_cmd_send()Yufeng Mo1-60/+81
2021-02-12net: hns3: split out hclge_cmd_send()Yufeng Mo1-41/+59
2021-02-12net: hns3: split out hclge_dbg_dump_qos_buf_cfg()Jian Shen1-43/+115
2021-02-12net: hns3: refactor out hclgevf_get_rss_tuple()Jian Shen1-25/+42
2021-02-12net: hns3: refactor out hclge_get_rss_tuple()Jian Shen1-21/+38
2021-02-12net: hns3: refactor out hclge_set_vf_vlan_common()Peng Li1-25/+48
2021-02-12net: hns3: use ipv6_addr_any() helperJiaran Zhang1-8/+5
2021-02-12net: hns3: clean up hns3_dbg_cmd_write()Peng Li1-18/+26
2021-02-12net: hns3: refactor out hclgevf_cmd_convert_err_code()Peng Li1-28/+27
2021-02-12net: hns3: refactor out hclge_cmd_convert_err_code()Peng Li1-28/+27
2021-02-11net: hns3: fix return of random stack valueGustavo A. R. Silva1-2/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+32
2021-02-09net: hns3: cleanup for endian issue for VF RSSJian Shen2-8/+13
2021-02-09net: hns3: remove unused macro definitionPeng Li2-4/+0
2021-02-09net: hns3: remove an unused parameter in hclge_vf_rate_param_check()Huazhong Tan1-2/+2
2021-02-09net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2-10/+3
2021-02-09net: hns3: change hclge_query_bd_num() param typePeng Li1-2/+2
2021-02-09net: hns3: change hclge_parse_speed() param typePeng Li1-1/+1
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang6-9/+9
2021-02-09net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo8-18/+18
2021-02-09net: hns3: remove the shaper param magic numberPeng Li1-6/+8
2021-02-09net: hns3: remove redundant client_setup_tc handleJian Shen3-43/+0
2021-02-09net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-09net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-09net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-09net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-02-06net: hns3: replace macro of max qset number with specificationGuangbin Huang6-6/+12
2021-02-06net: hns3: debugfs add max tm rate specification printGuangbin Huang1-0/+1
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo9-8/+20
2021-02-06net: hns3: optimize the code when update the tc infoGuoJia Liao3-7/+12
2021-02-06net: hns3: RSS indirection table use device specificationGuangbin Huang6-41/+66
2021-02-06net: hns3: add api capability bits for firmwareJian Shen4-2/+30
2021-02-04net: hns3: remove redundant null check of an arrayColin Ian King1-3/+0
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+6
2021-01-29net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang5-1/+218
2021-01-29net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang3-1/+234
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long1-1/+1