aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hnae3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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