aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Revert "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-03net: 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-22tracing/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-24net: hns3: flower: validate control flagsAsbjørn Sloth Tønnesen1-3/+15
2024-04-12net: hns3: add support to query scc version by devlink infoHao Chen4-3/+62
2024-04-12net: hns3: dump more reg info based on ras modPeiyang Wang4-8/+470
2024-04-12net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.cJijie Shao2-640/+640
2024-04-12net: hns3: add command queue trace for hns3Hao Lan2-0/+139
2024-03-26net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu1-0/+4
2024-03-18net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)1-4/+4
2024-03-08net: hns3: add checking for vf id of mailboxJian Shen1-3/+4
2024-03-08net: hns3: fix port duplex configure error in IMP resetJie Wang1-1/+4
2024-03-08net: hns3: fix delete tc fail issueJijie Shao4-0/+21
2024-03-08net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu1-1/+1
2024-03-08net: hns3: Disable SerDes serial loopback for HiLink H60Hao Lan3-3/+15
2024-03-08net: hns3: add new 200G link modes for hisilicon deviceHao Lan2-11/+22
2023-12-05net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann1-7/+14
2023-11-13net: hns3: fix VF wrong speed and duplex issueJijie Shao1-0/+4
2023-11-13net: hns3: fix incorrect capability bit display for copper portJian Shen1-0/+1
2023-11-13net: hns3: fix add VLAN fail issueJian Shen1-8/+20
2023-10-25net: hns3: add some link modes for hisilicon deviceHao Chen2-82/+92
2023-10-11net: hns3: add vf fault detect supportJie Wang5-7/+118
2023-09-19net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang1-0/+5
2023-09-19net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-09-19net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-09-07net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao3-19/+8
2023-09-07net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao3-2/+70
2023-08-16net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao1-65/+102
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao5-559/+586
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+26