summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-6/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-54/+51
2026-02-06hinic3: select CONFIG_DIMLIBArnd Bergmann-0/+1
2026-01-29hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HIFan Gong-1/+5
2026-01-29hinic3: Use array_size instead of multiplyingFan Gong-2/+4
2026-01-29hinic3: Remove defensive txq_num checkFan Gong-6/+0
2026-01-29hinic3: Fix code Style(remove empty lines between error handling)Fan Gong-16/+0
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+13
2026-01-22hinic3: Fix netif_queue_set_napi queue_index input parameter errorFan Gong-9/+13
2026-01-20hinic3: Add HW event handlerFan Gong-1/+92
2026-01-20hinic3: Add mac filter opsFan Gong-0/+514
2026-01-20hinic3: Add adaptive IRQ coalescing with DIMFan Gong-5/+174
2026-01-20hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addrFan Gong-0/+128
2026-01-20hinic3: Add .ndo_features_checkFan Gong-0/+13
2026-01-20hinic3: Add .ndo_set_features and .ndo_fix_featuresFan Gong-1/+370
2026-01-20hinic3: Add .ndo_tx_timeout and .ndo_get_stats64Fan Gong-2/+217
2026-01-20hinic3: Add PF management interfacesFan Gong-3/+521
2026-01-20hinic3: Add PF frameworkFan Gong-25/+415
2026-01-15hinic3: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-2/+2
2026-01-10net: hinic: convert to use .get_rx_ring_countBreno Leitao-15/+4
2025-11-03hinic3: fix misleading error message in hinic3_open_channel()Alok Tiwari-1/+1
2025-09-19hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res()Dan Carpenter-1/+1
2025-09-16hinic3: Fix code style (Missing a blank line before return)Fan Gong-0/+8
2025-09-16hinic3: Fix missing napi->dev in netif_queue_set_napiFan Gong-1/+1
2025-09-16hinic3: Add port managementFan Gong-0/+161
2025-09-16hinic3: Add Rss functionFan Gong-1/+436
2025-09-16hinic3: Tx & Rx configurationFan Gong-1/+197
2025-09-16hinic3: Queue pair context initializationFan Gong-0/+782
2025-09-16hinic3: Queue pair resource initializationFan Gong-7/+749
2025-09-16hinic3: Queue pair endianness improvementsFan Gong-69/+79
2025-09-16hinic3: Nic_io initializationFan Gong-3/+88
2025-09-16hinic3: Command Queue flush interfacesFan Gong-0/+124
2025-09-16hinic3: HW capability initializationFan Gong-0/+115
2025-09-16hinic3: HW common function initializationFan Gong-1/+716
2025-09-16hinic3: HW management interfacesFan Gong-0/+152
2025-09-16hinic3: HW initializationFan Gong-4/+316
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-4/+6
2025-08-22hinic3: Interrupt request configurationFan Gong-6/+178
2025-08-22hinic3: Mailbox management interfacesFan Gong-2/+460
2025-08-22hinic3: Mailbox frameworkFan Gong-0/+535
2025-08-22hinic3: TX & RX Queue coalesce interfacesFan Gong-5/+66
2025-08-22hinic3: Command Queue interfacesFan Gong-0/+522
2025-08-22hinic3: Command Queue frameworkFan Gong-8/+694
2025-08-22hinic3: Complete Event Queue interfacesFan Gong-55/+545
2025-08-22hinic3: Async Event Queue interfacesFan Gong-0/+740
2025-07-25net: Fix typosBjorn Helgaas-2/+2
2025-06-21eth: hinic: migrate to new RXFH callbacksJakub Kicinski-31/+16
2025-06-10hinic3: remove tx_q name collision hackGur Stavi-11/+9