aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res()Dan Carpenter1-1/+1
2025-09-16hinic3: Fix code style (Missing a blank line before return)Fan Gong3-0/+8
2025-09-16hinic3: Fix missing napi->dev in netif_queue_set_napiFan Gong1-1/+1
2025-09-16hinic3: Add port managementFan Gong4-0/+161
2025-09-16hinic3: Add Rss functionFan Gong7-1/+436
2025-09-16hinic3: Tx & Rx configurationFan Gong8-1/+197
2025-09-16hinic3: Queue pair context initializationFan Gong8-0/+782
2025-09-16hinic3: Queue pair resource initializationFan Gong7-7/+749
2025-09-16hinic3: Queue pair endianness improvementsFan Gong5-69/+79
2025-09-16hinic3: Nic_io initializationFan Gong4-3/+88
2025-09-16hinic3: Command Queue flush interfacesFan Gong6-0/+124
2025-09-16hinic3: HW capability initializationFan Gong4-0/+115
2025-09-16hinic3: HW common function initializationFan Gong4-1/+716
2025-09-16hinic3: HW management interfacesFan Gong8-0/+152
2025-09-16hinic3: HW initializationFan Gong5-4/+316
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-4/+6
2025-08-22hinic3: Interrupt request configurationFan Gong4-6/+178
2025-08-22hinic3: Mailbox management interfacesFan Gong2-2/+460
2025-08-22hinic3: Mailbox frameworkFan Gong4-0/+535
2025-08-22hinic3: TX & RX Queue coalesce interfacesFan Gong2-5/+66
2025-08-22hinic3: Command Queue interfacesFan Gong3-0/+522
2025-08-22hinic3: Command Queue frameworkFan Gong7-8/+694
2025-08-22hinic3: Complete Event Queue interfacesFan Gong6-55/+545
2025-08-22hinic3: Async Event Queue interfacesFan Gong9-0/+740
2025-07-25net: Fix typosBjorn Helgaas2-2/+2
2025-06-21eth: hinic: migrate to new RXFH callbacksJakub Kicinski1-31/+16
2025-06-10hinic3: remove tx_q name collision hackGur Stavi1-11/+9
2025-06-10hinic3: use netif_subqueue_sent apiGur Stavi1-2/+1
2025-05-29hinic3: Remove printed message during module initGeert Uytterhoeven1-2/+0
2025-05-21hinic3: module initialization and tx/rx logicFan Gong37-0/+3581
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter1-0/+2
2024-12-10net: hinic: Fix typo in dev_err messageAndrew Kreimer1-1/+1
2024-08-13net: hinic: use ethtool_sprintf/putsRosen Penev1-23/+10
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-19/+21
2023-10-20hinic: devlink health: use retained error fmsg APIPrzemek Kitszel1-161/+56
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+0
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced before check 'hwdev'Cai Huoqing1-3/+0
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET1-5/+3
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-11-11net: hinic: Fix error handling in hinic_module_init()Yuan Can1-1/+8
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing3-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing2-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing1-52/+52
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-4/+4
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing3-17/+7
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao1-1/+0
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-10-20net: hinic: fix memory leak when reading function tableZhengchao Shao1-6/+12