aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge 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-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan1-2/+3
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo3-164/+191
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen1-1/+6
2020-03-12Merge 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-09net: 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-11net: hns3: refactor the procedure of VF FLRHuazhong Tan2-60/+55
2020-01-11net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan1-42/+39
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu2-1/+4
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan1-1/+1
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao2-1/+6
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin1-3/+12
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2-96/+88
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2-27/+15
2019-11-05net: hns3: remove unused macrosColin Ian King1-2/+0
2019-10-31net: hns3: cleanup some print format warningGuojia Liao3-18/+18
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-1/+0
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao2-5/+7
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. Miller2-3/+26
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2-3/+26
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan2-1/+28
2019-10-08net: hns3: add support for setting VF trustJian Shen2-20/+26
2019-10-08net: 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-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-1/+1
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao1-5/+5
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao2-2/+2
2019-08-18net: hns3: add or modify commentsGuojia Liao1-5/+4
2019-08-09net: hns3: refine some macro definitionsGuojia Liao1-1/+1
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan2-9/+21
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2-10/+22
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan3-9/+33
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan1-1/+2
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-1/+9
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-2/+2
2019-07-05net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li1-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: add all IMP return codePeng Li2-8/+44
2019-07-05net: hns3: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-5/+14
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan2-8/+23
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2-3/+50
2019-06-18net: hns3: Add missing newline at end of fileGeert Uytterhoeven1-1/+1