aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King1-1/+2
2019-06-14net: hns3: some variable modificationWeihang Li12-61/+95
2019-06-14net: hns3: delay ring buffer clearing during resetYunsheng Lin1-5/+14
2019-06-14net: hns3: fix for skb leak when doing selftestYunsheng Lin1-2/+4
2019-06-14net: hns3: fix for dereferencing before null checkingYunsheng Lin1-2/+5
2019-06-14net: hns3: free irq when exit from abnormal branchYonglong Liu1-0/+1
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 Jose4-42/+51
2019-06-09net: hns3: fix some coding style issuesWeihang Li8-130/+96
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo5-110/+130
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2-16/+14
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo8-34/+75
2019-06-09net: hns3: small changes for magic numbersJian Shen2-63/+79
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu5-69/+10
2019-06-09net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li4-2/+99
2019-06-09net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin1-32/+45
2019-06-09net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin1-2/+2
2019-06-09net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin1-14/+30
2019-06-09net: hns3: fix wrong size of mailbox responding dataZhongzhu Liu1-1/+1
2019-06-09net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan3-7/+77
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-120/+28
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
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 ops to null when unregister ad_devWeihang Li1-0/+2
2019-06-03net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li1-2/+5
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 Shen4-37/+43
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 Tan3-41/+12
2019-06-02net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner24-120/+24
2019-05-28net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan1-3/+1
2019-05-28net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan1-2/+2
2019-05-28net: hns3: stop schedule reset service while unloading driverHuazhong Tan3-2/+7
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan4-9/+16
2019-05-28net: hns3: modify hclgevf_init_client_instance()Huazhong Tan1-29/+50
2019-05-28net: hns3: modify hclge_init_client_instance()Huazhong Tan1-37/+53
2019-05-28net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has registeredHuazhong Tan2-0/+8
2019-05-28net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has registeredHuazhong Tan2-1/+8
2019-05-28net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has registeredHuazhong Tan2-0/+7
2019-05-28net: hns3: add support for dump firmware statistics by debugfsZhongzhu Liu3-0/+66