summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac.h
AgeCommit message (Expand)Author
2026-03-04net: stmmac: Improve double VLAN handlingOvidiu Panait
2026-02-04net: stmmac: remove support for lpi_intr_oRussell King (Oracle)
2026-02-04net: stmmac: add state tracking for legacy serdes power stateRussell King (Oracle)
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)
2025-11-17net: stmmac: add stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-04net: stmmac: add stmmac_get_phy_intf_sel()Russell King (Oracle)
2025-10-28net: stmmac: Add a devlink attribute to control timestamping modeMaxime Chevallier
2025-10-24net: stmmac: convert to phylink managed WoL PHY speedRussell King (Oracle)
2025-10-24net: stmmac: convert to phylink-managed Wake-on-LanRussell King (Oracle)
2025-10-20net: stmmac: convert to phylink PCS supportRussell King (Oracle)
2025-10-16net: stmmac: dwc-qos-eth: move MDIO bus locking into stmmac_mdioRussell King (Oracle)
2025-09-24net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.cRussell King (Oracle)
2025-09-14net: stmmac: unexport stmmac_init_tstamp_counter()Russell King (Oracle)
2025-09-08net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()Russell King (Oracle)
2025-09-08net: stmmac: mdio: provide priv->gmii_address_bus_configRussell King (Oracle)
2025-08-18net: stmmac: add helpers to indicate WoL enable statusRussell King (Oracle)
2025-08-18net: stmmac: use core wake IRQ supportRussell King (Oracle)
2025-08-12net: stmmac: provide a set of simple PM opsRussell King (Oracle)
2025-05-15net: stmmac: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean
2025-03-19net: stmmac: allow platforms to use PHY tx clock stop capabilityRussell King (Oracle)
2025-03-07net: stmmac: remove write-only priv->speedRussell King (Oracle)
2025-02-28net: stmmac: provide generic implementation for set_clk_tx_rate methodRussell King (Oracle)
2025-02-24net: stmmac: Correct usage of maximum queue number macrosKunihiko Hayashi
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20net: stmmac: Add launch time support to XDP ZCSong Yoong Siang
2025-02-19net: stmmac: remove useless priv->flow_ctrlRussell King (Oracle)
2025-02-19net: stmmac: clarify priv->pause and pause module parameterRussell King (Oracle)
2025-01-16net: stmmac: Switch to zero-copy in non-XDP RX pathFurong Xu
2025-01-10net: stmmac: use boolean for eee_enabled and eee_activeRussell King (Oracle)
2025-01-10net: stmmac: remove priv->eee_tw_timerRussell King (Oracle)
2025-01-10net: stmmac: remove priv->tx_lpi_enabledRussell King (Oracle)
2025-01-10net: stmmac: remove redundant code from ethtool EEE opsRussell 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-09net: stmmac: Unexport stmmac_rx_offset() from stmmac.hFurong Xu
2024-12-19net: stmmac: Drop useless code related to ethtool rx-copybreakFurong Xu
2024-11-03net: stmmac: Refactor FPE functions to generic versionFurong Xu
2024-11-03net: stmmac: Introduce separate files for FPE implementationFurong Xu
2024-09-10net: stmmac: refactor FPE verification processFurong Xu
2024-09-10net: stmmac: drop stmmac_fpe_handshakeFurong Xu
2024-09-10net: stmmac: move stmmac_fpe_cfg to stmmac_priv dataFurong Xu
2024-05-13net: stmmac: move the EST structure to struct stmmac_privXiaolei Wang
2024-05-13net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang
2024-05-13net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin
2024-05-13net: stmmac: Add dedicated XPCS cleanup methodSerge Semin
2024-02-12net: stmmac: Add driver support for common safety IRQSuraj Jaiswal
2024-01-16net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma
2023-12-04net: stmmac: Refactor EST implementationRohan G Thomas
2023-11-29net: stmmac: Add Tx HWTS support to XDP ZCSong Yoong Siang