summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: delete redundant PCI revision judgementGuangbin Huang2020-09-271-2/+1
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-271-5/+6
* net: hns3: add a hardware error detect typeYufeng Mo2020-09-241-0/+2
* net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo2020-03-091-3/+0
* net: hns3: cleanup some coding style issueHuazhong Tan2020-01-211-4/+2
* net: hns3: modify an unsuitable reset level for hardware errorHuazhong Tan2020-01-061-2/+2
* net: hns3: cleanup some print format warningGuojia Liao2019-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * net: hns3: fix spelling mistake "undeflow" -> "underflow"Colin Ian King2019-09-111-1/+1
* | net: hns3: implement .process_hw_error for hns3 clientWeihang Li2019-08-291-1/+3
* | net: hns3: fix incorrect type in assignment.Guojia Liao2019-08-291-13/+25
* | net: hns3: change print level of RAS error log from warning to errorXiaofei Tan2019-08-181-44/+44
* | net: hns3: modify redundant initialization of variableGuojia Liao2019-08-181-1/+1
* | net: hns3: simplify hclge_cmd_query_error()Weihang Li2019-08-011-14/+5
|/
* net: hns3: add check to number of buffer descriptorsWeihang Li2019-06-261-33/+53
* net: hns3: remove override_pci_need_resetWeihang Li2019-06-261-4/+1
* net: hns3: modify handling of out of memory in hclge_err.cWeihang Li2019-06-261-2/+4
* net: hns3: code optimizaition of hclge_handle_hw_ras_error()Weihang Li2019-06-261-12/+12
* net: hns3: extract handling of mpf/pf msi-x errors into functionsWeihang Li2019-06-141-39/+83
* net: hns3: some changes of MSI-X bits in PPU(RCB)Weihang Li2019-06-141-3/+2
* net: hns3: process H/W errors occurred before HNS dev initializationShiju Jose2019-06-141-8/+103
* net: hns3: fix avoid unnecessary resetting for the H/W errors which do not re...Shiju Jose2019-06-141-171/+109
* net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose2019-06-141-33/+28
* net: hns3: fix some coding style issuesWeihang Li2019-06-091-8/+7
* net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li2019-06-091-0/+79
* net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan2019-06-091-7/+74
* net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li2019-06-031-7/+2
* net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2019-06-031-16/+0
* net: hns3: remove setting bit of reset_requests when handling mac tunnel inte...Weihang Li2019-06-031-1/+0
* net: hns3: remove redundant core resetHuazhong Tan2019-06-031-12/+12
* net: hns3: remove reset after command send failedWeihang Li2019-04-261-10/+0
* net: hns3: Add handling of MAC tunnel interruptionWeihang Li2019-04-191-0/+51
* net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2019-04-141-339/+617
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-091-2/+7
* net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose2019-02-241-16/+20
* net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li2019-02-211-1/+1
* net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li2019-02-211-0/+6
* net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li2019-02-211-5/+11
* net: hns3: modify print message of ssu common ecc errorsWeihang Li2019-02-211-2/+43
* net: hns3: fix spelling mistake "offser" -> "offset"Colin Ian King2018-12-101-1/+1
* net: hns3: add handling of RDMA RAS errorsShiju Jose2018-12-071-1/+184
* net: hns3: handle hw errors of SSUShiju Jose2018-12-071-0/+187
* net: hns3: handle hw errors of PPU(RCB)Shiju Jose2018-12-071-0/+162
* net: hns3: handle hw errors of PPP PFShiju Jose2018-12-071-2/+13
* net: hns3: add handling of hw errors of MACShiju Jose2018-12-071-0/+48
* net: hns3: add handling of hw errors reported through MSIXSalil Mehta2018-12-071-0/+92
* net: hns3: deleted logging 1 bit errorsShiju Jose2018-12-071-37/+0
* net: hns3: add handling of hw ras errors using new set of commandsShiju Jose2018-12-071-170/+319
* net: hns3: add optimization in the hclge_hw_error_set_stateShiju Jose2018-12-071-9/+7
* net: hns3: rename process_hw_error functionShiju Jose2018-12-071-1/+1