index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
/
hinic
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-9
/
+9
2026-01-10
net: hinic: convert to use .get_rx_ring_count
Breno Leitao
-15
/
+4
2025-08-26
devlink: Move graceful period parameter to reporter ops
Shahar Shitrit
-4
/
+6
2025-07-25
net: Fix typos
Bjorn Helgaas
-2
/
+2
2025-06-21
eth: hinic: migrate to new RXFH callbacks
Jakub Kicinski
-31
/
+16
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2024-12-16
net: hinic: Fix cleanup in create_rxqs/txqs()
Dan Carpenter
-0
/
+2
2024-12-10
net: hinic: Fix typo in dev_err message
Andrew Kreimer
-1
/
+1
2024-08-13
net: hinic: use ethtool_sprintf/puts
Rosen Penev
-23
/
+10
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
-19
/
+21
2023-10-20
hinic: devlink health: use retained error fmsg API
Przemek Kitszel
-161
/
+56
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-3
/
+0
2023-09-20
net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...
Cai Huoqing
-3
/
+0
2023-09-13
net: hinic: Use devm_kasprintf()
Christophe JAILLET
-5
/
+3
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+8
2022-11-11
net: hinic: Fix error handling in hinic_module_init()
Yuan Can
-1
/
+8
2022-11-07
net: hinic: Add support for configuration of rx-vlan-filter by ethtool
Cai Huoqing
-0
/
+55
2022-11-07
net: hinic: Add control command support for VF PMD driver in DPDK
Cai Huoqing
-0
/
+84
2022-11-07
net: hinic: Convert the cmd code from decimal to hex to be more readable
Cai Huoqing
-52
/
+52
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
-4
/
+4
2022-10-25
net: hinic: Set max_mtu/min_mtu directly to simplify the code.
caihuoqing
-17
/
+7
2022-10-20
net: hinic: fix the issue of double release MBOX callback of VF
Zhengchao Shao
-1
/
+0
2022-10-20
net: hinic: fix the issue of CMDQ memory leaks
Zhengchao Shao
-1
/
+1
2022-10-20
net: hinic: fix memory leak when reading function table
Zhengchao Shao
-6
/
+12
2022-10-20
net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
Zhengchao Shao
-1
/
+1
2022-09-22
net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()
Zhengchao Shao
-12
/
+8
2022-09-22
net: hinic: replace magic numbers with macro
Zhengchao Shao
-1
/
+2
2022-09-22
net: hinic: remove unused enumerated value
Zhengchao Shao
-35
/
+0
2022-09-22
net: hinic: change hinic_deinit_vf_hw() to void
Zhengchao Shao
-4
/
+2
2022-09-22
net: hinic: simplify code logic
Zhengchao Shao
-2
/
+2
2022-09-22
net: hinic: remove duplicate macro definition
Zhengchao Shao
-2
/
+0
2022-09-22
net: hinic: remove unused macro
Zhengchao Shao
-9
/
+0
2022-09-22
net: hinic: remove unused functions
Zhengchao Shao
-51
/
+0
2022-09-22
net: hinic: change type of function to be static
Zhengchao Shao
-25
/
+9
2022-09-22
net: hinic: modify kernel doc comments
Zhengchao Shao
-6
/
+0
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
-4
/
+4
2022-07-06
net: hinic: avoid kernel hung in hinic_get_stats64()
Qiao Ma
-4
/
+0
2022-07-06
net: hinic: fix bug that ethtool get wrong stats
Qiao Ma
-48
/
+16
2022-06-27
hinic: Use the bitmap API when applicable
Christophe JAILLET
-5
/
+2
2022-06-17
hinic: Replace memcpy() with direct assignment
Kees Cook
-3
/
+1
2022-06-10
ethernet: Remove vf rate limit check for drivers
Bin Chen
-6
/
+0
2022-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2022-05-22
hinic: Avoid some over memory allocation
Christophe JAILLET
-1
/
+1
2022-05-16
net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
Zheng Bin
-0
/
+2
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
-2
/
+4
2022-04-29
hinic: fix bug of wq out of bound access
Qiao Ma
-2
/
+5
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2022-01-09
hinic: Remove useless DMA-32 fallback configuration
Christophe JAILLET
-6
/
+2
[next]