aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14net: hns3: some variable modificationWeihang Li1-5/+6
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-12/+6
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-11/+14
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo1-8/+7
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-4/+7
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-16/+0
2019-05-28net: hns3: stop schedule reset service while unloading driverHuazhong Tan1-1/+3
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan1-1/+6
2019-05-28net: hns3: modify hclgevf_init_client_instance()Huazhong Tan1-29/+50
2019-05-28net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has registeredHuazhong Tan1-0/+7
2019-05-04net: hns3: add support for multiple media typeJian Shen1-5/+10
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-19net: hns3: add queue's statistics update to service taskliuzhongzhu1-0/+8
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu1-0/+20
2019-04-19net: hns3: add reset statistics for VFHuazhong Tan1-2/+8
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen1-0/+51
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: handle pending reset while reset failHuazhong Tan1-0/+2
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu1-0/+23
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 Li1-5/+34
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu1-2/+30
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
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: 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 Shen1-0/+120
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin1-0/+9
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin1-2/+65
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 Li1-0/+31
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan1-2/+63
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan1-3/+54
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 Tan1-0/+3
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan1-12/+38
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-15/+24