index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
dwmac-loongson.c
Age
Commit message (
Expand
)
Author
2025-04-28
net: stmmac: dwmac-loongson: Add new GMAC's PCI device ID support
Huacai Chen
2025-04-28
net: stmmac: dwmac-loongson: Add new multi-chan IP core support
Huacai Chen
2025-04-28
net: stmmac: dwmac-loongson: Move queue number init to common function
Huacai Chen
2025-03-25
stmmac: Replace deprecated PCI functions
Philipp Stanner
2025-03-25
stmmac: Remove pcim_* functions for driver detach
Philipp Stanner
2025-03-25
stmmac: loongson: Remove surplus loop
Philipp Stanner
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-27
stmmac: loongson: Pass correct arg to PCI function
Philipp Stanner
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-20
net: stmmac: dwmac-loongson: Add fix_soc_reset() callback
Qunqin Zhao
2025-02-19
net: stmmac: "speed" passed to fix_mac_speed is an int
Russell King (Oracle)
2025-02-12
net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
Huacai Chen
2024-08-13
net: stmmac: dwmac-loongson: Add loongson module author
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Add Loongson GNET support
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC support
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device support
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Introduce PCI device info data
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMAC
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identific...
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi calls
Yanteng Si
2024-08-13
net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size init
Yanteng Si
2023-12-13
stmmac: dwmac-loongson: drop useless check for compatible fallback
Krzysztof Kozlowski
2023-12-13
stmmac: dwmac-loongson: Make sure MDIO is initialized before use
Yanteng Si
2023-08-28
net: stmmac: clarify difference between "interface" and "phy_interface"
Russell King (Oracle)
2022-11-10
stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
Yang Yingliang
2022-11-10
stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...
Yang Yingliang
2022-11-10
stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
Yang Yingliang
2022-11-02
stmmac: dwmac-loongson: fix invalid mdio_node
Liu Peibao
2022-04-04
stmmac: dwmac-loongson: change loongson_dwmac_driver from global to static
Tom Rix
2021-09-06
stmmac: dwmac-loongson:Fix missing return value
zhaoxiao
2021-07-07
stmmac: dwmac-loongson: Fix unsigned comparison to zero
YueHaibing
2021-06-22
stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()
Dan Carpenter
2021-06-18
stmmac: pci: Add dwmac support for Loongson
Qing Zhang