summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/faraday
AgeCommit message (Expand)AuthorFilesLines
2026-04-01net: ftgmac100: fix ring allocation unwind on open failureYufan Chen1-4/+24
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou1-22/+4
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn1-5/+5
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn1-4/+1
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn1-33/+54
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn1-25/+20
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn1-27/+45
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn1-1/+1
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn1-18/+6
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn1-14/+6
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn1-8/+3
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn1-10/+10
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn1-5/+50
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn1-0/+3
2025-08-06net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnectHeiner Kallweit1-3/+4
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-11net: ftgmac100: Add optional reset control for RMII mode on Aspeed SoCsJacky Chou1-0/+26
2025-06-19net: ftgmac100: select FIXED_PHYHeiner Kallweit1-0/+1
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit1-1/+1
2024-10-30net: ftgmac100: refactor getting phy device handleJacky Chou1-23/+5
2024-10-20net: ftgmac100: correct the phy interface of NC-SI modeJacky Chou1-1/+1
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-10-10net: ftgmac100: fixed not check status from fixed phyJacky Chou1-1/+6
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-09-10net: ftgmac100: Enable TX interrupt to avoid TX timeoutJacky Chou1-1/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+18
2024-08-29net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou1-2/+26
2024-08-26net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou1-8/+18
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-09-20net: ethernet: faraday: Convert to platform remove callback returning voidUwe Kleine-König2-6/+4
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov1-5/+45
2023-07-18net: ftgmac100: support getting MAC address from NVMEMPaul Fertser1-4/+12
2023-01-18net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov1-0/+6
2022-11-01net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov1-2/+31
2022-11-01net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean1-1/+2
2022-11-01net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean1-17/+12
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-15net: ftgmac100: support fixed linkTao Ren1-0/+24
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov1-6/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-08-27net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov1-0/+5
2022-08-24net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov1-0/+1
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He1-1/+14
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-04-13net: ftgmac100: access hardware register after clock readyDylan Hung1-5/+5
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+5
2022-03-07nds32: Remove the architectureAlan Kao1-7/+5