summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5 days2-2/+2
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-2624-81/+1364
|\
| * net: phy: Support speed selection for PHY loopbackGerhard Engleder2025-03-203-5/+5
| * net: hns3: use string choices helperJian Shen2025-03-135-49/+54
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-061-1/+1
| |\
| * | net: hibmcge: Add support for ioctlJijie Shao2025-03-041-0/+2
| * | net: hibmcge: Add support for BMC diagnose featureJijie Shao2025-03-046-3/+377
| * | net: hibmcge: Add support for mac link exception handling featureJijie Shao2025-03-047-0/+51
| * | net: hibmcge: Add support for abnormal irq handling featureJijie Shao2025-03-048-23/+112
| * | net: hibmcge: Add support for checksum offloadJijie Shao2025-03-042-6/+29
| * | net: hibmcge: Add support for dump statisticsJijie Shao2025-03-046-2/+741
| * | net: hisilicon: hns_mdio: remove incorrect ACPI_PTR annotationArnd Bergmann2025-02-271-1/+1
* | | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-03-251-3/+1
|\ \ \ | |_|/ |/| |
| * | net: ethernet: hisilicon: Switch to use hrtimer_setup()Nam Cao2025-02-181-3/+1
| |/
* / net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle...Peiyang Wang2025-03-041-1/+1
|/
* net: hns3: fix oops when unload drivers parallelingJian Shen2025-01-225-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-098-93/+114
|\
| * net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang2025-01-081-0/+3
| * net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2025-01-082-8/+10
| * net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen2025-01-081-1/+2
| * net: hns3: don't auto enable misc vectorJian Shen2025-01-081-5/+7
| * net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan2025-01-082-68/+31
| * net: hns3: fix missing features due to dev->features configuration too earlyHao Lan2025-01-081-1/+0
| * net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2025-01-082-10/+61
* | net: hisilicon: hns: Remove unused enumsDr. David Alan Gilbert2024-12-201-23/+0
* | net: hisilicon: hns: Remove reset helpersDr. David Alan Gilbert2024-12-202-70/+0
* | net: hisilicon: hns: Remove unused hns_rcb_startDr. David Alan Gilbert2024-12-202-6/+0
* | net: hisilicon: hns: Remove unused hns_dsaf_roce_resetDr. David Alan Gilbert2024-12-202-111/+0
* | net: hibmcge: Add nway_reset supported in this moduleJijie Shao2024-12-171-0/+1
* | net: hibmcge: Add reset supported in this moduleJijie Shao2024-12-178-21/+226
* | net: hibmcge: Add pauseparam supported in this moduleJijie Shao2024-12-177-0/+68
* | net: hibmcge: Add register dump supported in this moduleJijie Shao2024-12-172-0/+174
* | net: hibmcge: Add unicast frame filter supported in this moduleJijie Shao2024-12-176-6/+187
* | net: hibmcge: Add irq_info file to debugfsJijie Shao2024-12-171-0/+22
* | net: hibmcge: Add debugfs supported in this moduleJijie Shao2024-12-174-3/+135
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-0710-179/+30
|\
| * net: hns3: fix kernel crash when uninstalling driverPeiyang Wang2024-11-051-1/+4
| * Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski2024-11-049-178/+26
* | net: hisilicon: hns3: use ethtool string helpersRosen Penev2024-11-066-81/+44
* | net: hisilicon: hns: use ethtool string helpersRosen Penev2024-11-0513-157/+122
* | dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2024-11-031-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-319-26/+178
|\|
| * net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang2024-10-311-0/+3
| * net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2024-10-312-8/+10
| * net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen2024-10-311-1/+1
| * net: hns3: don't auto enable misc vectorJian Shen2024-10-311-5/+7
| * net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan2024-10-311-1/+3
| * net: hns3: fix missing features due to dev->features configuration too earlyHao Lan2024-10-311-1/+0
| * net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2024-10-312-10/+61
| * net: hns3: add sync command to sync io-pgtableJian Shen2024-10-311-0/+27