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