index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
net: stmmac: est: Fix GCL bounds checks
Rohan G Thomas
1
-2
/
+2
2025-10-29
net: stmmac: Consider Tx VLAN offload tag length for maxSDU
Rohan G Thomas
1
-4
/
+10
2025-10-29
net: stmmac: vlan: Disable 802.1AD tag insertion offload
Rohan G Thomas
2
-15
/
+5
2025-10-16
net: stmmac: dwmac-rk: Fix disabling set_clock_selection
Sebastian Reichel
1
-4
/
+5
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
34
-835
/
+999
2025-10-01
net: stmmac: Add support for Allwinner A523 GMAC200
Chen-Yu Tsai
3
-0
/
+172
2025-09-29
net: stmmac: remove stmmac_hw_setup() excess documentation parameter
Russell King (Oracle)
1
-1
/
+0
2025-09-29
net: stmmac: Convert open-coded register polling to helper macro
Furong Xu
1
-22
/
+6
2025-09-29
net: stmmac: tc: Add HLBS drop count to taprio stats
Rohan G Thomas
1
-2
/
+5
2025-09-29
net: stmmac: est: Drop frames causing HLBS error
Rohan G Thomas
3
-3
/
+8
2025-09-24
net: stmmac: simplify stmmac_init_phy()
Russell King (Oracle)
1
-13
/
+12
2025-09-24
net: stmmac: move PHY handling out of __stmmac_open()/release()
Russell King (Oracle)
1
-12
/
+17
2025-09-24
net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()
Russell King (Oracle)
1
-4
/
+4
2025-09-24
net: stmmac: move PHY attachment error message into stmmac_init_phy()
Russell King (Oracle)
1
-6
/
+5
2025-09-24
net: stmmac: move xpcs clause 73 test into stmmac_init_phy()
Russell King (Oracle)
1
-10
/
+11
2025-09-24
net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.c
Russell King (Oracle)
3
-34
/
+32
2025-09-19
net: stmmac: remove mac_interface
Russell King (Oracle)
4
-8
/
+6
2025-09-19
net: stmmac: thead: convert to use phy_interface
Russell King (Oracle)
1
-12
/
+12
2025-09-19
net: stmmac: sun8i: convert to use phy_interface
Russell King (Oracle)
1
-2
/
+2
2025-09-19
net: stmmac: stm32: convert to use phy_interface
Russell King (Oracle)
1
-13
/
+13
2025-09-19
net: stmmac: starfive: convert to use phy_interface
Russell King (Oracle)
1
-3
/
+3
2025-09-19
net: stmmac: socfpga: convert to use phy_interface
Russell King (Oracle)
1
-1
/
+1
2025-09-19
net: stmmac: ingenic: convert to use phy_interface
Russell King (Oracle)
1
-10
/
+15
2025-09-19
net: stmmac: imx: convert to use phy_interface
Russell King (Oracle)
1
-10
/
+10
2025-09-19
net: stmmac: use phy_interface in stmmac_check_pcs_mode()
Russell King (Oracle)
1
-0
/
+3
2025-09-17
Revert "net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for external phy"
Chaoyi Chen
1
-7
/
+4
2025-09-14
net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller
Russell King (Oracle)
1
-8
/
+7
2025-09-14
net: stmmac: move PTP support check into stmmac_init_timestamping()
Russell King (Oracle)
1
-7
/
+6
2025-09-14
net: stmmac: add stmmac_setup_ptp()
Russell King (Oracle)
1
-10
/
+18
2025-09-14
net: stmmac: rename stmmac_init_ptp()
Russell King (Oracle)
1
-3
/
+3
2025-09-14
net: stmmac: move stmmac_init_ptp() messages into function
Russell King (Oracle)
1
-7
/
+7
2025-09-14
net: stmmac: add __stmmac_release() to complement __stmmac_open()
Russell King (Oracle)
1
-16
/
+25
2025-09-14
net: stmmac: unexport stmmac_init_tstamp_counter()
Russell King (Oracle)
2
-3
/
+2
2025-09-14
net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanup
Russell King (Oracle)
1
-8
/
+0
2025-09-14
net: stmmac: fix PTP error cleanup in __stmmac_open()
Russell King (Oracle)
1
-1
/
+1
2025-09-14
net: stmmac: disable PTP clock after unregistering PTP
Russell King (Oracle)
1
-1
/
+1
2025-09-14
net: stmmac: ptp: improve handling of aux_ts_lock lifetime
Russell King (Oracle)
1
-3
/
+7
2025-09-14
net: stmmac: dwmac-renesas-gbeth: Add support for RZ/T2H SoC
Lad Prabhakar
2
-5
/
+58
2025-09-14
net: stmmac: dwmac-renesas-gbeth: Use OF data for configuration
Lad Prabhakar
1
-10
/
+47
2025-09-10
net: stmmac: dwc-qos: use PHY WoL
Russell King (Oracle)
1
-1
/
+2
2025-09-08
net: stmmac: use STMMAC_CSR_xxx definitions in platform glue
Russell King (Oracle)
3
-5
/
+8
2025-09-08
net: stmmac: mdio: remove redundant clock rate tests
Russell King (Oracle)
1
-7
/
+7
2025-09-08
net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()
Russell King (Oracle)
2
-35
/
+34
2025-09-08
net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdio
Russell King (Oracle)
2
-84
/
+86
2025-09-08
net: stmmac: mdio: improve mdio register field definitions
Russell King (Oracle)
1
-8
/
+8
2025-09-08
net: stmmac: mdio: move runtime PM into stmmac_mdio_access()
Russell King (Oracle)
1
-51
/
+20
2025-09-08
net: stmmac: mdio: merge stmmac_mdio_read() and stmmac_mdio_write()
Russell King (Oracle)
1
-35
/
+24
2025-09-08
net: stmmac: mdio: move stmmac_mdio_format_addr() into read/write
Russell King (Oracle)
1
-21
/
+25
2025-09-08
net: stmmac: mdio: provide priv->gmii_address_bus_config
Russell King (Oracle)
2
-9
/
+18
2025-09-08
net: stmmac: mdio: provide stmmac_mdio_wait()
Russell King (Oracle)
1
-37
/
+33
[next]