summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/asp2
AgeCommit message (Expand)AuthorFilesLines
2024-07-06net: bcmasp: Fix error code in probe()Dan Carpenter1-0/+1
2024-04-20net: bcmasp: fix memory leak when bringing down interfaceJustin Chen1-7/+14
2024-03-28net: bcmasp: Remove phy_{suspend/resume}Justin Chen1-14/+1
2024-03-28net: bcmasp: Bring up unimac after PHY link upJustin Chen1-9/+19
2024-03-01net: bcmasp: Add support for PHY interruptsJustin Chen3-0/+26
2024-03-01net: bcmasp: Keep buffers through power managementJustin Chen2-108/+85
2024-03-01net: bcmasp: Add support for ASP 2.2Justin Chen3-10/+87
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2024-02-18net: bcmasp: Sanity check is off by oneJustin Chen1-3/+3
2024-02-18net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-02-15net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli1-0/+3
2024-02-07net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()Russell King (Oracle)2-6/+3
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2-5/+5
2023-09-20net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua3-5/+10
2023-09-10net: bcmasp: add missing of_node_putJulia Lawall1-0/+1
2023-08-09net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2-2/+2
2023-07-29net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao1-1/+1
2023-07-17net: bcmasp: Add support for ethtool driver statsJustin Chen4-4/+199
2023-07-17net: bcmasp: Add support for ethtool standard statsJustin Chen2-1/+139
2023-07-17net: bcmasp: Add support for eee modeJustin Chen3-0/+71
2023-07-17net: bcmasp: Add support for wake on net filtersJustin Chen4-1/+768
2023-07-17net: bcmasp: Add support for WoL magic packetJustin Chen4-12/+262
2023-07-17net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen6-0/+2779