summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: optimize the CSQ cmd error handlingPeng Li2019-06-282-8/+26
* net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin2019-06-283-12/+0Star
* net: hns3: remove unused linkmode definitionJian Shen2019-06-281-19/+0Star
* net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo2019-06-281-1/+1
* net: hns3: handle empty unknown interruptHuazhong Tan2019-06-281-5/+10
* net: hns3: re-schedule reset task while VF reset failHuazhong Tan2019-06-282-8/+23
* net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2019-06-282-0/+8
* net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu2019-06-281-2/+1Star
* net: hns3: add some error checking in hclge_tm moduleYunsheng Lin2019-06-281-1/+5
* net: hns3: change SSU's buffer allocation according to UMYunsheng Lin2019-06-283-5/+64
* net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin2019-06-283-2/+20
* net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan2019-06-281-28/+26Star
* net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li2019-06-261-3/+5
* net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan2019-06-261-6/+8
* net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2019-06-262-0/+41
* net: hns3: add check to number of buffer descriptorsWeihang Li2019-06-262-33/+58
* net: hns3: remove override_pci_need_resetWeihang Li2019-06-263-6/+2Star
* 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: restore the MAC autoneg state after resetJian Shen2019-06-261-0/+9
* 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