summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: clear restting state when initializing HW devicePeng Li2019-06-151-0/+18
* net: hns3: extract handling of mpf/pf msi-x errors into functionsWeihang Li2019-06-151-39/+83
* net: hns3: some changes of MSI-X bits in PPU(RCB)Weihang Li2019-06-152-4/+3Star
* net: hns3: add recovery for the H/W errors occurred before the HNS dev initia...Shiju Jose2019-06-151-2/+14
* net: hns3: process H/W errors occurred before HNS dev initializationShiju Jose2019-06-153-8/+107
* net: hns3: fix avoid unnecessary resetting for the H/W errors which do not re...Shiju Jose2019-06-151-171/+109Star
* net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose2019-06-152-37/+38
* net: hns3: fix some coding style issuesWeihang Li2019-06-094-68/+49Star
* net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-093-80/+103
* net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2019-06-091-8/+7Star
* net: hns3: use macros instead of magic numbersYufeng Mo2019-06-095-28/+62
* net: hns3: small changes for magic numbersJian Shen2019-06-092-63/+79
* net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-091-29/+5Star
* net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li2019-06-094-2/+99
* net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan2019-06-093-7/+77
* net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-2/+1Star
* net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li2019-06-043-21/+36
* net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2019-06-042-17/+5Star
* net: hns3: remove setting bit of reset_requests when handling mac tunnel inte...Weihang Li2019-06-041-1/+0Star
* net: hns3: add handling of two bits in MAC tunnel interruptsWeihang Li2019-06-042-4/+4
* net: hns3: set the port shaper according to MAC speedYunsheng Lin2019-06-041-1/+1
* net: hns3: fix VLAN filter restore issue after resetJian Shen2019-06-041-4/+38
* net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen2019-06-042-0/+9
* net: hns3: remove redundant core resetHuazhong Tan2019-06-042-40/+12Star
* net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan2019-05-291-3/+1Star
* net: hns3: stop schedule reset service while unloading driverHuazhong Tan2019-05-291-1/+3
* net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-292-6/+10
* net: hns3: modify hclge_init_client_instance()Huazhong Tan2019-05-291-37/+53
* net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...Huazhong Tan2019-05-292-1/+8
* net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...Huazhong Tan2019-05-292-0/+7
* net: hns3: add support for dump firmware statistics by debugfsZhongzhu Liu2019-05-292-0/+65
* net: hns3: fix compile warning without CONFIG_RFS_ACCELJian Shen2019-05-291-2/+0Star
* net: hns3: fix for FEC configurationJian Shen2019-05-261-0/+7
* net: hns3: add aRFS support for PFJian Shen2019-05-262-0/+203
* net: hns3: refine the flow director handleJian Shen2019-05-262-32/+112
* net: hns3: add support for FEC encoding controlJian Shen2019-05-043-1/+126
* net: hns3: add autoneg and change speed support for fibre portJian Shen2019-05-041-5/+73
* net: hns3: add support for multiple media typeJian Shen2019-05-044-52/+210
* net: hns3: remove reset after command send failedWeihang Li2019-04-261-10/+0Star
* net: hns3: extend the loopback state acquisition timeliuzhongzhu2019-04-261-2/+2
* net: hns3: fix pause configure fail problemHuazhong Tan2019-04-261-1/+4
* net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-261-4/+3Star
* net: phy: marvell: add new default led configure for m88e151xJian Shen2019-04-231-0/+3
* net: hns3: Add handling of MAC tunnel interruptionWeihang Li2019-04-206-0/+95
* net: hns3: add support for dump ncl config by debugfsWeihang Li2019-04-202-0/+69
* net: hns3: Add support for netif message level settingsYonglong Liu2019-04-201-0/+29
* net: hns3: dump more information when tx timeout happensJian Shen2019-04-201-0/+11
* net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan2019-04-201-1/+7
* net: hns3: add reset statistics info for PFHuazhong Tan2019-04-203-3/+44
* net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin2019-04-151-1/+1