aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen1-14/+18
2019-01-23net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan1-2/+3
2019-01-23net: hns3: add calling roce callback function when link status changePeng Li1-0/+5
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2018-12-19net: hns3: remove redundant variable initializationPeng Li1-1/+1
2018-12-19net: hns3: reset tqp while doing DOWN operationHuazhong Tan1-0/+4
2018-12-19net: hns3: fix a bug caused by udelayPeng Li1-2/+2
2018-12-19net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen1-4/+14
2018-12-18net: hns3: update some variables while hclge_reset()/hclgevf_reset() doneHuazhong Tan1-0/+3
2018-12-18net: hns3: uninitialize pci in the hclgevf_uninitHuazhong Tan1-1/+1
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu1-0/+18
2018-12-03net: hns3: Support "ethtool -d" for HNS3 VF driverJian Shen2-0/+174
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin1-0/+9
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin2-2/+67
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li1-0/+8
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li2-0/+39
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan2-2/+64
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan2-3/+55
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan1-14/+37
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan4-1/+35
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2-12/+46
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan3-18/+35
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan3-29/+55
2018-11-09net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan2-54/+31
2018-11-07net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan3-65/+91
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan3-7/+11
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan1-35/+0
2018-11-07net: hns3: provide some interface & information for the clientHuazhong Tan2-0/+26
2018-11-07net: hns3: add set_default_reset_request in the hnae3_ae_opsHuazhong Tan2-1/+29
2018-10-31net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()Huazhong Tan1-0/+5
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan1-7/+7
2018-10-22net: hns3: Add PCIe AER error recoveryShiju Jose1-1/+2
2018-10-10net: hns3: Add RSS tuples support for VFJian Shen3-2/+233
2018-10-10net: hns3: Add RSS general configuration support for VFJian Shen2-52/+106
2018-10-05net: hns3: Drop depricated mta table supportJian Shen2-134/+0
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan1-2/+2
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li2-0/+12
2018-09-21net: hns3: Add handle for default caseJian Shen2-4/+7
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen1-2/+2
2018-09-19net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen1-0/+9
2018-09-19net: hns3: Clear client pointer when initialize client failed or unintialize finishedJian Shen1-9/+24
2018-09-19net: hns3: Fix cmdq registers initialization issue for vfJian Shen1-2/+2
2018-09-19net: hns3: Check hdev state when getting link statusPeng Li1-0/+3
2018-09-19net: hns3: Set STATE_DOWN bit of hdev state when stopping netFuyun Liang1-0/+2
2018-08-03net: hns3: Fix MSIX allocation issue for VFJian Shen3-15/+83
2018-07-07net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin1-1/+10
2018-07-07net: hns3: Fix for mailbox message truncated problemFuyun Liang1-1/+2