summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2026-03-12net: stmmac: Defer VLAN HW configuration when interface is downOvidiu Panait2-19/+26
2026-03-12net: stmmac: Fix VLAN HW state restoreOvidiu Panait2-12/+22
2026-03-12net: stmmac: Improve double VLAN handlingOvidiu Panait3-4/+21
2026-03-12net: stmmac: Fix error handling in VLAN add and delete pathsOvidiu Panait1-4/+14
2026-03-12net: stmmac: remove support for lpi_intr_oRussell King (Oracle)6-58/+0
2026-02-27net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen1-2/+2
2026-02-27net: stmmac: fix oops when split header is enabledJie Zhang1-3/+17
2026-02-27net: stmmac: replace has_xxxx with core_typeRussell King (Oracle)20-101/+86
2026-02-27net: stmmac: remove broken PCS codeRussell King (Oracle)3-68/+0
2026-01-08net: 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