index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hibmcge
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
net: hibmcge: fix wrong ndo.open() after reset fail issue.
Jijie Shao
1
-8
/
+8
2025-05-22
net: hibmcge: fix incorrect statistics update issue
Jijie Shao
1
-0
/
+3
2025-04-12
net: hibmcge: fix multiple phy_stop() issue
Jijie Shao
1
-1
/
+10
2025-04-12
net: hibmcge: fix not restore rx pause mac addr after reset issue
Jijie Shao
1
-0
/
+3
2025-04-12
net: hibmcge: fix the incorrect np_link fail state issue.
Jijie Shao
1
-2
/
+5
2025-04-12
net: hibmcge: fix wrong mtu log issue
Jijie Shao
1
-3
/
+3
2025-04-12
net: hibmcge: fix the share of irq statistics among different network ports i...
Jijie Shao
5
-16
/
+24
2025-04-12
net: hibmcge: fix incorrect multicast filtering issue
Jijie Shao
2
-0
/
+6
2025-04-12
net: hibmcge: fix incorrect pause frame statistics issue
Jijie Shao
2
-0
/
+4
2025-03-04
net: hibmcge: Add support for ioctl
Jijie Shao
1
-0
/
+2
2025-03-04
net: hibmcge: Add support for BMC diagnose feature
Jijie Shao
6
-3
/
+377
2025-03-04
net: hibmcge: Add support for mac link exception handling feature
Jijie Shao
7
-0
/
+51
2025-03-04
net: hibmcge: Add support for abnormal irq handling feature
Jijie Shao
8
-23
/
+112
2025-03-04
net: hibmcge: Add support for checksum offload
Jijie Shao
2
-6
/
+29
2025-03-04
net: hibmcge: Add support for dump statistics
Jijie Shao
6
-2
/
+741
2024-12-18
net: hibmcge: Add nway_reset supported in this module
Jijie Shao
1
-0
/
+1
2024-12-18
net: hibmcge: Add reset supported in this module
Jijie Shao
8
-21
/
+226
2024-12-18
net: hibmcge: Add pauseparam supported in this module
Jijie Shao
7
-0
/
+68
2024-12-18
net: hibmcge: Add register dump supported in this module
Jijie Shao
2
-0
/
+174
2024-12-18
net: hibmcge: Add unicast frame filter supported in this module
Jijie Shao
6
-6
/
+187
2024-12-18
net: hibmcge: Add irq_info file to debugfs
Jijie Shao
1
-0
/
+22
2024-12-18
net: hibmcge: Add debugfs supported in this module
Jijie Shao
4
-3
/
+135
2024-10-21
net: hibmcge: Add a Makefile and update Kconfig for hibmcge
Jijie Shao
1
-0
/
+8
2024-10-21
net: hibmcge: Implement some ethtool_ops functions
Jijie Shao
3
-0
/
+30
2024-10-21
net: hibmcge: Implement rx_poll function to receive packets
Jijie Shao
6
-3
/
+177
2024-10-21
net: hibmcge: Implement .ndo_start_xmit function
Jijie Shao
8
-3
/
+455
2024-10-21
net: hibmcge: Implement some .ndo functions
Jijie Shao
4
-0
/
+142
2024-10-21
net: hibmcge: Add interrupt supported in this module
Jijie Shao
7
-0
/
+237
2024-10-21
net: hibmcge: Add mdio and hardware configuration supported in this module
Jijie Shao
7
-2
/
+399
2024-10-21
net: hibmcge: Add read/write registers supported through the bar space
Jijie Shao
5
-0
/
+173
2024-10-21
net: hibmcge: Add pci table supported in this module
Jijie Shao
2
-0
/
+100