summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac
AgeCommit message (Expand)AuthorFilesLines
14 daysnet: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan1-2/+2
2026-04-14net: stmmac: enable RPS and RBU interruptsRussell King (Oracle)1-0/+6
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+31
2026-04-08net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failureJohan Alvarado1-0/+8
2026-04-04net: stmmac: Fix PTP ref clock for Tegra234Jon Hunter1-2/+17
2026-04-04net: stmmac: qcom-ethqos: set clk_csrRussell King (Oracle)1-0/+6
2026-04-04stmmac: cleanup dead dependencies on STMMAC_PLATFORM and STMMAC_ETH in KconfigJulian Braha1-6/+3
2026-04-03net: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)1-3/+3
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)1-0/+14
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)1-1/+3
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)1-7/+13
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)1-7/+14
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)2-12/+19
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)1-19/+19
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)1-13/+10
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)1-1/+8
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)1-1/+16
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)1-5/+15
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)1-4/+28
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)1-8/+2
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+4
2026-04-01net: stmmac: skip VLAN restore when VLAN hash ops are missingMichal Piekos1-10/+4
2026-03-31net: stmmac: qcom-ethqos: move phase_shift to register update siteRussell King (Oracle)1-8/+9
2026-03-31net: stmmac: qcom-ethqos: correct prg_rclk_dly commentRussell King (Oracle)1-2/+4
2026-03-31net: stmmac: qcom-ethqos: move loopback decision next to reg updateRussell King (Oracle)1-8/+6
2026-03-31net: stmmac: qcom-ethqos: simplify prg_rclk_dly programmingRussell King (Oracle)1-6/+7
2026-03-31net: stmmac: qcom-ethqos: finally eliminate the switchRussell King (Oracle)1-31/+16
2026-03-31net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RX_PROG_SWAPRussell King (Oracle)1-15/+6
2026-03-31net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RSVD_CONFIG15 outRussell King (Oracle)1-7/+3
2026-03-31net: stmmac: qcom-ethqos: move 100M/10M speed programmingRussell King (Oracle)1-6/+9
2026-03-31net: stmmac: qcom-ethqos: move two more RGMII_IO_MACRO_CONFIG2 outRussell King (Oracle)1-13/+5
2026-03-31net: stmmac: qcom-ethqos: move 1G vs 100M/10M RGMII settingsRussell King (Oracle)1-14/+12
2026-03-31net: stmmac: qcom-ethqos: move RGMII_CONFIG_DDR_MODERussell King (Oracle)1-6/+2
2026-03-31net: stmmac: qcom-ethqos: move detection of invalid RGMII speedRussell King (Oracle)1-3/+5
2026-03-31net: stmmac: qcom-ethqos: eliminate configure_funcRussell King (Oracle)1-20/+15
2026-03-31net: stmmac: qcom-ethqos: pass ethqos to ethqos_pcs_set_inband()Russell King (Oracle)1-5/+5
2026-03-31net: stmmac: qcom-ethqos: remove ethqos_configure()Russell King (Oracle)1-7/+1
2026-03-29net: stmmac: dwmac-rk: Fix typo in comment谢致邦 (XIE Zhibang)1-1/+1
2026-03-28net: stmmac: imx: Disable EEELaurent Pinchart1-6/+3
2026-03-28net: stmmac: provide flag to disable EEERussell King (Oracle)1-1/+6
2026-03-27net: stmmac: remove axi_kbbe, axi_mb and axi_rb membersRussell King (Oracle)2-4/+0
2026-03-27net: stmmac: dwmac-sofcpga: Drop the struct device referenceMaxime Chevallier1-7/+8
2026-03-27net: stmmac: dwmac-socfpga: get the phy_mode with the dedicated helperMaxime Chevallier1-5/+4
2026-03-27net: stmmac: dwmac-socfpga: Use the correct type for interface modesMaxime Chevallier1-3/+3
2026-03-27net: stmmac: dwmac-socfpga: Use the socfpga_sgmii_config() helperMaxime Chevallier1-4/+2
2026-03-27net: stmmac: dwmac-socfpga: Move internal helpersMaxime Chevallier1-12/+12
2026-03-27net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 familyJoey Lu3-0/+149
2026-03-24net: stmmac: elminate tbs_desc in stmmac_xmit()Russell King (Oracle)1-3/+2