index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
5 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5 days
stmmac: xsk: fix negative overflow of budget in zerocopy mode
Jason Xing
2025-06-19
net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method
Russell King (Oracle)
2025-06-13
net: stmmac: improve .set_clk_tx_rate() method error message
Russell King (Oracle)
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-30
net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping
Alexis Lothoré
2025-05-15
net: stmmac: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
2025-05-14
net: stmmac: generate software timestamp just before the doorbell
Jason Xing
2025-05-09
net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping
Boon Khai Ng
2025-05-02
net: stmmac: remove speed_mode_2500() method
Russell King (Oracle)
2025-05-02
net: stmmac: add get_interfaces() platform method
Russell King (Oracle)
2025-05-02
net: stmmac: use priv->plat->phy_interface directly
Russell King (Oracle)
2025-05-02
net: stmmac: use a local variable for priv->phylink_config
Russell King (Oracle)
2025-04-18
net: ethtool: mm: extract stmmac verification logic into common library
Vladimir Oltean
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-25
net: stmmac: block PHY RXC clock-stop
Russell King (Oracle)
2025-03-25
net: stmmac: address non-LPI resume failures properly
Russell King (Oracle)
2025-03-24
net: stmmac: Fix accessing freed irq affinity_hint
Qingfang Deng
2025-03-19
net: stmmac: allow platforms to use PHY tx clock stop capability
Russell King (Oracle)
2025-03-17
net: stmmac: remove unnecessary stmmac_mac_set() in stmmac_release()
Russell King (Oracle)
2025-03-17
net: stmmac: remove redundant racy tear-down in stmmac_dvr_remove()
Russell King (Oracle)
2025-03-07
net: stmmac: remove write-only priv->speed
Russell King (Oracle)
2025-03-06
net: stmmac: simplify phylink_suspend() and phylink_resume() calls
Russell King (Oracle)
2025-03-06
net: stmmac: avoid shadowing global buf_sz
Russell King (Oracle)
2025-03-06
net: stmmac: mostly remove "buf_sz"
Russell King (Oracle)
2025-03-05
net: stmmac: configure SerDes on mac_finish
Choong Yong Liang
2025-02-28
net: stmmac: provide generic implementation for set_clk_tx_rate method
Russell King (Oracle)
2025-02-28
net: stmmac: provide set_clk_tx_rate() hook
Russell King (Oracle)
2025-02-21
net: stmmac: print stmmac_init_dma_engine() errors using netdev_err()
Russell King (Oracle)
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-20
net: stmmac: Add launch time support to XDP ZC
Song Yoong Siang
2025-02-19
net: stmmac: remove useless priv->flow_ctrl
Russell King (Oracle)
2025-02-19
net: stmmac: clarify priv->pause and pause module parameter
Russell King (Oracle)
2025-02-18
net: stmmac: Switch to use hrtimer_setup()
Nam Cao
2025-02-14
net: stmmac: remove calls to xpcs_config_eee()
Russell King (Oracle)
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-10
net: stmmac: Apply new page pool parameters when SPH is enabled
Furong Xu
2025-02-07
net: stmmac: use stmmac_set_lpi_mode()
Russell King (Oracle)
2025-02-07
net: stmmac: remove unnecessary LPI disable when enabling LPI
Russell King (Oracle)
2025-02-07
net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPI
Russell King (Oracle)
2025-02-07
net: stmmac: remove unnecessary priv->eee_enabled tests
Russell King (Oracle)
2025-02-07
net: stmmac: remove unnecessary priv->eee_active tests
Russell King (Oracle)
2025-02-07
net: stmmac: remove priv->dma_cap.eee test in tx_lpi methods
Russell King (Oracle)
2025-02-07
net: stmmac: split stmmac_init_eee() and move to phylink methods
Russell King (Oracle)
2025-02-07
net: stmmac: dwmac4: ensure LPIATE is cleared
Russell King (Oracle)
2025-02-07
net: stmmac: ensure LPI is disabled when disabling EEE
Russell King (Oracle)
2025-02-07
net: stmmac: delete software timer before disabling LPI
Russell King (Oracle)
2025-02-06
Revert "net: stmmac: Specify hardware capability value when FIFO size isn't s...
Russell King (Oracle)
[next]