index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
/
hinic3
Age
Commit message (
Expand
)
Author
2026-02-06
hinic3: select CONFIG_DIMLIB
Arnd Bergmann
2026-01-29
hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HI
Fan Gong
2026-01-29
hinic3: Use array_size instead of multiplying
Fan Gong
2026-01-29
hinic3: Remove defensive txq_num check
Fan Gong
2026-01-29
hinic3: Fix code Style(remove empty lines between error handling)
Fan Gong
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-22
hinic3: Fix netif_queue_set_napi queue_index input parameter error
Fan Gong
2026-01-20
hinic3: Add HW event handler
Fan Gong
2026-01-20
hinic3: Add mac filter ops
Fan Gong
2026-01-20
hinic3: Add adaptive IRQ coalescing with DIM
Fan Gong
2026-01-20
hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addr
Fan Gong
2026-01-20
hinic3: Add .ndo_features_check
Fan Gong
2026-01-20
hinic3: Add .ndo_set_features and .ndo_fix_features
Fan Gong
2026-01-20
hinic3: Add .ndo_tx_timeout and .ndo_get_stats64
Fan Gong
2026-01-20
hinic3: Add PF management interfaces
Fan Gong
2026-01-20
hinic3: Add PF framework
Fan Gong
2026-01-15
hinic3: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2025-11-03
hinic3: fix misleading error message in hinic3_open_channel()
Alok Tiwari
2025-09-19
hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res()
Dan Carpenter
2025-09-16
hinic3: Fix code style (Missing a blank line before return)
Fan Gong
2025-09-16
hinic3: Fix missing napi->dev in netif_queue_set_napi
Fan Gong
2025-09-16
hinic3: Add port management
Fan Gong
2025-09-16
hinic3: Add Rss function
Fan Gong
2025-09-16
hinic3: Tx & Rx configuration
Fan Gong
2025-09-16
hinic3: Queue pair context initialization
Fan Gong
2025-09-16
hinic3: Queue pair resource initialization
Fan Gong
2025-09-16
hinic3: Queue pair endianness improvements
Fan Gong
2025-09-16
hinic3: Nic_io initialization
Fan Gong
2025-09-16
hinic3: Command Queue flush interfaces
Fan Gong
2025-09-16
hinic3: HW capability initialization
Fan Gong
2025-09-16
hinic3: HW common function initialization
Fan Gong
2025-09-16
hinic3: HW management interfaces
Fan Gong
2025-09-16
hinic3: HW initialization
Fan Gong
2025-08-22
hinic3: Interrupt request configuration
Fan Gong
2025-08-22
hinic3: Mailbox management interfaces
Fan Gong
2025-08-22
hinic3: Mailbox framework
Fan Gong
2025-08-22
hinic3: TX & RX Queue coalesce interfaces
Fan Gong
2025-08-22
hinic3: Command Queue interfaces
Fan Gong
2025-08-22
hinic3: Command Queue framework
Fan Gong
2025-08-22
hinic3: Complete Event Queue interfaces
Fan Gong
2025-08-22
hinic3: Async Event Queue interfaces
Fan Gong
2025-06-10
hinic3: remove tx_q name collision hack
Gur Stavi
2025-06-10
hinic3: use netif_subqueue_sent api
Gur Stavi
2025-05-29
hinic3: Remove printed message during module init
Geert Uytterhoeven
2025-05-21
hinic3: module initialization and tx/rx logic
Fan Gong