summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: cleanup some coding style issueHuazhong Tan2020-01-211-20/+8
* net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2020-01-211-4/+3
* net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan2020-01-211-0/+2
* net: hns3: refactor the procedure of VF FLRHuazhong Tan2020-01-111-60/+54
* net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan2020-01-111-42/+39
* net: hns3: modify the IRQ name of misc vectorsYonglong Liu2020-01-061-1/+3
* net: hns3: do not schedule the periodic task when reset failGuojia Liao2019-12-161-1/+5
* net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2019-12-161-3/+12
* net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2019-12-161-90/+85
* net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2019-12-161-25/+14
* net: hns3: cleanup some print format warningGuojia Liao2019-10-311-8/+8
* net: hns3: cleanup some coding style issuesGuangbin Huang2019-10-311-1/+0
* net: hns3: cleanup some magic numbersGuojia Liao2019-10-311-1/+3
* net: hns3: dump some debug information when reset failHuazhong Tan2019-10-311-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-3/+25
|\
| * net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-191-3/+25
* | net: hns3: add support for configuring VF MAC from the hostHuazhong Tan2019-10-081-1/+27
* | net: hns3: add support for setting VF trustJian Shen2019-10-081-20/+14
* | net: hns3: add support for spoof check settingJian Shen2019-10-081-1/+1
|/
* net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang2019-09-111-5/+78
* net: hns3: modify redundant initialization of variableGuojia Liao2019-08-181-1/+1
* net: hns3: add or modify commentsGuojia Liao2019-08-181-5/+4
* net: hns3: fix interrupt clearing error for VFHuazhong Tan2019-08-091-9/+19
* net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2019-08-011-10/+19
* net: hns3: fix some reset handshake issueHuazhong Tan2019-08-011-6/+25
* net: hns3: use dev_info() instead of pr_info()Huazhong Tan2019-07-291-1/+2
* net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li2019-07-051-3/+2
* net: hns3: enable broadcast promisc mode when initializing VFJian Shen2019-07-051-3/+11
* net: hns3: re-schedule reset task while VF reset failHuazhong Tan2019-06-281-8/+22
* net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2019-06-261-3/+47
* net: hns3: some variable modificationWeihang Li2019-06-141-5/+6
* net: hns3: fix some coding style issuesWeihang Li2019-06-091-12/+6
* net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-091-11/+14
* net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2019-06-091-8/+7
* net: hns3: use macros instead of magic numbersYufeng Mo2019-06-091-4/+7
* net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-091-16/+0
* net: hns3: stop schedule reset service while unloading driverHuazhong Tan2019-05-281-1/+3
* net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-281-1/+6
* net: hns3: modify hclgevf_init_client_instance()Huazhong Tan2019-05-281-29/+50
* net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...Huazhong Tan2019-05-281-0/+7
* net: hns3: add support for multiple media typeJian Shen2019-05-041-5/+10
* net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan2019-04-261-2/+4
* net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan2019-04-261-1/+1
* net: hns3: add queue's statistics update to service taskliuzhongzhu2019-04-191-0/+8
* net: hns3: Add support for netif message level settingsYonglong Liu2019-04-191-0/+20
* net: hns3: add reset statistics for VFHuazhong Tan2019-04-191-2/+8
* net: hns3: fix set port based VLAN issue for VFJian Shen2019-04-141-0/+51
* net: hns3: fix keep_alive_timer not stop problemHuazhong Tan2019-04-081-1/+11
* net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan2019-04-081-2/+1
* net: hns3: handle pending reset while reset failHuazhong Tan2019-04-081-0/+2
OpenPOWER on IntegriCloud