summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)Author
2026-03-14hinic3: Fix spelling mistake "capbility" -> "capability"Colin Ian King
2026-03-12hinic3: Add ethtool basic opsFan Gong
2026-03-12hinic3: Add PF/VF capability parsing and parameter validationFan Gong
2026-03-12hinic3: Add PF FLR wait and timeout handlingFan Gong
2026-03-12hinic3: Add PF device support and function type validationFan Gong
2026-03-12hinic3: Add msg_send_lock for message sending concurrecyFan Gong
2026-03-12hinic3: Add RX VLAN offload supportFan Gong
2026-03-12hinic3: Add chip_present_flag checks to prevent errors when card is absentFan Gong
2026-03-12hinic3: Add Command Queue/Async Event Queue/Complete Event Queue/Mailbox dump...Fan Gong
2026-03-12hinic3: Add command queue detailed-response interfacesFan Gong
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06hinic3: select CONFIG_DIMLIBArnd Bergmann
2026-01-29hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HIFan Gong
2026-01-29hinic3: Use array_size instead of multiplyingFan Gong
2026-01-29hinic3: Remove defensive txq_num checkFan Gong
2026-01-29hinic3: Fix code Style(remove empty lines between error handling)Fan Gong
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22hinic3: Fix netif_queue_set_napi queue_index input parameter errorFan Gong
2026-01-20hinic3: Add HW event handlerFan Gong
2026-01-20hinic3: Add mac filter opsFan Gong
2026-01-20hinic3: Add adaptive IRQ coalescing with DIMFan Gong
2026-01-20hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addrFan Gong
2026-01-20hinic3: Add .ndo_features_checkFan Gong
2026-01-20hinic3: Add .ndo_set_features and .ndo_fix_featuresFan Gong
2026-01-20hinic3: Add .ndo_tx_timeout and .ndo_get_stats64Fan Gong
2026-01-20hinic3: Add PF management interfacesFan Gong
2026-01-20hinic3: Add PF frameworkFan Gong
2026-01-15hinic3: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-01-10net: hinic: convert to use .get_rx_ring_countBreno Leitao
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