summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-061-9/+11
* net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao2019-08-061-1/+1
* net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao2019-08-061-2/+4
* Revert "net: hns: fix LED configuration for marvell phy"David S. Miller2019-07-231-22/+1Star
* net: hns: fix LED configuration for marvell phyYonglong Liu2019-07-231-1/+22
* net: hns3: typo in the name of a constantChristophe JAILLET2019-07-213-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-144-18/+7Star
|\
| * net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-134-18/+7Star
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ | |/ |/|
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
* | net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9
* | net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+17
* | net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+5
* | net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao2019-07-091-0/+24
* | net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao2019-07-091-0/+2
* | net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao2019-07-091-2/+2
* | net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao2019-07-091-4/+4
* | net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2019-07-092-7/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-0/+1
|\ \
| * | net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* | | net: hns3: set maximum length to resp_data_len for exceptional casePeng Li2019-07-061-0/+4
* | | net: hns3: bitwise operator should use unsigned typeYonglong Liu2019-07-063-25/+29
* | | net: hns3: add default value for tc_size and tc_offsetPeng Li2019-07-061-4/+4
* | | net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li2019-07-061-1/+2
* | | net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li2019-07-061-3/+2Star
* | | net: hns3: add all IMP return codePeng Li2019-07-064-18/+85
* | | net: hns3: fix port capbility updating issueJian Shen2019-07-061-0/+1
* | | net: hns3: fix flow control configure issue for fibre portJian Shen2019-07-061-11/+11
* | | net: hns3: enable broadcast promisc mode when initializing VFJian Shen2019-07-061-3/+11
* | | 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