aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14net: hns3: PF support get unicast MAC address space assigned by firmwareGuangbin Huang1-3/+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-26Merge 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-16net: hns3: add support ethtool extended link stateGuangbin Huang1-0/+24
2021-08-11net: 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 controlJian 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-08net: hns3: add error handling compatibility during initializationJiaran Zhang1-11/+10
2021-06-08net: hns3: update error recovery module and typeJiaran Zhang1-2/+1
2021-06-08net: hns3: add support for imp-handle ras capabilityJiaran Zhang1-1/+1
2021-06-08net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang1-10/+44
2021-06-08net: hns3: add support for handling all errors through MSI-XYufeng Mo1-23/+24
2021-06-07net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo1-22/+0
2021-06-07net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6
2021-06-07net: hns3: add a separate error handling taskJiaran Zhang1-0/+38
2021-05-31net: hns3: add debugfs support for vlan configurationJian Shen1-12/+0
2021-05-31net: hns3: add support for VF modify VLAN filter stateJian Shen1-2/+1
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen1-19/+164
2021-05-31net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen1-2/+1
2021-05-31net: hns3: add 'QoS' support for port based VLAN configurationJian Shen1-28/+63
2021-05-24net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMISC_CHANGEDJian Shen1-6/+6
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen1-14/+29
2021-05-20net: hns3: remove the useless debugfs file node cmdYufeng Mo1-1/+0
2021-05-14net: hns3: refactor dump reset info of debugfsJiaran Zhang1-1/+16
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan1-0/+17
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo1-0/+6
2021-04-19net: hns3: remove a duplicate pf reset countingHuazhong Tan1-2/+0
2021-04-15net: hns3: PF add support for pushing link status to VFsGuangbin Huang1-1/+34
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta1-1/+1
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang1-0/+2
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang1-12/+15
2021-04-05net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta1-1/+3
2021-04-05net: hns3: Remove the left over redundant check & assignmentSalil Mehta1-3/+0
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo1-80/+105
2021-03-29net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang1-7/+20