summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2024-06-21net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2-0/+6
2024-06-21net: hns3: fix kernel crash problem in concurrent scenarioYonglong Liu1-5/+16
2024-05-17net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
2024-05-17net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-17net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
2024-05-17net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-17net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
2024-05-17net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-17net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-04-10net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen1-2/+17
2024-04-10net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu1-0/+4
2024-04-10net: hns3: fix index limit to support all queue statsJie Wang1-1/+1
2024-04-03net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2-8/+8
2024-03-27net: hns3: fix port duplex configure error in IMP resetJie Wang1-1/+4
2024-03-27net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu1-1/+1
2024-03-27net: hns3: fix wrong judgment condition issueJijie Shao1-1/+1
2023-11-28net: hns3: fix VF wrong speed and duplex issueJijie Shao1-0/+4
2023-11-28net: hns3: fix VF reset fail issueJijie Shao2-1/+14
2023-11-28net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu1-1/+1
2023-11-28net: hns3: fix out-of-bounds access may occur when coalesce info is read via ...Yonglong Liu1-3/+6
2023-11-28net: hns3: fix incorrect capability bit display for copper portJian Shen1-0/+1
2023-11-28net: hns3: add barrier in vf mailbox reply processYonglong Liu1-0/+7
2023-11-28net: hns3: fix add VLAN fail issueJian Shen2-10/+29
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-19net: hns3: fix GRE checksum offload issueJie Wang1-0/+9
2023-09-19net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-09-07net: hns3: remove GSO partial feature bitJie Wang1-2/+0
2023-09-07net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-07net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao4-19/+9
2023-09-07net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen1-3/+4
2023-09-07net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-07net: hns3: Support query tx timeout threshold by debugfsJijie Shao1-0/+4
2023-09-07net: hns3: fix tx timeout issueJian Shen1-5/+12
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao4-2/+71
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao1-24/+61
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 Shao10-680/+731
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+41
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-09net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu1-1/+13
2023-08-09net: hns3: add wait until mac link downJie Wang1-1/+9
2023-08-09net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang1-5/+9
2023-08-09net: hns3: restore user pause configure when disable autonegJian Shen3-2/+6
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-1/+2
2023-08-05net: hns3: Remove unused function declarationsYue Haibing2-5/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-8/+8
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-16/+110
2023-07-24net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16