summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-18/+27
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 common/ of hclge layerYonglong Liu3-304/+188
2025-07-16net: hns3: use seq_file for files in fd/ in debugfsJijie Shao1-37/+18
2025-07-16net: hns3: use seq_file for files in reg/ in debugfsJijie Shao1-132/+139
2025-07-16net: hns3: use seq_file for files in mac_list/ in debugfsYonglong Liu1-39/+18
2025-07-16net: hns3: use seq_file for files in tm/ in debugfsJian Shen4-323/+197
2025-06-25net: hns3: clear hns alarm: comparison of integer expressions of different si...Peiyang Wang5-27/+27
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 Wang1-1/+1
2025-06-21eth: hns3: migrate to new RXFH callbacksJakub Kicinski1-2/+2
2025-06-13net: hns3: Demote load and progress messages to debug levelGeert Uytterhoeven1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-01net: hns3: defer calling ptp_clock_register()Jian Shen1-6/+7
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 Shen3-38/+38
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 Shen1-0/+2
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 Lan1-4/+5
2025-01-08net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2025-01-08net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan1-4/+29
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-44/+13
2024-11-07net: hisilicon: hns3: use ethtool string helpersRosen Penev1-30/+20
2024-11-05Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski3-44/+13
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 Lan1-4/+5
2024-10-31net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2024-10-31net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan1-4/+29
2024-09-04net: hns3: Remove setting of RX software timestampGal Pressman1-4/+0
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: use the user's cfg after resetPeiyang Wang2-6/+21
2024-08-15net: hns3: fix wrong use of semaphore upJie Wang1-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent2-2/+2
2024-06-07net: hns3: fix kernel crash problem in concurrent scenarioYonglong Liu1-5/+16
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-28/+36
2024-05-09net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu1-12/+5
2024-05-09net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-09net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang1-2/+1
2024-05-09net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-09net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang2-3/+5
2024-05-09net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-09net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-04-25net: hns3: flower: validate control flagsAsbjørn Sloth Tønnesen1-3/+15