summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hnae3.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29net: hns3: Fixes the state to indicate client-type initializationPeng Li1-3/+46
2018-05-21net: 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_de...Fuyun 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-20net: hns3: Fixes the premature exit of loop when matching clientsLipeng1-34/+9
2017-08-04net: hns3: Add support of the HNAE3 frameworkSalil1-0/+300