aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
AgeCommit message (Expand)Author
2020-11-01net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao
2020-07-28net: hns3: add reset check for VF updating port based VLANJian Shen
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan
2020-05-30net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan
2020-05-30net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan
2020-05-30net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan
2020-05-28net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan
2020-05-28net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan
2020-05-27net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen
2020-04-25net: hns3: refactor the promisc mode settingJian Shen
2020-04-25net: hns3: refactor the MAC address configureJian Shen
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen
2020-03-09net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang
2020-01-21net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan
2020-01-11net: hns3: refactor the procedure of VF FLRHuazhong Tan
2020-01-11net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin
2019-11-05net: hns3: remove unused macrosColin Ian King
2019-10-31net: hns3: cleanup some print format warningGuojia Liao
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan
2019-10-08net: hns3: add support for setting VF trustJian Shen
2019-10-08net: hns3: add support for spoof check settingJian Shen
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang
2019-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao
2019-08-18net: hns3: add or modify commentsGuojia Liao
2019-08-09net: hns3: refine some macro definitionsGuojia Liao