summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorLines
2026-03-04net: stmmac: Defer VLAN HW configuration when interface is downOvidiu Panait-19/+26
2026-03-04net: stmmac: Fix VLAN HW state restoreOvidiu Panait-12/+22
2026-03-04net: stmmac: Improve double VLAN handlingOvidiu Panait-4/+21
2026-03-04net: stmmac: Fix error handling in VLAN add and delete pathsOvidiu Panait-4/+14
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+1
2026-02-24net: stmmac: fix timestamping configuration after suspend/resumeRussell King (Oracle)-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-28/+25
2026-02-12net: stmmac: fix oops when split header is enabledJie Zhang-3/+17
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2026-02-10net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()Russell King (Oracle)-2/+10
2026-02-05net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen-2/+2
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2026-02-05net: stmmac: imx: fix iMX93 register definitionsRussell King (Oracle)-11/+14
2026-02-05net: stmmac: rk: rk3506, rk3528 and rk3588 have rmii_mode in clock registerRussell King (Oracle)-40/+24
2026-02-05net: stmmac: rk: use rk_encode_wm16() for clock selectionRussell King (Oracle)-99/+75
2026-02-05net: stmmac: rk: rk3528: gmac0 only supports RMIIRussell King (Oracle)-0/+1
2026-02-05net: stmmac: rk: rk3328: gmac2phy only supports RMIIRussell King (Oracle)-0/+1
2026-02-05net: stmmac: rk: replace empty set_to_rmii() with supports_rmiiRussell King (Oracle)-62/+24
2026-02-05net: stmmac: rk: introduce flags indicating support for RGMII/RMIIRussell King (Oracle)-10/+25
2026-02-04net: stmmac: remove support for lpi_intr_oRussell King (Oracle)-58/+0
2026-02-04net: stmmac: move serdes power methods to stmmac_[open|release]()Russell King (Oracle)-11/+10
2026-02-04net: stmmac: add missing serdes power down in error pathsRussell King (Oracle)-1/+3
2026-02-04net: stmmac: add state tracking for legacy serdes power stateRussell King (Oracle)-1/+6
2026-02-04net: stmmac: add wrappers for serdes_power[up|down]() methodsRussell King (Oracle)-19/+29
2026-02-04net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMIIDan Carpenter-6/+22
2026-02-03net: stmmac: rk: convert px30Russell King (Oracle)-34/+4
2026-02-03net: stmmac: rk: remove need for ->set_speed() methodRussell King (Oracle)-125/+29
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RMII clockRussell King (Oracle)-158/+33
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RMII speedRussell King (Oracle)-38/+31
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RGMII clocksRussell King (Oracle)-64/+36
2026-02-03net: stmmac: rk: remove rk3528 RMII clock initialisationRussell King (Oracle)-2/+1
2026-02-03net: stmmac: rk: convert rk3588 to rk_set_reg_speed()Russell King (Oracle)-29/+34
2026-02-03net: stmmac: rk: move speed GRF register offset to private dataRussell King (Oracle)-33/+81
2026-02-03net: stmmac: rk: convert rk3588 to mask-based interface mode configRussell King (Oracle)-10/+35
2026-02-03net: stmmac: rk: convert to mask-based interface mode configurationRussell King (Oracle)-101/+156
2026-02-02net: stmmac: handle integrated PCS phy_intf_sel separatelyRussell King (Oracle)-3/+23
2026-02-02net: stmmac: move most PCS register definitions to stmmac_pcs.cRussell King (Oracle)-26/+18
2026-02-02net: stmmac: clear half-duplex caps where unsupportedRussell King (Oracle)-2/+3
2026-02-02net: stmmac: dwmac-renesas-gbeth: Add support for RZ/G3L SoCBiju Das-0/+1
2026-02-02net: stmmac: fix stm32 (and potentially others) resume regressionRussell King (Oracle)-1/+2
2026-01-30net: stmmac: spelling correctionsSimon Horman-17/+17
2026-01-29net: stmmac: rk: add SoC specific ->init() methodRussell King (Oracle)-0/+10
2026-01-29net: stmmac: rk: add GMAC_CLK_xx constants, simplify RGMII definitionsRussell King (Oracle)-63/+45
2026-01-29net: stmmac: rk: fix missing reset_control_put()Russell King (Oracle)-0/+2
2026-01-29net: stmmac: report active PHY interfaceRussell King (Oracle)-0/+63
2026-01-29net: stmmac: thead: avoid conflicts with PHY_INTF_* definitionsRussell King (Oracle)-5/+5