index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
asp2
Age
Commit message (
Expand
)
Author
2024-11-06
net: broadcom: use ethtool string helpers
Rosen Penev
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-15
net: bcmasp: fix potential memory leak in bcmasp_xmit()
Wang Hai
2024-10-11
net: bcmasp: enable SW timestamping
Justin Chen
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-03
net: bcmasp: Simplify with scoped for each OF child loop
Jinjie Ruan
2024-07-05
net: bcmasp: Fix error code in probe()
Dan Carpenter
2024-04-19
net: bcmasp: fix memory leak when bringing down interface
Justin Chen
2024-03-28
net: bcmasp: Remove phy_{suspend/resume}
Justin Chen
2024-03-28
net: bcmasp: Bring up unimac after PHY link up
Justin Chen
2024-03-01
net: bcmasp: Add support for PHY interrupts
Justin Chen
2024-03-01
net: bcmasp: Keep buffers through power management
Justin Chen
2024-03-01
net: bcmasp: Add support for ASP 2.2
Justin Chen
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-18
net: bcmasp: Sanity check is off by one
Justin Chen
2024-02-18
net: bcmasp: Indicate MAC is in charge of PHY PM
Florian Fainelli
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
net: bcmasp: Handle RX buffer allocation failure
Florian Fainelli
2024-02-07
net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()
Russell King (Oracle)
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2023-09-20
net: ethernet: broadcom: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-11
net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()
Hangyu Hua
2023-09-10
net: bcmasp: add missing of_node_put
Julia Lawall
2023-08-08
net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()
Dan Carpenter
2023-07-28
net: bcmasp: Clean up redundant dev_err_probe()
Chen Jiahao
2023-07-17
net: bcmasp: Add support for ethtool driver stats
Justin Chen
2023-07-17
net: bcmasp: Add support for ethtool standard stats
Justin Chen
2023-07-17
net: bcmasp: Add support for eee mode
Justin Chen
2023-07-17
net: bcmasp: Add support for wake on net filters
Justin Chen
2023-07-17
net: bcmasp: Add support for WoL magic packet
Justin Chen
2023-07-17
net: bcmasp: Add support for ASP2.0 Ethernet controller
Justin Chen