Age | Commit message (Expand) | Author | Files | Lines |
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 |