aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hnae3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li1-0/+21
2019-10-31net: hns3: add or modify some commentsGuangbin Huang1-1/+1
2019-09-06net: hns3: add client node validity judgmentPeng Li1-0/+16
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao1-1/+1
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao1-4/+3
2019-06-14net: hns3: some variable modificationWeihang Li1-1/+2
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-16/+5
2019-06-03net: hns3: set ops to null when unregister ad_devWeihang Li1-0/+2
2019-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen1-18/+22
2019-02-21net: hns3: Check variable is valid before assigning it to anotherYonglong Liu1-6/+10
2019-02-21net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu1-0/+21
2019-01-30net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan1-1/+9
2018-09-19net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen1-7/+5
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-14/+14
2018-06-29net: hns3: print the ret value in error informationPeng Li1-6/+11
2018-06-29net: hns3: remove unused head file in hnae3.cPeng Li1-1/+0
2018-05-29net: hns3: Fixes the state to indicate client-type initializationPeng Li1-3/+46
2018-05-20net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang1-0/+1
2018-05-16net: hns3: Change return value in hnae3_register_clientFuyun Liang1-1/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang1-3/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_devFuyun Liang1-4/+1
2018-05-16net: hns3: Add a check for client instance init stateFuyun Liang1-3/+12
2018-05-16net: hns3: Fix for the null pointer problem occurring when initializing ae_dev failedFuyun Liang1-0/+6
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang1-10/+2
2017-12-15net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoCSalil Mehta1-2/+12
2017-09-19net: hns3: Fixes the premature exit of loop when matching clientsLipeng1-34/+9
2017-08-03net: hns3: Add support of the HNAE3 frameworkSalil1-0/+300