index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
broadcom
/
asp2
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
net: bcmasp: fix potential memory leak in bcmasp_xmit()
Wang Hai
1
-0
/
+1
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-03
net: bcmasp: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-3
/
+2
2024-07-06
net: bcmasp: Fix error code in probe()
Dan Carpenter
1
-0
/
+1
2024-04-20
net: bcmasp: fix memory leak when bringing down interface
Justin Chen
1
-7
/
+14
2024-03-28
net: bcmasp: Remove phy_{suspend/resume}
Justin Chen
1
-14
/
+1
2024-03-28
net: bcmasp: Bring up unimac after PHY link up
Justin Chen
1
-9
/
+19
2024-03-01
net: bcmasp: Add support for PHY interrupts
Justin Chen
3
-0
/
+26
2024-03-01
net: bcmasp: Keep buffers through power management
Justin Chen
2
-108
/
+85
2024-03-01
net: bcmasp: Add support for ASP 2.2
Justin Chen
3
-10
/
+87
2024-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+6
2024-02-18
net: bcmasp: Sanity check is off by one
Justin Chen
1
-3
/
+3
2024-02-18
net: bcmasp: Indicate MAC is in charge of PHY PM
Florian Fainelli
1
-0
/
+3
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-02-15
net: bcmasp: Handle RX buffer allocation failure
Florian Fainelli
1
-0
/
+3
2024-02-07
net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()
Russell King (Oracle)
2
-6
/
+3
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2
-5
/
+5
2023-09-20
net: ethernet: broadcom: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+3
2023-09-11
net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()
Hangyu Hua
3
-5
/
+10
2023-09-10
net: bcmasp: add missing of_node_put
Julia Lawall
1
-0
/
+1
2023-08-09
net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()
Dan Carpenter
2
-2
/
+2
2023-07-29
net: bcmasp: Clean up redundant dev_err_probe()
Chen Jiahao
1
-1
/
+1
2023-07-17
net: bcmasp: Add support for ethtool driver stats
Justin Chen
4
-4
/
+199
2023-07-17
net: bcmasp: Add support for ethtool standard stats
Justin Chen
2
-1
/
+139
2023-07-17
net: bcmasp: Add support for eee mode
Justin Chen
3
-0
/
+71
2023-07-17
net: bcmasp: Add support for wake on net filters
Justin Chen
4
-1
/
+768
2023-07-17
net: bcmasp: Add support for WoL magic packet
Justin Chen
4
-12
/
+262
2023-07-17
net: bcmasp: Add support for ASP2.0 Ethernet controller
Justin Chen
6
-0
/
+2779