summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-3/+3
2025-05-22net: hibmcge: fix wrong ndo.open() after reset fail issue.Jijie Shao1-8/+8
2025-05-22net: hibmcge: fix incorrect statistics update issueJijie Shao1-0/+3
2025-05-01net: hns3: defer calling ptp_clock_register()Jian Shen1-6/+7
2025-05-01net: hns3: fixed debugfs tm_qset sizeHao Lan1-1/+1
2025-05-01net: hns3: fix an interrupt residual problemYonglong Liu1-43/+39
2025-05-01net: hns3: store rx VLAN tag offload state for VFJian Shen2-6/+20
2025-04-12net: hibmcge: fix multiple phy_stop() issueJijie Shao1-1/+10
2025-04-12net: hibmcge: fix not restore rx pause mac addr after reset issueJijie Shao1-0/+3
2025-04-12net: hibmcge: fix the incorrect np_link fail state issue.Jijie Shao1-2/+5
2025-04-12net: hibmcge: fix wrong mtu log issueJijie Shao1-3/+3
2025-04-12net: hibmcge: fix the share of irq statistics among different network ports i...Jijie Shao5-16/+24
2025-04-12net: hibmcge: fix incorrect multicast filtering issueJijie Shao2-0/+6
2025-04-12net: hibmcge: fix incorrect pause frame statistics issueJijie Shao2-0/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds24-81/+1364
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder3-5/+5
2025-03-13net: hns3: use string choices helperJian Shen5-49/+54
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-03-04net: hibmcge: Add support for ioctlJijie Shao1-0/+2
2025-03-04net: hibmcge: Add support for BMC diagnose featureJijie Shao6-3/+377
2025-03-04net: hibmcge: Add support for mac link exception handling featureJijie Shao7-0/+51
2025-03-04net: hibmcge: Add support for abnormal irq handling featureJijie Shao8-23/+112
2025-03-04net: hibmcge: Add support for checksum offloadJijie Shao2-6/+29
2025-03-04net: hibmcge: Add support for dump statisticsJijie Shao6-2/+741
2025-03-04net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle...Peiyang Wang1-1/+1
2025-02-27net: hisilicon: hns_mdio: remove incorrect ACPI_PTR annotationArnd Bergmann1-1/+1
2025-02-18net: ethernet: hisilicon: Switch to use hrtimer_setup()Nam Cao1-3/+1
2025-01-23net: hns3: fix oops when unload drivers parallelingJian Shen5-0/+23
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-93/+114
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-12-20net: hisilicon: hns: Remove unused enumsDr. David Alan Gilbert1-23/+0
2024-12-20net: hisilicon: hns: Remove reset helpersDr. David Alan Gilbert2-70/+0
2024-12-20net: hisilicon: hns: Remove unused hns_rcb_startDr. David Alan Gilbert2-6/+0
2024-12-20net: hisilicon: hns: Remove unused hns_dsaf_roce_resetDr. David Alan Gilbert2-111/+0
2024-12-18net: hibmcge: Add nway_reset supported in this moduleJijie Shao1-0/+1
2024-12-18net: hibmcge: Add reset supported in this moduleJijie Shao8-21/+226
2024-12-18net: hibmcge: Add pauseparam supported in this moduleJijie Shao7-0/+68
2024-12-18net: hibmcge: Add register dump supported in this moduleJijie Shao2-0/+174
2024-12-18net: hibmcge: Add unicast frame filter supported in this moduleJijie Shao6-6/+187
2024-12-18net: hibmcge: Add irq_info file to debugfsJijie Shao1-0/+22
2024-12-18net: hibmcge: Add debugfs supported in this moduleJijie Shao4-3/+135
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-179/+30