index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
dwmac-intel.c
Age
Commit message (
Expand
)
Author
2026-03-23
net: stmmac: move default_an_inband to plat_stmmacenet_data
Russell King (Oracle)
2026-03-14
net: stmmac: avoid passing pci_dev
Russell King (Oracle)
2026-03-10
net: stmmac: convert plat_stmmacenet_data booleans to type bool
Russell King (Oracle)
2026-03-10
net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
Russell King (Oracle)
2026-03-06
net: stmmac: make pcs_mask and phy_mask u32
Russell King (Oracle)
2026-03-02
net: stmmac: make dma_cfg mixed/fixed burst boolean
Russell King (Oracle)
2026-02-04
net: stmmac: remove support for lpi_intr_o
Russell King (Oracle)
2025-11-20
net: stmmac: remove axi_blen array
Russell King (Oracle)
2025-11-20
net: stmmac: move stmmac_axi_blen_to_mask() to axi_blen init sites
Russell King (Oracle)
2025-11-17
net: stmmac: remove unnecessary .pkt_route queue initialisation
Russell King (Oracle)
2025-11-17
net: stmmac: remove unnecessary .use_prio queue initialisation
Russell King (Oracle)
2025-11-17
net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc()
Russell King (Oracle)
2025-11-17
net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc()
Russell King (Oracle)
2025-11-17
net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat...
Russell King (Oracle)
2025-11-17
net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_...
Russell King (Oracle)
2025-11-17
net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc()
Russell King (Oracle)
2025-11-17
net: stmmac: add stmmac_plat_dat_alloc()
Russell King (Oracle)
2025-10-22
net: stmmac: replace has_xxxx with core_type
Russell King (Oracle)
2025-09-08
net: stmmac: use STMMAC_CSR_xxx definitions in platform glue
Russell King (Oracle)
2025-09-05
net: stmmac: intel: only populate plat->crosststamp when supported
Russell King (Oracle)
2025-08-12
net: stmmac: intel: convert to suspend()/resume() methods
Russell King (Oracle)
2025-07-15
net: stmmac: intel: populate entire system_counterval_t in get_time_fn() call...
Markus Blöchl
2025-05-02
net: stmmac: intel: convert speed_mode_2500() to get_interfaces()
Russell King (Oracle)
2025-05-02
net: stmmac: intel: move phy_interface init to tgl_common_data()
Russell King (Oracle)
2025-04-16
net: stmmac: intel: remove unnecessary setting max_speed
Russell King (Oracle)
2025-04-14
net: stmmac: intel: remove eee_usecs_rate and hardware write
Russell King (Oracle)
2025-03-25
stmmac: intel: interface switching support for RPL-P platform
Choong Yong Liang
2025-03-17
stmmac: intel: Fix warning message for return value in intel_tsn_lane_is_avai...
Choong Yong Liang
2025-03-05
net: stmmac: interface switching support for ADL-N platform
Choong Yong Liang
2025-03-05
net: stmmac: configure SerDes according to the interface mode
Choong Yong Liang
2024-10-09
net: pcs: xpcs: provide a helper to get the phylink pcs given xpcs
Russell King (Oracle)
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-07-05
net: stmmac: Create DW XPCS device with particular address
Serge Semin
2024-06-14
net: stmmac: dwmac-intel: provide a select_pcs() implementation
Russell King (Oracle)
2024-06-03
stmmac: intel: Remove convert_art_to_tsc()
Thomas Gleixner
2024-05-30
net: stmmac: dwmac-intel: remove checking for fixed link
Russell King (Oracle)
2024-05-30
net: stmmac: rename xpcs_an_inband to default_an_inband
Russell King (Oracle)
2023-10-19
net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...
Johannes Zink
2023-08-19
stmmac: intel: Enable correction of MAC propagation delay
Kurt Kanzenbach
2023-07-27
net: stmmac: Make ptp_clk_freq_config variable type explicit
Andrew Halaney
2023-07-13
net: stmmac: replace the int_snapshot_en field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the ext_snapshot_en field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the multi_msi_en field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the vlan_fail_q_en field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the tso_en field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the use_phy_wol field with a flag
Bartosz Golaszewski
2023-07-13
net: stmmac: replace the sph_disable field with a flag
Bartosz Golaszewski
2023-03-31
net: stmmac: remove redundant fixup to support fixed-link mode
Michael Sit Wei Hong
2023-03-19
net: stmmac: Fix for mismatched host/device DMA address width
Jochen Henneberg
2022-11-09
stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
Tan, Tee Min
[next]