summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-08net: hns3: add a separate error handling taskJiaran Zhang1-0/+38
2021-06-01net: hns3: add debugfs support for vlan configurationJian Shen1-12/+0
2021-06-01net: hns3: add support for VF modify VLAN filter stateJian Shen1-2/+1
2021-06-01net: hns3: add support for modify VLAN filter stateJian Shen1-19/+164
2021-06-01net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen1-2/+1
2021-06-01net: 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_PROMIS...Jian Shen1-6/+6
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen1-14/+29
2021-05-21net: hns3: remove the useless debugfs file node cmdYufeng Mo1-1/+0
2021-05-15net: hns3: refactor dump reset info of debugfsJiaran Zhang1-1/+16
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan1-0/+17
2021-05-01net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo1-0/+6
2021-04-20net: hns3: remove a duplicate pf reset countingHuazhong Tan1-2/+0
2021-04-16net: hns3: PF add support for pushing link status to VFsGuangbin Huang1-1/+34
2021-04-10Merge 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-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-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
2021-03-29net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()Jian Shen1-1/+1
2021-03-29net: hns3: fix missing rule state assignmentJian Shen1-3/+4
2021-03-29net: hns3: no return statement in hclge_clear_arfs_rulesLiu Jian1-1/+1
2021-03-27net: hns3: split function hclge_reset_rebuild()Yufeng Mo1-10/+16
2021-03-27net: hns3: fix some typos in hclge_main.cHuazhong Tan1-3/+3
2021-03-27net: hns3: remove unused parameter from hclge_set_vf_vlan_common()Peng Li1-4/+2
2021-03-27net: hns3: remove redundant blank linesPeng Li1-5/+0
2021-03-27net: hns3: remove unused code of vmdqJian Shen1-144/+96
2021-03-22net: hns3: add support for user-def data of flow directorJian Shen1-14/+309
2021-03-22net: hns3: refine for hns3_del_all_fd_entries()Jian Shen1-7/+3
2021-03-22net: hns3: refactor flow director configurationJian Shen1-209/+309
2021-03-22net: hns3: add support for traffic class tuple support for flow director by e...Jian Shen1-7/+20
2021-03-22net: hns3: refactor for function hclge_fd_convert_tupleJian Shen1-104/+85
2021-03-22net: hns3: refactor out hclge_fd_get_tuple()Jian Shen1-103/+117
2021-03-22net: hns3: refactor out hclge_add_fd_entry()Jian Shen1-27/+40