aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao1-1/+1
2019-08-18net: hns3: add or modify commentsGuojia Liao1-5/+4
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan1-9/+19
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan1-10/+19
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan1-6/+25
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan1-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: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan1-8/+22
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen1-3/+47
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