index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
/
hinic3
/
hinic3_netdev_ops.c
Age
Commit message (
Expand
)
Author
2026-03-12
hinic3: Add chip_present_flag checks to prevent errors when card is absent
Fan Gong
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
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 .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
2025-11-03
hinic3: fix misleading error message in hinic3_open_channel()
Alok Tiwari
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-05-21
hinic3: module initialization and tx/rx logic
Fan Gong