summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2025-07-25net: Fix typosBjorn Helgaas2-3/+3
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+61
2025-07-24net: hns3: default enable tx bounce buffer when smmu enabledJijie Shao2-0/+33
2025-07-24net: hns3: fixed vf get max channels bugJian Shen1-5/+1
2025-07-24net: hns3: disable interrupt when ptp init failedYonglong Liu1-3/+6
2025-07-24net: hns3: fix concurrent setting vlan filter issueJian Shen1-15/+21
2025-07-16net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfsJian Shen2-304/+65
2025-07-16net: hns3: use seq_file for files in common/ of hclge layerYonglong Liu5-344/+200
2025-07-16net: hns3: use seq_file for files in fd/ in debugfsJijie Shao2-39/+20
2025-07-16net: hns3: use seq_file for files in reg/ in debugfsJijie Shao2-143/+150
2025-07-16net: hns3: use seq_file for files in mac_list/ in debugfsYonglong Liu2-41/+20
2025-07-16net: hns3: use seq_file for files in tm/ in debugfsJian Shen6-334/+236
2025-07-16net: hns3: use seq_file for files in common/ of hns3 layerJijie Shao1-171/+88
2025-07-16net: hns3: use seq_file for files in queue/ in debugfsJian Shen1-105/+44
2025-07-16net: hns3: clean up the build warning in debugfs by use seq fileJian Shen3-75/+62
2025-07-16net: hns3: remove tx spare info from debugfs.Jijie Shao1-52/+0
2025-06-25net: hns3: clear hns alarm: comparison of integer expressions of different si...Peiyang Wang11-44/+44
2025-06-25net: hns3: add complete parentheses for some macrosJijie Shao1-1/+1
2025-06-25net: hns3: delete redundant address before the arrayYonglong Liu2-2/+2
2025-06-25net: hns3: add \n at the end when print msgPeiyang Wang4-8/+8
2025-06-25net: hns3: use hns3_get_ops() helper to reduce the unnecessary middle layer c...Jijie Shao3-14/+14
2025-06-25net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle laye...Jijie Shao3-28/+28
2025-06-25net: hns3: fix spelling mistake "reg_um" -> "reg_num"Jijie Shao1-13/+14
2025-06-21eth: hns3: migrate to new RXFH callbacksJakub Kicinski6-19/+36
2025-06-13net: hns3: Demote load and progress messages to debug levelGeert Uytterhoeven2-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
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-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder2-3/+3
2025-03-13net: hns3: use string choices helperJian Shen5-49/+54
2025-03-04net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle...Peiyang Wang1-1/+1
2025-01-23net: 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-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-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