summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/asp2
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2026-01-26net: bcmasp: streamline early exit in probeJustin Chen-13/+14
2026-01-26net: bcmasp: clean up some legacy logicJustin Chen-89/+10
2026-01-23net: bcmasp: fix early exit leak with fixed phyJustin Chen-1/+4
2026-01-21net: bcmasp: Fix network filter wake for asp-3.0Justin Chen-2/+4
2025-10-15net: bcmasp: Add support for PHY-based Wake-on-LANFlorian Fainelli-2/+32
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2025-07-21net: bcmasp: Restore programming of TX map vector registerFlorian Fainelli-0/+3
2025-07-18net: bcmasp: Add support for re-starting auto-negotiationFlorian Fainelli-0/+1
2025-06-12net: bcmasp: enable GRO software interrupt coalescing by defaultFlorian Fainelli-0/+2
2025-06-12net: bcmasp: Utilize napi_complete_done() return valueFlorian Fainelli-3/+1
2025-04-24net: bcmasp: Add support for asp-v3.0Justin Chen-48/+92
2025-04-24net: bcmasp: Remove support for asp-v2.0Justin Chen-146/+22
2025-01-15net: bcm: asp2: convert to phylib managed EEERussell King (Oracle)-43/+10
2025-01-15net: bcm: asp2: remove tx_lpi_enabledRussell King (Oracle)-6/+0
2025-01-15net: bcm: asp2: fix LPI timer handlingRussell King (Oracle)-2/+5
2024-11-06net: broadcom: use ethtool string helpersRosen Penev-3/+3
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+1
2024-10-15net: bcmasp: fix potential memory leak in bcmasp_xmit()Wang Hai-0/+1
2024-10-11net: bcmasp: enable SW timestampingJustin Chen-0/+4
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-03net: bcmasp: Simplify with scoped for each OF child loopJinjie Ruan-3/+2
2024-07-05net: bcmasp: Fix error code in probe()Dan Carpenter-0/+1
2024-04-19net: bcmasp: fix memory leak when bringing down interfaceJustin Chen-7/+14
2024-03-28net: bcmasp: Remove phy_{suspend/resume}Justin Chen-14/+1
2024-03-28net: bcmasp: Bring up unimac after PHY link upJustin Chen-9/+19
2024-03-01net: bcmasp: Add support for PHY interruptsJustin Chen-0/+26
2024-03-01net: bcmasp: Keep buffers through power managementJustin Chen-108/+85
2024-03-01net: bcmasp: Add support for ASP 2.2Justin Chen-10/+87
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2024-02-18net: bcmasp: Sanity check is off by oneJustin Chen-3/+3
2024-02-18net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli-0/+3
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-02-15net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli-0/+3
2024-02-07net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()Russell King (Oracle)-6/+3
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-5/+5
2023-09-20net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua-5/+10
2023-09-10net: bcmasp: add missing of_node_putJulia Lawall-0/+1
2023-08-08net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter-2/+2
2023-07-28net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao-1/+1
2023-07-17net: bcmasp: Add support for ethtool driver statsJustin Chen-4/+199
2023-07-17net: bcmasp: Add support for ethtool standard statsJustin Chen-1/+139
2023-07-17net: bcmasp: Add support for eee modeJustin Chen-0/+71
2023-07-17net: bcmasp: Add support for wake on net filtersJustin Chen-1/+768
2023-07-17net: bcmasp: Add support for WoL magic packetJustin Chen-12/+262
2023-07-17net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen-0/+2779