aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+10
2024-05-09net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu1-6/+4
2024-05-09net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang1-2/+1
2024-05-09net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang2-4/+5
2024-04-12net: hns3: add command queue trace for hns3Hao Lan2-0/+90
2024-03-18net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)1-4/+4
2023-11-13net: hns3: fix VF reset fail issueJijie Shao2-1/+14
2023-11-13net: hns3: add barrier in vf mailbox reply processYonglong Liu1-0/+7
2023-11-13net: hns3: fix add VLAN fail issueJian Shen1-2/+9
2023-09-19net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao1-24/+61
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao4-119/+143
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang1-9/+5
2023-05-13net: hns3: fix reset delay time to avoid configuration timeoutJie Wang1-1/+4
2023-03-24net: hisilicon: Remove redundant pci_clear_masterCai Huoqing1-4/+2
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-11net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2022-12-23net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-5/+0
2022-09-21net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen1-1/+1
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang1-1/+1
2022-06-30hisilicon/hns3/hns3vf:fix repeated words in commentsJilin Yuan1-1/+1
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang1-30/+24
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang4-38/+50
2022-04-20net: hns3: replace magic value by HCLGE_RING_REG_OFFSETPeng Li1-1/+1
2022-04-20net: hns3: fix the wrong words in commentsPeng Li2-2/+2
2022-04-20net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li1-2/+4
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen1-0/+5
2022-02-07net: hns3: add support for TX push modeYufeng Mo2-2/+17
2022-01-25net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang2-33/+6
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2-134/+11
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2-176/+25
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang3-293/+42
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2-99/+24
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang1-3/+3
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang2-38/+26
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang5-204/+36
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2-231/+19
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang5-360/+82
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang4-35/+28
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang1-10/+0
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-06Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang1-1/+1
2021-12-03net: hns3: add void before function which don't receive retHao Chen1-1/+1
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang1-18/+14
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2