summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/asp2
Commit message (Expand)AuthorAgeFilesLines
* net: bcmasp: fix memory leak when bringing down interfaceJustin Chen2024-04-191-7/+14
* net: bcmasp: Remove phy_{suspend/resume}Justin Chen2024-03-281-14/+1
* net: bcmasp: Bring up unimac after PHY link upJustin Chen2024-03-281-9/+19
* net: bcmasp: Add support for PHY interruptsJustin Chen2024-03-013-0/+26
* net: bcmasp: Keep buffers through power managementJustin Chen2024-03-012-108/+85
* net: bcmasp: Add support for ASP 2.2Justin Chen2024-03-013-10/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-222-3/+6
|\
| * net: bcmasp: Sanity check is off by oneJustin Chen2024-02-181-3/+3
| * net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli2024-02-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+3
|\|
| * net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli2024-02-151-0/+3
* | net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()Russell King (Oracle)2024-02-072-6/+3
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-312-5/+5
|/
* net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua2023-09-113-5/+10
* net: bcmasp: add missing of_node_putJulia Lawall2023-09-101-0/+1
* net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2023-08-082-2/+2
* net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao2023-07-281-1/+1
* net: bcmasp: Add support for ethtool driver statsJustin Chen2023-07-174-4/+199
* net: bcmasp: Add support for ethtool standard statsJustin Chen2023-07-172-1/+139
* net: bcmasp: Add support for eee modeJustin Chen2023-07-173-0/+71
* net: bcmasp: Add support for wake on net filtersJustin Chen2023-07-174-1/+768
* net: bcmasp: Add support for WoL magic packetJustin Chen2023-07-174-12/+262
* net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen2023-07-176-0/+2779