summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2021-11-18net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2-9/+2
2021-10-27net: hns3: disable sriov before unload hclge layerPeng Li1-0/+1
2021-10-27net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang1-0/+9
2021-10-27net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-10-06net: hns3: fix show wrong state when add existing uc mac addressJian Shen1-10/+9
2021-10-06net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2-28/+10
2021-10-06net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2021-09-30net: hns3: check queue id range before usingYufeng Mo1-0/+8
2021-09-30net: hns3: fix change RSS 'hfunc' ineffective issueJian Shen1-15/+30
2021-09-22net: hns3: disable mac in flr processYufeng Mo1-2/+3
2021-09-22net: hns3: change affinity_mask to numa node rangeYufeng Mo1-6/+8
2021-09-18net: hns3: clean up a type mismatch warningGuojia Liao1-1/+8
2021-09-03net: hns3: fix get wrong pfc_en when query PFC configurationGuangbin Huang1-11/+2
2021-09-03net: hns3: fix duplicate node in VLAN listGuojia Liao1-1/+5
2021-09-03net: hns3: add waiting time before cmdq memory is releasedYufeng Mo2-1/+6
2021-09-03net: hns3: clear hardware resource when loading driverYufeng Mo2-0/+29
2021-07-28net: hns3: fix possible mismatches resp of mailboxChengwen Feng1-0/+1
2021-06-03net: hns3: fix incorrect resp_msg issueJiaran Zhang1-1/+3
2021-05-19net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-05-19net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1
2021-05-19net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2-2/+4
2021-05-19net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang1-7/+20
2021-03-17net: hns3: fix error mask definition of flow directorJian Shen1-3/+3
2021-03-17net: hns3: fix bug when calculating the TCAM table infoJian Shen1-2/+2
2021-03-17net: hns3: fix query vlan mask value error for flow directorJian Shen1-2/+1
2021-02-17net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-17net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-17net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-01-17net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2021-01-17net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2-2/+6
2020-12-07net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-10-27net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
2020-09-27net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2-44/+49
2020-09-27net: hns3: add a check for device specifications queried from firmwareGuangbin Huang1-0/+15
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang4-13/+28
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang2-1/+77
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang2-6/+45
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang2-2/+3
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang2-4/+15
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang1-2/+1
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang4-35/+43
2020-09-26drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-25net: hns3: add support for 200G deviceGuangbin Huang3-11/+51
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo1-0/+12
2020-09-25net: hns3: add a hardware error detect typeYufeng Mo1-0/+2
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo3-5/+5
2020-09-25net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-19net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-09net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0