index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-14
hinic3: Fix spelling mistake "capbility" -> "capability"
Colin Ian King
1
-1
/
+1
2026-03-12
hinic3: Add ethtool basic ops
Fan Gong
11
-2
/
+677
2026-03-12
hinic3: Add PF/VF capability parsing and parameter validation
Fan Gong
2
-3
/
+52
2026-03-12
hinic3: Add PF FLR wait and timeout handling
Fan Gong
1
-0
/
+34
2026-03-12
hinic3: Add PF device support and function type validation
Fan Gong
5
-3
/
+27
2026-03-12
hinic3: Add msg_send_lock for message sending concurrecy
Fan Gong
2
-2
/
+11
2026-03-12
hinic3: Add RX VLAN offload support
Fan Gong
2
-0
/
+18
2026-03-12
hinic3: Add chip_present_flag checks to prevent errors when card is absent
Fan Gong
9
-8
/
+52
2026-03-12
hinic3: Add Command Queue/Async Event Queue/Complete Event Queue/Mailbox dump...
Fan Gong
5
-0
/
+106
2026-03-12
hinic3: Add command queue detailed-response interfaces
Fan Gong
2
-12
/
+169
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
3
-6
/
+5
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
5
-10
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
17
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
21
-54
/
+51
2026-02-06
hinic3: select CONFIG_DIMLIB
Arnd Bergmann
1
-0
/
+1
2026-01-29
hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HI
Fan Gong
1
-1
/
+5
2026-01-29
hinic3: Use array_size instead of multiplying
Fan Gong
1
-2
/
+4
2026-01-29
hinic3: Remove defensive txq_num check
Fan Gong
1
-6
/
+0
2026-01-29
hinic3: Fix code Style(remove empty lines between error handling)
Fan Gong
6
-16
/
+0
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+13
2026-01-22
hinic3: Fix netif_queue_set_napi queue_index input parameter error
Fan Gong
1
-9
/
+13
2026-01-20
hinic3: Add HW event handler
Fan Gong
6
-1
/
+92
2026-01-20
hinic3: Add mac filter ops
Fan Gong
8
-0
/
+514
2026-01-20
hinic3: Add adaptive IRQ coalescing with DIM
Fan Gong
7
-5
/
+174
2026-01-20
hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addr
Fan Gong
6
-0
/
+128
2026-01-20
hinic3: Add .ndo_features_check
Fan Gong
1
-0
/
+13
2026-01-20
hinic3: Add .ndo_set_features and .ndo_fix_features
Fan Gong
6
-1
/
+370
2026-01-20
hinic3: Add .ndo_tx_timeout and .ndo_get_stats64
Fan Gong
8
-2
/
+217
2026-01-20
hinic3: Add PF management interfaces
Fan Gong
13
-3
/
+521
2026-01-20
hinic3: Add PF framework
Fan Gong
14
-25
/
+415
2026-01-15
hinic3: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2026-01-10
net: hinic: convert to use .get_rx_ring_count
Breno Leitao
1
-15
/
+4
2025-11-03
hinic3: fix misleading error message in hinic3_open_channel()
Alok Tiwari
1
-1
/
+1
2025-09-19
hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res()
Dan Carpenter
1
-1
/
+1
2025-09-16
hinic3: Fix code style (Missing a blank line before return)
Fan Gong
3
-0
/
+8
2025-09-16
hinic3: Fix missing napi->dev in netif_queue_set_napi
Fan Gong
1
-1
/
+1
2025-09-16
hinic3: Add port management
Fan Gong
4
-0
/
+161
2025-09-16
hinic3: Add Rss function
Fan Gong
7
-1
/
+436
2025-09-16
hinic3: Tx & Rx configuration
Fan Gong
8
-1
/
+197
2025-09-16
hinic3: Queue pair context initialization
Fan Gong
8
-0
/
+782
2025-09-16
hinic3: Queue pair resource initialization
Fan Gong
7
-7
/
+749
2025-09-16
hinic3: Queue pair endianness improvements
Fan Gong
5
-69
/
+79
2025-09-16
hinic3: Nic_io initialization
Fan Gong
4
-3
/
+88
2025-09-16
hinic3: Command Queue flush interfaces
Fan Gong
6
-0
/
+124
2025-09-16
hinic3: HW capability initialization
Fan Gong
4
-0
/
+115
2025-09-16
hinic3: HW common function initialization
Fan Gong
4
-1
/
+716
2025-09-16
hinic3: HW management interfaces
Fan Gong
8
-0
/
+152
2025-09-16
hinic3: HW initialization
Fan Gong
5
-4
/
+316
2025-08-26
devlink: Move graceful period parameter to reporter ops
Shahar Shitrit
1
-4
/
+6
2025-08-22
hinic3: Interrupt request configuration
Fan Gong
4
-6
/
+178
[next]