aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19net: hns3: add reset statistics for VFHuazhong Tan2-3/+18
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li1-2/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen3-2/+62
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan1-2/+1
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan1-3/+8
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan1-0/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan1-11/+24
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2-1/+23
2019-03-27net: hns3: fix compile errorXi Wang1-1/+1
2019-03-19net: hns3: Make hclgevf_update_link_mode staticYueHaibing1-1/+1
2019-02-24net: hns3: fix get VF RSS issueJian Shen1-1/+49
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2-6/+36
2019-02-21net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan1-0/+20
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu3-2/+44
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu1-1/+1
2019-01-30net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen1-0/+4
2019-01-30net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li1-1/+6
2019-01-30net: hns3: fix for rss result nonuniformJian Shen1-3/+11
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