summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
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 Shen1-4/+34
2022-04-08net: hns3: fix port base vlan add fail when concurrent with resetJian Shen1-19/+43
2022-04-08net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2021-11-18net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang1-3/+1
2021-11-18net: hns3: fix ROCE base interrupt vector initialization bugJie Wang1-5/+1
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang1-30/+0
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 Mo1-29/+5
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang1-0/+30
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li1-0/+1
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-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: fix misuse vf id and vport id in some logsJiaran Zhang1-4/+6
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: disable mac in flr processYufeng Mo1-2/+3
2021-09-13net: hns3: change affinity_mask to numa node rangeYufeng Mo1-6/+8
2021-08-31net: hns3: remove unnecessary spacesHao Chen1-1/+1
2021-08-31net: hns3: add some required spacesHao Chen1-11/+11
2021-08-28net: hns3: add required space in commentHao Chen1-1/+1
2021-08-28net: hns3: add new function hclge_get_speed_bit()Guangbin Huang1-31/+30
2021-08-27net: hns3: merge some repetitive macrosPeng Li1-11/+11
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang1-18/+18
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+45
2021-08-26net: hns3: fix GRO configuration error after resetYufeng Mo1-5/+13
2021-08-26net: hns3: fix duplicate node in VLAN listGuojia Liao1-1/+5
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu1-1/+1
2021-08-26net: hns3: clear hardware resource when loading driverYufeng Mo1-0/+26
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo1-0/+1
2021-08-17net: hns3: add support ethtool extended link stateGuangbin Huang1-0/+24
2021-08-12net: hns3: add support for triggering reset by ethtoolYufeng Mo1-0/+6
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo1-1/+9
2021-07-20net: hns3: disable port VLAN filter when support function level VLAN filter c...Jian Shen1-2/+6
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen1-2/+8
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan1-0/+14
2021-06-11net: hns3: add support for PTPHuazhong Tan1-3/+58
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li1-10/+5
2021-06-09net: hns3: add error handling compatibility during initializationJiaran Zhang1-11/+10
2021-06-09net: hns3: update error recovery module and typeJiaran Zhang1-2/+1
2021-06-09net: hns3: add support for imp-handle ras capabilityJiaran Zhang1-1/+1
2021-06-09net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang1-10/+44
2021-06-09net: hns3: add support for handling all errors through MSI-XYufeng Mo1-23/+24
2021-06-08net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo1-22/+0
2021-06-08net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6