summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2025-02-08net: hns3: fix oops when unload drivers parallelingJian Shen5-0/+23
2025-01-08net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang1-0/+3
2025-01-08net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2-8/+10
2025-01-08net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen1-1/+2
2025-01-08net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2025-01-08net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan2-68/+31
2025-01-08net: hns3: fix missing features due to dev->features configuration too earlyHao Lan1-1/+0
2025-01-08net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2-10/+61
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-179/+30
2024-11-07net: hisilicon: hns3: use ethtool string helpersRosen Penev6-81/+44
2024-11-06net: hisilicon: hns: use ethtool string helpersRosen Penev13-157/+122
2024-11-05net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-11-05Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski9-178/+26
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-2/+2
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-26/+178
2024-10-31net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang1-0/+3
2024-10-31net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2-8/+10
2024-10-31net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen1-1/+1
2024-10-31net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2024-10-31net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan1-1/+3
2024-10-31net: hns3: fix missing features due to dev->features configuration too earlyHao Lan1-1/+0
2024-10-31net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2-10/+61
2024-10-31net: hns3: add sync command to sync io-pgtableJian Shen1-0/+27
2024-10-31net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang3-0/+66
2024-10-21net: hibmcge: Add a Makefile and update Kconfig for hibmcgeJijie Shao3-1/+26
2024-10-21net: hibmcge: Implement some ethtool_ops functionsJijie Shao3-0/+30
2024-10-21net: hibmcge: Implement rx_poll function to receive packetsJijie Shao6-3/+177
2024-10-21net: hibmcge: Implement .ndo_start_xmit functionJijie Shao8-3/+455
2024-10-21net: hibmcge: Implement some .ndo functionsJijie Shao4-0/+142
2024-10-21net: hibmcge: Add interrupt supported in this moduleJijie Shao7-0/+237
2024-10-21net: hibmcge: Add mdio and hardware configuration supported in this moduleJijie Shao7-2/+399
2024-10-21net: hibmcge: Add read/write registers supported through the bar spaceJijie Shao5-0/+173
2024-10-21net: hibmcge: Add pci table supported in this moduleJijie Shao2-0/+100
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König6-6/+6
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco1-7/+3
2024-09-04net: hns3: Remove setting of RX software timestampGal Pressman1-4/+0
2024-08-29net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-29net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-21net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun1-4/+4
2024-08-16net: hns3: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2-43/+44
2024-08-15net: hns3: use correct release function during uninitializationPeiyang Wang1-1/+1
2024-08-15net: hns3: void array out of bound when loop tnl_numPeiyang Wang1-3/+3
2024-08-15net: hns3: fix a deadlock problem when config TC during resettingJie Wang1-0/+3
2024-08-15net: hns3: use the user's cfg after resetPeiyang Wang2-6/+21
2024-08-15net: hns3: fix wrong use of semaphore upJie Wang2-4/+4
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent4-4/+4
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+22
2024-06-07net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2-0/+6