aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hnae3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: disable sriov before unload hclge layerPeng Li2021-10-201-0/+21
* net: hns3: add or modify some commentsGuangbin Huang2019-10-311-1/+1
* net: hns3: add client node validity judgmentPeng Li2019-09-061-0/+16
* net: hns3: fix error and incorrect formatGuojia Liao2019-08-181-1/+1
* net: hns3: modify redundant initialization of variableGuojia Liao2019-08-181-4/+3
* net: hns3: some variable modificationWeihang Li2019-06-141-1/+2
* net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-091-16/+5
* net: hns3: set ops to null when unregister ad_devWeihang Li2019-06-031-0/+2
* net: hns3: split function hnae3_match_n_instantiate()Jian Shen2019-04-041-18/+22
* net: hns3: Check variable is valid before assigning it to anotherYonglong Liu2019-02-211-6/+10
* net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu2019-02-211-0/+21
* net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan2019-01-301-1/+9
* net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen2018-09-191-7/+5
* net: hns3: Add SPDX tags to HNS3 PF driverJian Shen2018-07-211-8/+2
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-021-14/+14
* net: hns3: print the ret value in error informationPeng Li2018-06-291-6/+11
* net: hns3: remove unused head file in hnae3.cPeng Li2018-06-291-1/+0
* net: hns3: Fixes the state to indicate client-type initializationPeng Li2018-05-291-3/+46
* net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang2018-05-201-0/+1
* net: hns3: Change return value in hnae3_register_clientFuyun Liang2018-05-161-1/+1
* net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang2018-05-161-3/+1
* net: hns3: Change return type of hnae3_register_ae_devFuyun Liang2018-05-161-4/+1
* net: hns3: Add a check for client instance init stateFuyun Liang2018-05-161-3/+12
* net: hns3: Fix for the null pointer problem occurring when initializing ae_dev failedFuyun Liang2018-05-161-0/+6
* net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang2018-05-161-10/+2
* net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoCSalil Mehta2017-12-151-2/+12
* net: hns3: Fixes the premature exit of loop when matching clientsLipeng2017-09-191-34/+9
* net: hns3: Add support of the HNAE3 frameworkSalil2017-08-031-0/+300