summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2026-03-04net: hns3: extend HCLGE_FD_AD_QID to 11 bitsJijie Shao2-3/+6
2026-03-04net: hns3: fix double free issue for tx spare bufferJian Shen1-2/+9
2026-02-06net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issueJijie Shao1-1/+1
2026-02-06net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_MJijie Shao1-1/+1
2026-01-11net: hns3: add VLAN id validation before usingJian Shen1-0/+3
2026-01-11net: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
2026-01-11net: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
2025-12-07net: hns3: return error code when function failsJijie Shao3-6/+8
2025-08-15net: hns3: fixed vf get max channels bugJian Shen1-5/+1
2025-08-15net: hns3: disable interrupt when ptp init failedYonglong Liu1-3/+6
2025-08-15net: hns3: fix concurrent setting vlan filter issueJian Shen1-15/+21
2025-05-09net: hns3: defer calling ptp_clock_register()Jian Shen1-6/+7
2025-05-09net: hns3: fixed debugfs tm_qset sizeHao Lan1-1/+1
2025-05-09net: hns3: fix an interrupt residual problemYonglong Liu1-43/+39
2025-05-09net: hns3: store rx VLAN tag offload state for VFJian Shen2-6/+20
2025-03-13net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle...Peiyang Wang1-1/+1
2025-02-21net: hns3: fix oops when unload drivers parallelingJian Shen5-0/+23
2024-11-14net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-10-17net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-10-17net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-10-17net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: hns3: add checking for vf id of mailboxJian Shen1-3/+4
2024-08-29net: hns3: fix a deadlock problem when config TC during resettingJie Wang1-0/+3
2024-08-29net: hns3: use the user's cfg after resetPeiyang Wang2-6/+21
2024-08-29net: hns3: fix wrong use of semaphore upJie Wang2-4/+4
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-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-12-13net: hns: fix fake link up on xge portYonglong Liu1-0/+29
2023-12-13net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
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