summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan10 days1-4/+5
* net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen10 days1-1/+2
* net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan10 days1-6/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-072-38/+11
|\
| * Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski2024-11-052-38/+11
* | net: hisilicon: hns3: use ethtool string helpersRosen Penev2024-11-071-4/+2
|/
* net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2024-10-311-4/+5
* net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen2024-10-311-1/+1
* net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2024-10-311-6/+32
* net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun2024-08-211-4/+4
* net: hns3: fix wrong use of semaphore upJie Wang2024-08-151-2/+2
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-12/+10
|\
| * net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2024-05-091-6/+4
| * net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2024-05-091-2/+1
| * net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang2024-05-092-4/+5
* | net: hns3: add command queue trace for hns3Hao Lan2024-04-132-0/+90
|/
* net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2024-03-181-4/+4
* net: hns3: fix VF reset fail issueJijie Shao2023-11-132-1/+14
* net: hns3: add barrier in vf mailbox reply processYonglong Liu2023-11-131-0/+7
* net: hns3: fix add VLAN fail issueJian Shen2023-11-131-2/+9
* 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-121-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-12-011-5/+0
* net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-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-07-011-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-261-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