summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2025-01-20net: stmmac: Drop redundant skb_mark_for_recycle() for SKB fragsFurong Xu
2025-01-16net: stmmac: convert to phylink managed EEE supportRussell King (Oracle)
2025-01-16net: stmmac: Convert prefetch() to net_prefetch() for received framesFurong Xu
2025-01-16net: stmmac: Optimize cache prefetch in RX pathFurong Xu
2025-01-16net: stmmac: Set page_pool_params.max_len to a precise sizeFurong Xu
2025-01-16net: stmmac: Switch to zero-copy in non-XDP RX pathFurong Xu
2025-01-14net: stmmac: restart LPI timer after cleaning transmit descriptorsRussell King (Oracle)
2025-01-14net: stmmac: combine stmmac_enable_eee_mode()Russell King (Oracle)
2025-01-14net: stmmac: provide function for restarting sw LPI timerRussell King (Oracle)
2025-01-14net: stmmac: provide stmmac_eee_tx_busy()Russell King (Oracle)
2025-01-14net: stmmac: add stmmac_try_to_start_sw_lpi()Russell King (Oracle)
2025-01-14net: stmmac: check priv->eee_sw_timer_en in suspend pathRussell King (Oracle)
2025-01-14net: stmmac: simplify TX cleanup decision for ending sw LPI modeRussell King (Oracle)
2025-01-14net: stmmac: correct priv->eee_sw_timer_en settingRussell King (Oracle)
2025-01-14net: stmmac: rename stmmac_disable_sw_eee_mode()Russell King (Oracle)
2025-01-14net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: stmmac: sti: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: stmmac: imx: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-13net: stmmac: sti: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou
2025-01-10net: stmmac: remove stmmac_lpi_entry_timer_config()Russell King (Oracle)
2025-01-10net: stmmac: split hardware LPI timer controlRussell King (Oracle)
2025-01-10net: stmmac: remove unnecessary EEE handling in stmmac_release()Russell King (Oracle)
2025-01-10net: stmmac: move setup of eee_ctrl_timer to stmmac_dvr_probe()Russell King (Oracle)
2025-01-10net: stmmac: use boolean for eee_enabled and eee_activeRussell King (Oracle)
2025-01-10net: stmmac: move priv->eee_active into stmmac_eee_init()Russell King (Oracle)
2025-01-10net: stmmac: move priv->eee_enabled into stmmac_eee_init()Russell King (Oracle)
2025-01-10net: stmmac: remove priv->eee_tw_timerRussell King (Oracle)
2025-01-10net: stmmac: convert to use phy_eee_rx_clock_stop()Russell King (Oracle)
2025-01-10net: stmmac: report EEE error statistics if EEE is supportedRussell King (Oracle)
2025-01-10net: stmmac: remove priv->tx_lpi_enabledRussell King (Oracle)
2025-01-10net: stmmac: clean up stmmac_disable_eee_mode()Russell King (Oracle)
2025-01-10net: stmmac: remove redundant code from ethtool EEE opsRussell King (Oracle)
2025-01-10net: stmmac: make EEE depend on phy->enable_tx_lpiRussell King (Oracle)
2025-01-10net: stmmac: use unsigned int for eee_timerRussell King (Oracle)
2025-01-10net: stmmac: use correct type for tx_lpi_timerRussell King (Oracle)
2025-01-10net: stmmac: move tx_lpi_timer tracking to phylibRussell King (Oracle)
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09net: stmmac: dwmac-tegra: Read iommu stream id from device treeParker Newman
2025-01-09net: stmmac: Unexport stmmac_rx_offset() from stmmac.hFurong Xu
2025-01-07net: stmmac: Set dma_sync_size to zero for discarded framesFurong Xu
2025-01-06net: stmmac: use PCS supported_interfacesRussell King (Oracle)
2025-01-04net: stmmac: TSO: Simplify the code flow of DMA descriptor allocationsFurong Xu
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-02net: dwmac-imx: add imx93 clock input support in RMII modeMathieu Othacehe
2024-12-23net: stmmac: restructure the error path of stmmac_probe_config_dt()Joe Hattori
2024-12-19net: stmmac: Drop useless code related to ethtool rx-copybreakFurong Xu
2024-12-13net: stmmac: Drop redundant dwxgmac_tc_ops variableFurong Xu
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-10net: stmmac: Relocate extern declarations in common.h and hwif.hFurong Xu
2024-12-09net: stmmac: dwmac-s32: add basic NXP S32G/S32R glue driverJan Petrous (OSS)