summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: stmmac: fix the crash issue for zero copy XDP_TX actionWei Fang1-2/+15
2025-12-18net: stmmac: fix rx limit check in stmmac_rx_zc()Alexey Kodanev1-1/+1
2025-12-18net: stmmac: Fix VLAN 0 deletion in vlan_del_hw_rx_fltr()Ovidiu Panait1-1/+2
2025-12-18net: stmmac: dwmac-sophgo: Add phy interface filterInochi Amaoto1-1/+19
2025-10-30net: stmmac: est: Fix GCL bounds checksRohan G Thomas1-2/+2
2025-10-30net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas1-4/+10
2025-10-30net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas2-15/+5
2025-10-17net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel1-4/+5
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds34-835/+999
2025-10-01net: stmmac: Add support for Allwinner A523 GMAC200Chen-Yu Tsai3-0/+172
2025-09-30net: stmmac: remove stmmac_hw_setup() excess documentation parameterRussell King (Oracle)1-1/+0
2025-09-30net: stmmac: Convert open-coded register polling to helper macroFurong Xu1-22/+6
2025-09-30net: stmmac: tc: Add HLBS drop count to taprio statsRohan G Thomas1-2/+5
2025-09-30net: stmmac: est: Drop frames causing HLBS errorRohan G Thomas3-3/+8
2025-09-25net: stmmac: simplify stmmac_init_phy()Russell King (Oracle)1-13/+12
2025-09-25net: stmmac: move PHY handling out of __stmmac_open()/release()Russell King (Oracle)1-12/+17
2025-09-25net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()Russell King (Oracle)1-4/+4
2025-09-25net: stmmac: move PHY attachment error message into stmmac_init_phy()Russell King (Oracle)1-6/+5
2025-09-25net: stmmac: move xpcs clause 73 test into stmmac_init_phy()Russell King (Oracle)1-10/+11
2025-09-25net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.cRussell King (Oracle)3-34/+32
2025-09-20net: stmmac: remove mac_interfaceRussell King (Oracle)4-8/+6
2025-09-20net: stmmac: thead: convert to use phy_interfaceRussell King (Oracle)1-12/+12
2025-09-20net: stmmac: sun8i: convert to use phy_interfaceRussell King (Oracle)1-2/+2
2025-09-20net: stmmac: stm32: convert to use phy_interfaceRussell King (Oracle)1-13/+13
2025-09-20net: stmmac: starfive: convert to use phy_interfaceRussell King (Oracle)1-3/+3
2025-09-20net: stmmac: socfpga: convert to use phy_interfaceRussell King (Oracle)1-1/+1
2025-09-20net: stmmac: ingenic: convert to use phy_interfaceRussell King (Oracle)1-10/+15
2025-09-20net: stmmac: imx: convert to use phy_interfaceRussell King (Oracle)1-10/+10
2025-09-20net: stmmac: use phy_interface in stmmac_check_pcs_mode()Russell King (Oracle)1-0/+3
2025-09-18Revert "net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for e...Chaoyi Chen1-7/+4
2025-09-14net: stmmac: move timestamping/ptp init to stmmac_hw_setup() callerRussell King (Oracle)1-8/+7
2025-09-14net: stmmac: move PTP support check into stmmac_init_timestamping()Russell King (Oracle)1-7/+6
2025-09-14net: stmmac: add stmmac_setup_ptp()Russell King (Oracle)1-10/+18
2025-09-14net: stmmac: rename stmmac_init_ptp()Russell King (Oracle)1-3/+3
2025-09-14net: stmmac: move stmmac_init_ptp() messages into functionRussell King (Oracle)1-7/+7
2025-09-14net: stmmac: add __stmmac_release() to complement __stmmac_open()Russell King (Oracle)1-16/+25
2025-09-14net: stmmac: unexport stmmac_init_tstamp_counter()Russell King (Oracle)2-3/+2
2025-09-14net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanupRussell King (Oracle)1-8/+0
2025-09-14net: stmmac: fix PTP error cleanup in __stmmac_open()Russell King (Oracle)1-1/+1
2025-09-14net: stmmac: disable PTP clock after unregistering PTPRussell King (Oracle)1-1/+1
2025-09-14net: stmmac: ptp: improve handling of aux_ts_lock lifetimeRussell King (Oracle)1-3/+7
2025-09-14net: stmmac: dwmac-renesas-gbeth: Add support for RZ/T2H SoCLad Prabhakar2-5/+58
2025-09-14net: stmmac: dwmac-renesas-gbeth: Use OF data for configurationLad Prabhakar1-10/+47
2025-09-11net: stmmac: dwc-qos: use PHY WoLRussell King (Oracle)1-1/+2
2025-09-09net: stmmac: use STMMAC_CSR_xxx definitions in platform glueRussell King (Oracle)3-5/+8
2025-09-09net: stmmac: mdio: remove redundant clock rate testsRussell King (Oracle)1-7/+7
2025-09-09net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()Russell King (Oracle)2-35/+34
2025-09-09net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdioRussell King (Oracle)2-84/+86
2025-09-09net: stmmac: mdio: improve mdio register field definitionsRussell King (Oracle)1-8/+8
2025-09-09net: stmmac: mdio: move runtime PM into stmmac_mdio_access()Russell King (Oracle)1-51/+20