summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add cmdq check for vf periodic service taskJie Wang2023-09-191-1/+2
* net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao2023-08-161-24/+61
* net: hns3: move dump regs function to a separate fileJijie Shao2023-08-164-119/+143
* net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-231-9/+5
* net: hns3: fix reset delay time to avoid configuration timeoutJie Wang2023-05-131-1/+4
* net: hisilicon: Remove redundant pci_clear_masterCai Huoqing2023-03-241-4/+2
* devlink: remove devlink featuresJiri Pirko2023-01-301-1/+0
* net: hns3: fix wrong use of rss size during VF rss configJie Wang2023-01-111-1/+1
* net: hns3: add interrupts re-initialization while doing VF FLRJie Wang2022-12-231-1/+2
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-5/+0
* net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-211-2/+2
* net: hns3: add support to query and set lane number by ethtoolHao Chen2022-09-071-1/+1
* net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang2022-08-311-1/+1
* hisilicon/hns3/hns3vf:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang2022-05-091-30/+24
* net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang2022-05-094-38/+50
* net: hns3: replace magic value by HCLGE_RING_REG_OFFSETPeng Li2022-04-201-1/+1
* net: hns3: fix the wrong words in commentsPeng Li2022-04-202-2/+2
* net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li2022-04-201-2/+4
* net: hns3: refine the process when PF set VF VLANJian Shen2022-03-251-0/+5
* net: hns3: add support for TX push modeYufeng Mo2022-02-072-2/+17
* net: hns3: handle empty unknown interrupt for VFYufeng Mo2022-01-251-2/+1
* net: hns3: create new common cmd code for PF and VF modulesJie Wang2022-01-052-33/+6
* net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2022-01-052-134/+11
* net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2022-01-052-176/+25
* net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang2022-01-053-293/+42
* net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2022-01-052-99/+24
* net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang2022-01-051-3/+3
* net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang2021-12-312-38/+26
* net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang2021-12-315-204/+36
* net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2021-12-312-231/+19
* net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-315-360/+82
* net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang2021-12-314-35/+28
* net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang2021-12-311-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+2
|\
| * net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang2021-12-121-1/+2
* | Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2021-12-061-1/+1
* | net: hns3: add void before function which don't receive retHao Chen2021-12-031-1/+1
* | net: hns3: refactor reset_prepare_general retry statementJiaran Zhang2021-11-291-18/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-2/+2
|\|
| * net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang2021-11-261-2/+2
* | net: hns3: format the output of the MAC addressYufeng Mo2021-11-241-2/+5
|/
* net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2021-11-102-0/+7
* net: hns3: sync rx ring head in echo common pullYufeng Mo2021-11-102-0/+41
* net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2021-11-102-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-1/+5
|\
| * net: hns3: ignore reset event before initialization process is doneGuangbin Huang2021-10-272-0/+4
| * net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo2021-10-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-3/+3
|\|
| * net: hns3: fix vf reset workqueue cannot exitYufeng Mo2021-10-201-3/+3