index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
net: stmmac: Enable TSO on VLANs
Furong Xu
1
-13
/
+19
2024-06-14
net: stmmac: clean up stmmac_mac_select_pcs()
Russell King (Oracle)
1
-1
/
+1
2024-06-14
net: stmmac: dwmac-socfpga: provide select_pcs() implementation
Russell King (Oracle)
1
-0
/
+7
2024-06-14
net: stmmac: dwmac-rzn1: provide select_pcs() implementation
Russell King (Oracle)
1
-0
/
+7
2024-06-14
net: stmmac: dwmac-intel: provide a select_pcs() implementation
Russell King (Oracle)
2
-3
/
+11
2024-06-14
net: stmmac: add select_pcs() platform method
Russell King (Oracle)
1
-0
/
+7
2024-06-14
net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32
Christophe Roullier
1
-4
/
+28
2024-06-14
net: stmmac: dwmac-stm32: Mask support for PMCR configuration
Christophe Roullier
1
-9
/
+19
2024-06-14
net: stmmac: dwmac-stm32: Fix Mhz to MHz
Marek Vasut
1
-2
/
+2
2024-06-14
net: stmmac: dwmac-stm32: Clean up the debug prints
Marek Vasut
1
-10
/
+8
2024-06-14
net: stmmac: dwmac-stm32: Extract PMCR configuration
Marek Vasut
1
-10
/
+17
2024-06-14
net: stmmac: dwmac-stm32: Separate out external clock selector
Marek Vasut
1
-12
/
+38
2024-06-14
net: stmmac: dwmac-stm32: Separate out external clock rate validation
Marek Vasut
1
-10
/
+41
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+15
2024-06-11
net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...
Xiaolei Wang
1
-14
/
+11
2024-06-09
net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
Sagar Cheluvegowda
1
-0
/
+4
2024-05-30
net: stmmac: dwmac-intel: remove checking for fixed link
Russell King (Oracle)
1
-11
/
+0
2024-05-30
net: stmmac: rename xpcs_an_inband to default_an_inband
Russell King (Oracle)
2
-5
/
+5
2024-05-30
net: phylink: rename ovr_an_inband to default_an_inband
Russell King (Oracle)
1
-1
/
+1
2024-05-30
net: stmmac: ethqos: clean up setting serdes speed
Russell King (Oracle)
1
-12
/
+12
2024-05-30
net: stmmac: include linux/io.h rather than asm/io.h
Russell King (Oracle)
5
-5
/
+5
2024-05-30
net: stmmac: remove unnecessary netif_carrier_off()
Russell King (Oracle)
1
-3
/
+0
2024-05-30
net: stmmac: remove pcs_rane() method
Russell King (Oracle)
4
-34
/
+0
2024-05-30
net: stmmac: dwxgmac2: remove useless NULL pointer initialisations
Russell King (Oracle)
1
-6
/
+0
2024-05-30
net: stmmac: Drop TBI/RTBI PCS flags
Serge Semin
2
-28
/
+9
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+1
2024-05-13
net: stmmac: move the EST structure to struct stmmac_priv
Xiaolei Wang
4
-41
/
+54
2024-05-13
net: stmmac: move the EST lock to struct stmmac_priv
Xiaolei Wang
3
-12
/
+16
2024-05-13
net: stmmac: add support for RZ/N1 GMAC
Clément Léger
3
-0
/
+99
2024-05-13
net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
Russell King (Oracle)
1
-54
/
+53
2024-05-13
net: stmmac: introduce pcs_init/pcs_exit stmmac operations
Russell King (Oracle)
1
-1
/
+7
2024-05-13
net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices
Serge Semin
3
-19
/
+23
2024-05-13
net: stmmac: Add dedicated XPCS cleanup method
Serge Semin
3
-4
/
+17
2024-05-08
net: stmmac: dwmac-ipq806x: account for rgmii-txid/rxid/id phy-mode
Christian Marangi
1
-0
/
+12
2024-05-08
xsk: use generic DMA sync shortcut instead of a custom one
Alexander Lobakin
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-23
net: stmmac: Move MAC caps init to phylink MAC caps getter
Serge Semin
1
-19
/
+17
2024-04-23
net: stmmac: Rename phylink_get_caps() callback to update_caps()
Serge Semin
3
-11
/
+11
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-29
/
+32
2024-04-16
net: stmmac: Fix IP-cores specific MAC capabilities
Serge Semin
7
-19
/
+23
2024-04-16
net: stmmac: Fix max-speed being ignored on queue re-init
Serge Semin
1
-0
/
+5
2024-04-16
net: stmmac: Apply half-duplex-less constraint for DW QoS Eth only
Serge Semin
2
-16
/
+10
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+19
2024-04-08
net: stmmac: mmc_core: Add GMAC mmc tx/rx missing statistics
Minda Chen
3
-0
/
+8
2024-04-08
net: stmmac: mmc_core: Add GMAC LPI statistics
Minda Chen
1
-0
/
+11
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+62
2024-04-03
net: stmmac: fix rx queue priority assignment
Piotr Wejman
2
-16
/
+62
2024-03-28
net: stmmac: Signal to PHY/PCS drivers to keep RX clock on
Romain Gantois
1
-0
/
+7
2024-03-28
net: stmmac: Support a generic PCS field in mac_device_info
Romain Gantois
3
-9
/
+6
2024-03-28
net: stmmac: don't rely on lynx_pcs presence to check for a PHY
Maxime Chevallier
1
-2
/
+1
[next]