summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/faraday/ftgmac100.c
AgeCommit message (Expand)Author
2026-03-31net: ftgmac100: fix ring allocation unwind on open failureYufan Chen
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn
2025-08-05net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnectHeiner Kallweit
2025-07-25net: Fix typosBjorn Helgaas
2025-07-10net: ftgmac100: Add optional reset control for RMII mode on Aspeed SoCsJacky Chou
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit
2024-10-29net: ftgmac100: refactor getting phy device handleJacky Chou
2024-10-20net: ftgmac100: correct the phy interface of NC-SI modeJacky Chou
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-09net: ftgmac100: fixed not check status from fixed phyJacky Chou
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-28net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou
2024-08-26net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou
2023-09-20net: ethernet: faraday: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-18net: ftgmac100: support getting MAC address from NVMEMPaul Fertser
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-15net: ftgmac100: support fixed linkTao Ren
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley
2022-04-13net: ftgmac100: access hardware register after clock readyDylan Hung
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-23net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang
2021-03-12ftgmac100: Restart MAC HW onceDylan Hung
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-17net: ftgmac100: Fix crash when removing driverJoel Stanley
2020-11-02net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov