summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2026-02-12net: stmmac: fix oops when split header is enabledJie Zhang
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-04net: stmmac: remove support for lpi_intr_oRussell King (Oracle)
2026-02-04net: stmmac: move serdes power methods to stmmac_[open|release]()Russell King (Oracle)
2026-02-04net: stmmac: add missing serdes power down in error pathsRussell King (Oracle)
2026-02-04net: stmmac: add state tracking for legacy serdes power stateRussell King (Oracle)
2026-02-04net: stmmac: add wrappers for serdes_power[up|down]() methodsRussell King (Oracle)
2026-02-02net: stmmac: handle integrated PCS phy_intf_sel separatelyRussell King (Oracle)
2026-02-02net: stmmac: clear half-duplex caps where unsupportedRussell King (Oracle)
2026-02-02net: stmmac: fix stm32 (and potentially others) resume regressionRussell King (Oracle)
2026-01-30net: stmmac: spelling correctionsSimon Horman
2026-01-29net: stmmac: report active PHY interfaceRussell King (Oracle)
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MPStefan Eichenberger
2026-01-20net: stmmac: fix resume: calculate tso last_segmentRussell King (Oracle)
2026-01-12net: stmmac: pass struct stmmac_priv to host_irq_status() methodRussell King (Oracle)
2025-12-29net: stmmac: fix the crash issue for zero copy XDP_TX actionWei Fang
2025-11-27net: stmmac: fix rx limit check in stmmac_rx_zc()Alexey Kodanev
2025-11-27net: stmmac: dwmac: Disable flushing frames on Rx Buffer UnavailableRohan G Thomas
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to axi_blen init sitesRussell King (Oracle)
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)
2025-11-20net: stmmac: provide common stmmac_axi_blen_to_mask()Russell King (Oracle)
2025-11-20net: stmmac: move probe/remove calling of init/exitRussell King (Oracle)
2025-11-19net: stmmac: stmmac_is_jumbo_frm() returns booleanRussell King (Oracle)
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)
2025-11-18net: stmmac: Disable EEE RX clock stop when VLAN is enabledOvidiu Panait
2025-11-17net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat...Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_...Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: add stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-13net: stmmac: clean up stmmac_reset()Russell King (Oracle)
2025-11-12net: stmmac: improve ndev->max_mtu setup readabilityRussell King (Oracle)
2025-11-04net: stmmac: add support for configuring the phy_intf_sel inputsRussell King (Oracle)
2025-11-04net: stmmac: add stmmac_get_phy_intf_sel()Russell King (Oracle)
2025-11-03net: stmmac: rename devlink parameter ts_coarse into phc_coarse_adjMaxime Chevallier
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-29net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas
2025-10-29net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas
2025-10-28net: stmmac: Add a devlink attribute to control timestamping modeMaxime Chevallier
2025-10-28net: stmmac: Move subsecond increment configuration in dedicated helperMaxime 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-22net: stmmac: replace has_xxxx with core_typeRussell King (Oracle)
2025-10-20net: stmmac: convert to phylink PCS supportRussell King (Oracle)
2025-10-20net: stmmac: provide PCS initialisation hookRussell King (Oracle)