summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)Author
2025-11-03hinic3: fix misleading error message in hinic3_open_channel()Alok Tiwari
2025-09-19hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res()Dan Carpenter
2025-09-16hinic3: Fix code style (Missing a blank line before return)Fan Gong
2025-09-16hinic3: Fix missing napi->dev in netif_queue_set_napiFan Gong
2025-09-16hinic3: Add port managementFan Gong
2025-09-16hinic3: Add Rss functionFan Gong
2025-09-16hinic3: Tx & Rx configurationFan Gong
2025-09-16hinic3: Queue pair context initializationFan Gong
2025-09-16hinic3: Queue pair resource initializationFan Gong
2025-09-16hinic3: Queue pair endianness improvementsFan Gong
2025-09-16hinic3: Nic_io initializationFan Gong
2025-09-16hinic3: Command Queue flush interfacesFan Gong
2025-09-16hinic3: HW capability initializationFan Gong
2025-09-16hinic3: HW common function initializationFan Gong
2025-09-16hinic3: HW management interfacesFan Gong
2025-09-16hinic3: HW initializationFan Gong
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-22hinic3: Interrupt request configurationFan Gong
2025-08-22hinic3: Mailbox management interfacesFan Gong
2025-08-22hinic3: Mailbox frameworkFan Gong
2025-08-22hinic3: TX & RX Queue coalesce interfacesFan Gong
2025-08-22hinic3: Command Queue interfacesFan Gong
2025-08-22hinic3: Command Queue frameworkFan Gong
2025-08-22hinic3: Complete Event Queue interfacesFan Gong
2025-08-22hinic3: Async Event Queue interfacesFan Gong
2025-07-25net: Fix typosBjorn Helgaas
2025-06-21eth: hinic: migrate to new RXFH callbacksJakub Kicinski
2025-06-10hinic3: remove tx_q name collision hackGur Stavi
2025-06-10hinic3: use netif_subqueue_sent apiGur Stavi
2025-05-29hinic3: Remove printed message during module initGeert Uytterhoeven
2025-05-21hinic3: module initialization and tx/rx logicFan Gong
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter
2024-12-10net: hinic: Fix typo in dev_err messageAndrew Kreimer
2024-08-13net: hinic: use ethtool_sprintf/putsRosen Penev
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-10-20hinic: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-11net: hinic: Fix error handling in hinic_module_init()Yuan Can
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao