summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Trivial spell fix in hns3 driverSalil Mehta2021-04-092-3/+3
* net: hns3: clear VF down state bit before request link statusGuangbin Huang2021-04-061-2/+2
* net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta2021-04-051-1/+3
* net: hns3: Remove the left over redundant check & assignmentSalil Mehta2021-04-051-3/+0
* net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai2021-03-081-1/+3
* net: hns3: fix bug when calculating the TCAM table infoJian Shen2021-02-281-2/+2
* net: hns3: fix query vlan mask value error for flow directorJian Shen2021-02-281-2/+1
* net: hns3: fix error mask definition of flow directorJian Shen2021-02-281-3/+3
* net: hns3: refactor out hclge_rm_vport_all_mac_table()Hao Chen2021-02-121-24/+43
* net: hns3: refactor out hclgevf_set_rss_tuple()Huazhong Tan2021-02-121-15/+32
* net: hns3: refactor out hclge_set_rss_tuple()Huazhong Tan2021-02-121-13/+29
* net: hns3: split out hclgevf_cmd_send()Yufeng Mo2021-02-121-60/+81
* net: hns3: split out hclge_cmd_send()Yufeng Mo2021-02-121-41/+59
* net: hns3: split out hclge_dbg_dump_qos_buf_cfg()Jian Shen2021-02-121-43/+115
* net: hns3: refactor out hclgevf_get_rss_tuple()Jian Shen2021-02-121-25/+42
* net: hns3: refactor out hclge_get_rss_tuple()Jian Shen2021-02-121-21/+38
* net: hns3: refactor out hclge_set_vf_vlan_common()Peng Li2021-02-121-25/+48
* net: hns3: use ipv6_addr_any() helperJiaran Zhang2021-02-121-8/+5
* net: hns3: clean up hns3_dbg_cmd_write()Peng Li2021-02-121-18/+26
* net: hns3: refactor out hclgevf_cmd_convert_err_code()Peng Li2021-02-121-28/+27
* net: hns3: refactor out hclge_cmd_convert_err_code()Peng Li2021-02-121-28/+27
* net: hns3: fix return of random stack valueGustavo A. R. Silva2021-02-111-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-102-4/+32
|\
| * net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo2021-02-091-0/+11
| * net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo2021-02-091-4/+14
| * net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo2021-02-091-0/+7
* | net: hns3: cleanup for endian issue for VF RSSJian Shen2021-02-092-8/+13
* | net: hns3: remove unused macro definitionPeng Li2021-02-092-4/+0
* | net: hns3: remove an unused parameter in hclge_vf_rate_param_check()Huazhong Tan2021-02-091-2/+2
* | net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2021-02-092-10/+3
* | net: hns3: change hclge_query_bd_num() param typePeng Li2021-02-091-2/+2
* | net: hns3: change hclge_parse_speed() param typePeng Li2021-02-091-1/+1
* | net: hns3: modify some unmacthed types print parameterJiaran Zhang2021-02-096-9/+9
* | net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo2021-02-098-18/+18
* | net: hns3: remove the shaper param magic numberPeng Li2021-02-091-6/+8
* | net: hns3: remove redundant client_setup_tc handleJian Shen2021-02-093-43/+0
* | net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu2021-02-091-6/+5
* | net: hns3: replace macro of max qset number with specificationGuangbin Huang2021-02-066-6/+12
* | net: hns3: debugfs add max tm rate specification printGuangbin Huang2021-02-061-0/+1
* | net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2021-02-069-8/+20
* | net: hns3: optimize the code when update the tc infoGuoJia Liao2021-02-063-7/+12
* | net: hns3: RSS indirection table use device specificationGuangbin Huang2021-02-066-41/+66
* | net: hns3: add api capability bits for firmwareJian Shen2021-02-064-2/+30
* | net: hns3: remove redundant null check of an arrayColin Ian King2021-02-041-3/+0
* | net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-11/+6
* | net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang2021-01-295-1/+218
* | net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang2021-01-293-1/+234
* | net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long2021-01-221-1/+1
* | net: hns: fix variable used when DEBUG is definedTom Rix2021-01-181-1/+1
|/
* net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-054-5/+14