aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Revert "net: hns: fix LED configuration for marvell phy"David S. Miller1-22/+1
2019-07-22net: hns: fix LED configuration for marvell phyYonglong Liu1-1/+22
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET3-4/+4
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-18/+7
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao4-18/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao1-3/+31
2019-07-09net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao1-0/+9
2019-07-09net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao1-3/+17
2019-07-09net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao1-3/+5
2019-07-09net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao1-0/+24
2019-07-09net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao1-0/+2
2019-07-09net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao1-2/+2
2019-07-09net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao1-4/+4
2019-07-09net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2-7/+40
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-07-05net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-07-05net: hns3: bitwise operator should use unsigned typeYonglong Liu3-25/+29
2019-07-05net: hns3: add default value for tc_size and tc_offsetPeng Li1-4/+4
2019-07-05net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li1-1/+2
2019-07-05net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li1-3/+2
2019-07-05net: hns3: add all IMP return codePeng Li4-18/+85
2019-07-05net: hns3: fix port capbility updating issueJian Shen1-0/+1
2019-07-05net: hns3: fix flow control configure issue for fibre portJian Shen1-11/+11
2019-07-05net: hns3: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li2-8/+26
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin3-12/+0
2019-06-28net: hns3: remove unused linkmode definitionJian Shen1-19/+0
2019-06-28net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo1-1/+1
2019-06-28net: hns3: handle empty unknown interruptHuazhong Tan1-5/+10
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan2-8/+23
2019-06-28net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2-0/+8
2019-06-28net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-06-28net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-06-28net: hns3: change SSU's buffer allocation according to UMYunsheng Lin3-5/+64
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin3-2/+20
2019-06-28net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan1-28/+26
2019-06-26net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li1-3/+5
2019-06-26net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan1-6/+8
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2-0/+41
2019-06-26net: hns3: add check to number of buffer descriptorsWeihang Li2-33/+58
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li3-6/+2
2019-06-26net: hns3: modify handling of out of memory in hclge_err.cWeihang Li1-2/+4
2019-06-26net: hns3: code optimizaition of hclge_handle_hw_ras_error()Weihang Li1-12/+12
2019-06-26net: hns3: restore the MAC autoneg state after resetJian Shen1-0/+9
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen4-16/+112
2019-06-26net: hns3: remove VF VLAN filter entry inexistent warning printJian Shen1-5/+6
2019-06-26net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen3-0/+25
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1