summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2022-04-08net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-04-08net: hns3: clean residual vf config after disable sriovPeng Li1-0/+50
2022-04-08net: hns3: refine the process when PF set VF VLANJian Shen1-5/+13
2022-04-08net: hns3: format the output of the MAC addressYufeng Mo1-20/+35
2022-04-08net: hns3: add vlan list lock to protect vlan listJian Shen2-4/+35
2022-04-08net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-04-08net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2021-11-18net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2-9/+2
2021-11-18net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang5-50/+48
2021-11-18net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2-7/+1
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang3-32/+1
2021-10-27net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang1-0/+1
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo2-30/+5
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang3-1/+32
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li1-0/+1
2021-10-20net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang1-0/+9
2021-10-20net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-10-20net: hns3: Add configuration of TM QCN error eventJiaran Zhang2-1/+6
2021-09-29net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang1-8/+13
2021-09-29net: hns3: PF enable promisc for VF when mac table is overflowGuangbin Huang1-2/+6
2021-09-29net: hns3: fix show wrong state when add existing uc mac addressJian Shen1-10/+9
2021-09-29net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2-28/+10
2021-09-29net: hns3: don't rollback when destroy mqprio failJian Shen1-6/+11
2021-09-29net: hns3: remove tc enable checkingJian Shen2-7/+0
2021-09-28net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann1-4/+24
2021-09-20net: hns3: fix a return value error in hclge_get_reset_status()Yufeng Mo1-4/+11
2021-09-20net: hns3: check vlan id before using itliaoguojia1-0/+3
2021-09-20net: hns3: check queue id range before usingYufeng Mo1-0/+8
2021-09-20net: hns3: fix misuse vf id and vport id in some logsJiaran Zhang4-10/+12
2021-09-20net: hns3: fix inconsistent vf id printJian Shen1-2/+5
2021-09-20net: hns3: fix change RSS 'hfunc' ineffective issueJian Shen1-15/+30
2021-09-13net: hns3: fix the exception when query imp infoJiaran Zhang1-0/+4
2021-09-13net: hns3: disable mac in flr processYufeng Mo1-2/+3
2021-09-13net: hns3: change affinity_mask to numa node rangeYufeng Mo1-6/+8
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng1-1/+1
2021-08-31net: hns3: remove unnecessary spacesHao Chen1-1/+1
2021-08-31net: hns3: add some required spacesHao Chen1-11/+11
2021-08-31net: hns3: clean up a type mismatch warningGuojia Liao1-1/+8
2021-08-30net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen1-1/+1
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang1-28/+42
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang1-12/+35
2021-08-30net: hns3: initialize each member of structure array on a separate lineJiaran Zhang1-549/+1116
2021-08-28net: hns3: add required space in commentHao Chen2-2/+2
2021-08-28net: hns3: don't config TM DWRR twice when set ETSGuangbin Huang1-3/+1
2021-08-28net: hns3: add new function hclge_get_speed_bit()Guangbin Huang2-31/+35
2021-08-28net: hns3: refactor function hclge_parse_capability()Guangbin Huang2-29/+28
2021-08-28net: hns3: add trace event in hclge_gen_resp_to_vf()Yufeng Mo1-0/+2
2021-08-27net: hns3: merge some repetitive macrosPeng Li3-32/+22
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang2-18/+31