summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2019-06-264-16/+112
* | | net: hns3: remove VF VLAN filter entry inexistent warning printJian Shen2019-06-261-5/+6
* | | net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen2019-06-263-0/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+1
|\| |
| * | net: hns3: Fix inconsistent indentingKrzysztof Kozlowski2019-06-191-1/+1
* | | net: hns3: Add missing newline at end of fileGeert Uytterhoeven2019-06-191-1/+1
* | | net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King2019-06-171-1/+2
* | | net: hns3: some variable modificationWeihang Li2019-06-1512-61/+95
* | | net: hns3: delay ring buffer clearing during resetYunsheng Lin2019-06-151-5/+14
* | | net: hns3: fix for skb leak when doing selftestYunsheng Lin2019-06-151-2/+4
* | | net: hns3: fix for dereferencing before null checkingYunsheng Lin2019-06-151-2/+5
* | | net: hns3: free irq when exit from abnormal branchYonglong Liu2019-06-151-0/+1
* | | 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-154-42/+51
* | | net: hns3: fix some coding style issuesWeihang Li2019-06-098-130/+96Star
* | | net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-095-110/+130
* | | net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2019-06-092-16/+14Star
* | | net: hns3: use macros instead of magic numbersYufeng Mo2019-06-098-34/+75
* | | net: hns3: small changes for magic numbersJian Shen2019-06-092-63/+79
* | | net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-095-69/+10Star
* | | net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li2019-06-094-2/+99
* | | net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin2019-06-091-32/+45
* | | net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin2019-06-091-2/+2
* | | net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin2019-06-091-14/+30
* | | net: hns3: fix wrong size of mailbox responding dataZhongzhu Liu2019-06-091-1/+1
* | | net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan2019-06-093-7/+77
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0724-120/+28Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-0/+4
| |\ \ | | |/ | |/|
| | * net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3024-120/+24Star
| |/
* | 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 ops to null when unregister ad_devWeihang Li2019-06-041-0/+2
* | net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li2019-06-041-2/+5
* | 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-044-37/+43
* | 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-043-41/+12Star
* | net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan2019-05-291-3/+1Star
* | net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan2019-05-291-2/+2
* | net: hns3: stop schedule reset service while unloading driverHuazhong Tan2019-05-293-2/+7
* | net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-294-9/+16