summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2025-10-29net: stmmac: est: Fix GCL bounds checksRohan G Thomas
2025-10-29net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas
2025-10-29net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-01net: stmmac: Add support for Allwinner A523 GMAC200Chen-Yu Tsai
2025-09-29net: stmmac: remove stmmac_hw_setup() excess documentation parameterRussell King (Oracle)
2025-09-29net: stmmac: Convert open-coded register polling to helper macroFurong Xu
2025-09-29net: stmmac: tc: Add HLBS drop count to taprio statsRohan G Thomas
2025-09-29net: stmmac: est: Drop frames causing HLBS errorRohan G Thomas
2025-09-24net: stmmac: simplify stmmac_init_phy()Russell King (Oracle)
2025-09-24net: stmmac: move PHY handling out of __stmmac_open()/release()Russell King (Oracle)
2025-09-24net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()Russell King (Oracle)
2025-09-24net: stmmac: move PHY attachment error message into stmmac_init_phy()Russell King (Oracle)
2025-09-24net: stmmac: move xpcs clause 73 test into stmmac_init_phy()Russell King (Oracle)
2025-09-24net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.cRussell King (Oracle)
2025-09-19net: stmmac: remove mac_interfaceRussell King (Oracle)
2025-09-19net: stmmac: thead: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: sun8i: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: stm32: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: starfive: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: socfpga: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: ingenic: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: imx: convert to use phy_interfaceRussell King (Oracle)
2025-09-19net: stmmac: use phy_interface in stmmac_check_pcs_mode()Russell King (Oracle)
2025-09-17Revert "net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for e...Chaoyi Chen
2025-09-14net: stmmac: move timestamping/ptp init to stmmac_hw_setup() callerRussell King (Oracle)
2025-09-14net: stmmac: move PTP support check into stmmac_init_timestamping()Russell King (Oracle)
2025-09-14net: stmmac: add stmmac_setup_ptp()Russell King (Oracle)
2025-09-14net: stmmac: rename stmmac_init_ptp()Russell King (Oracle)
2025-09-14net: stmmac: move stmmac_init_ptp() messages into functionRussell King (Oracle)
2025-09-14net: stmmac: add __stmmac_release() to complement __stmmac_open()Russell King (Oracle)
2025-09-14net: stmmac: unexport stmmac_init_tstamp_counter()Russell King (Oracle)
2025-09-14net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanupRussell King (Oracle)
2025-09-14net: stmmac: fix PTP error cleanup in __stmmac_open()Russell King (Oracle)
2025-09-14net: stmmac: disable PTP clock after unregistering PTPRussell King (Oracle)
2025-09-14net: stmmac: ptp: improve handling of aux_ts_lock lifetimeRussell King (Oracle)
2025-09-14net: stmmac: dwmac-renesas-gbeth: Add support for RZ/T2H SoCLad Prabhakar
2025-09-14net: stmmac: dwmac-renesas-gbeth: Use OF data for configurationLad Prabhakar
2025-09-10net: stmmac: dwc-qos: use PHY WoLRussell King (Oracle)
2025-09-08net: stmmac: use STMMAC_CSR_xxx definitions in platform glueRussell King (Oracle)
2025-09-08net: stmmac: mdio: remove redundant clock rate testsRussell King (Oracle)
2025-09-08net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()Russell King (Oracle)
2025-09-08net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdioRussell King (Oracle)
2025-09-08net: stmmac: mdio: improve mdio register field definitionsRussell King (Oracle)
2025-09-08net: stmmac: mdio: move runtime PM into stmmac_mdio_access()Russell King (Oracle)
2025-09-08net: stmmac: mdio: merge stmmac_mdio_read() and stmmac_mdio_write()Russell King (Oracle)
2025-09-08net: stmmac: mdio: move stmmac_mdio_format_addr() into read/writeRussell King (Oracle)
2025-09-08net: stmmac: mdio: provide priv->gmii_address_bus_configRussell King (Oracle)
2025-09-08net: stmmac: mdio: provide stmmac_mdio_wait()Russell King (Oracle)