aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-1/+1
2019-07-05net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-07-05net: hns3: bitwise operator should use unsigned typeYonglong Liu1-20/+23
2019-07-05net: hns3: add default value for tc_size and tc_offsetPeng Li1-4/+4
2019-07-05net: hns3: add all IMP return codePeng Li2-10/+41
2019-07-05net: hns3: fix port capbility updating issueJian Shen1-0/+1
2019-07-05net: hns3: fix flow control configure issue for fibre portJian Shen1-11/+11
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-3/+12
2019-06-28net: hns3: handle empty unknown interruptHuazhong Tan1-5/+10
2019-06-28net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2-0/+8
2019-06-28net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-06-28net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-06-28net: hns3: change SSU's buffer allocation according to UMYunsheng Lin3-5/+64
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin3-2/+20
2019-06-26net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li1-3/+5
2019-06-26net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan1-6/+8
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2-0/+41
2019-06-26net: hns3: add check to number of buffer descriptorsWeihang Li2-33/+58
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li1-4/+1
2019-06-26net: hns3: modify handling of out of memory in hclge_err.cWeihang Li1-2/+4
2019-06-26net: hns3: code optimizaition of hclge_handle_hw_ras_error()Weihang Li1-12/+12
2019-06-26net: hns3: restore the MAC autoneg state after resetJian Shen1-0/+9
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2-13/+62
2019-06-26net: hns3: remove VF VLAN filter entry inexistent warning printJian Shen1-5/+6
2019-06-26net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen1-0/+12
2019-06-14net: hns3: some variable modificationWeihang Li6-48/+77
2019-06-14net: hns3: clear restting state when initializing HW devicePeng Li1-0/+18
2019-06-14net: hns3: extract handling of mpf/pf msi-x errors into functionsWeihang Li1-39/+83
2019-06-14net: hns3: some changes of MSI-X bits in PPU(RCB)Weihang Li2-4/+3
2019-06-14net: hns3: add recovery for the H/W errors occurred before the HNS dev initializationShiju Jose1-2/+14
2019-06-14net: hns3: process H/W errors occurred before HNS dev initializationShiju Jose3-8/+107
2019-06-14net: hns3: fix avoid unnecessary resetting for the H/W errors which do not require resetShiju Jose1-171/+109
2019-06-14net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose2-37/+38
2019-06-09net: hns3: fix some coding style issuesWeihang Li4-68/+49
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo3-80/+103
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo1-8/+7
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo5-28/+62
2019-06-09net: hns3: small changes for magic numbersJian Shen2-63/+79
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-29/+5
2019-06-09net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li4-2/+99
2019-06-09net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan3-7/+77
2019-06-05net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2-2/+1
2019-06-03net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li3-21/+36
2019-06-03net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2-17/+5
2019-06-03net: hns3: remove setting bit of reset_requests when handling mac tunnel interruptsWeihang Li1-1/+0
2019-06-03net: hns3: add handling of two bits in MAC tunnel interruptsWeihang Li2-4/+4
2019-06-03net: hns3: set the port shaper according to MAC speedYunsheng Lin1-1/+1
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen1-4/+38
2019-06-03net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen2-0/+9
2019-06-03net: hns3: remove redundant core resetHuazhong Tan2-40/+12