summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-13net: hns3: fix VF reset fail issueJijie Shao1-0/+1
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao1-0/+1
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang1-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo1-0/+8
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang1-18/+2
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang1-16/+0
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang1-22/+2
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang1-19/+0
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang1-5/+6
2021-11-10net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo1-0/+2
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang1-2/+0
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang1-0/+1
2021-08-27net: hns3: merge some repetitive macrosPeng Li1-10/+11
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li1-1/+0
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-08-26net: hns3: fix GRO configuration error after resetYufeng Mo1-0/+2
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo1-0/+3
2021-06-01net: hns3: add query basic info support for VFJian Shen1-0/+1
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan1-0/+1
2021-04-20net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_statsHuazhong Tan1-2/+2
2021-04-16net: hns3: VF not request link status when PF support push link status featureGuangbin Huang1-0/+1
2021-03-27net: hns3: remove unused code of vmdqJian Shen1-1/+0
2021-02-07net: hns3: add support for obtaining the maximum frame sizeYufeng Mo1-0/+2
2021-02-07net: hns3: RSS indirection table use device specificationGuangbin Huang1-3/+3
2021-01-06net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen1-0/+2
2020-11-22net: hns3: add support for mapping device memoryHuazhong Tan1-0/+1
2020-09-29net: hns3: Add RoCE VF reset supportHuazhong Tan1-0/+1
2020-05-31net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan1-1/+1
2020-05-29net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan1-3/+1
2020-04-26net: hns3: refactor the promisc mode settingJian Shen1-0/+1
2020-04-26net: hns3: refactor the MAC address configureJian Shen1-0/+25
2020-03-22net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-2/+2
2020-01-12net: hns3: refactor the procedure of VF FLRHuazhong Tan1-0/+1
2020-01-07net: hns3: modify the IRQ name of misc vectorsYonglong Liu1-0/+1
2019-12-17net: hns3: do not schedule the periodic task when reset failGuojia Liao1-0/+1
2019-12-17net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin1-6/+3
2019-12-17net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin1-2/+1
2019-11-06net: hns3: remove unused macrosColin Ian King1-2/+0
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu1-0/+1
2019-10-09net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-0/+1
2019-08-09net: hns3: refine some macro definitionsGuojia Liao1-1/+1
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan1-0/+2
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan1-0/+3
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan1-0/+1
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen1-0/+3
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-0/+3
2019-05-29net: hns3: stop schedule reset service while unloading driverHuazhong Tan1-0/+1
2019-05-29net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...Huazhong Tan1-0/+1
2019-05-04net: hns3: add support for multiple media typeJian Shen1-0/+1