summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta1-1/+1
2021-04-06net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta1-1/+3
2021-04-06net: hns3: Remove the left over redundant check & assignmentSalil Mehta1-3/+0
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-13net: hns3: refactor out hclge_rm_vport_all_mac_table()Hao Chen1-24/+43
2021-02-13net: hns3: refactor out hclge_set_rss_tuple()Huazhong Tan1-13/+29
2021-02-13net: hns3: split out hclge_cmd_send()Yufeng Mo1-41/+59
2021-02-13net: hns3: split out hclge_dbg_dump_qos_buf_cfg()Jian Shen1-43/+115
2021-02-13net: hns3: refactor out hclge_get_rss_tuple()Jian Shen1-21/+38
2021-02-13net: hns3: refactor out hclge_set_vf_vlan_common()Peng Li1-25/+48
2021-02-13net: hns3: use ipv6_addr_any() helperJiaran Zhang1-8/+5
2021-02-13net: hns3: refactor out hclge_cmd_convert_err_code()Peng Li1-28/+27
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+32
2021-02-10net: hns3: remove unused macro definitionPeng Li1-3/+0
2021-02-10net: hns3: remove an unused parameter in hclge_vf_rate_param_check()Huazhong Tan1-2/+2
2021-02-10net: hns3: change hclge_query_bd_num() param typePeng Li1-2/+2
2021-02-10net: hns3: change hclge_parse_speed() param typePeng Li1-1/+1
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang2-4/+4
2021-02-10net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo4-7/+7
2021-02-10net: hns3: remove the shaper param magic numberPeng Li1-6/+8
2021-02-10net: hns3: remove redundant client_setup_tc handleJian Shen1-27/+0
2021-02-10net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-10net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-10net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-10net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-02-07net: hns3: replace macro of max qset number with specificationGuangbin Huang4-6/+10
2021-02-07net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2-2/+7
2021-02-07net: hns3: optimize the code when update the tc infoGuoJia Liao3-7/+12
2021-02-07net: hns3: RSS indirection table use device specificationGuangbin Huang2-17/+32
2021-02-07net: hns3: add api capability bits for firmwareJian Shen2-1/+15
2021-01-30net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang3-0/+156
2021-01-30net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang3-1/+234
2021-01-06net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2-2/+6
2021-01-06net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2020-12-15net: hns3: fix expression that is currently always trueColin Ian King1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2020-12-10net: hns3: adjust rss tc mode configure commandGuojia Liao2-1/+5
2020-12-10net: hns3: adjust rss indirection table configure commandGuojia Liao2-8/+19
2020-12-10net: hns3: add support for max 512 rss sizeGuojia Liao5-16/+39
2020-12-10net: hns3: add support for hw tc offload of tc flowerJian Shen2-11/+318
2020-12-10net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen4-5/+27
2020-12-10net: hns3: add support for tc mqprio offloadJian Shen3-48/+206
2020-12-10net: hns3: refine the struct hane3_tc_infoJian Shen4-30/+27
2020-12-10hisilicon/hns3: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao4-15/+58
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen2-1/+14
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao2-49/+41
2020-12-07net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0