summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen1-11/+18
2020-04-26net: hns3: refactor the promisc mode settingJian Shen1-0/+26
2020-04-26net: hns3: refactor the MAC address configureJian Shen1-28/+285
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-25/+29
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao1-24/+28
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin1-1/+1
2020-03-22net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-141/+170
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+3
2020-03-10net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+4
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-20/+8
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang1-4/+3
2020-01-21net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan1-0/+2
2020-01-12net: hns3: refactor the procedure of VF FLRHuazhong Tan1-60/+54
2020-01-12net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan1-42/+39
2020-01-07net: hns3: modify the IRQ name of misc vectorsYonglong Liu1-1/+3
2019-12-17net: hns3: do not schedule the periodic task when reset failGuojia Liao1-1/+5
2019-12-17net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin1-3/+12
2019-12-17net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin1-90/+85
2019-12-17net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin1-25/+14
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-8/+8
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-1/+0
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-1/+3
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan1-0/+29
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+25
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu1-3/+25
2019-10-09net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-1/+27
2019-10-09net: hns3: add support for setting VF trustJian Shen1-20/+14
2019-10-09net: hns3: add support for spoof check settingJian Shen1-1/+1
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang1-5/+78
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-06net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li1-3/+2
2019-07-06net: 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-15net: 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-29net: hns3: stop schedule reset service while unloading driverHuazhong Tan1-1/+3
2019-05-29net: hns3: add handshake with hardware while doing resetHuazhong Tan1-1/+6
2019-05-29net: hns3: modify hclgevf_init_client_instance()Huazhong Tan1-29/+50