summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c
AgeCommit message (Expand)Author
2025-04-28net: stmmac: dwmac-loongson: Add new GMAC's PCI device ID supportHuacai Chen
2025-04-28net: stmmac: dwmac-loongson: Add new multi-chan IP core supportHuacai Chen
2025-04-28net: stmmac: dwmac-loongson: Move queue number init to common functionHuacai Chen
2025-03-25stmmac: Replace deprecated PCI functionsPhilipp Stanner
2025-03-25stmmac: Remove pcim_* functions for driver detachPhilipp Stanner
2025-03-25stmmac: loongson: Remove surplus loopPhilipp Stanner
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27stmmac: loongson: Pass correct arg to PCI functionPhilipp Stanner
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20net: stmmac: dwmac-loongson: Add fix_soc_reset() callbackQunqin Zhao
2025-02-19net: stmmac: "speed" passed to fix_mac_speed is an intRussell King (Oracle)
2025-02-12net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_sizeHuacai Chen
2024-08-13net: stmmac: dwmac-loongson: Add loongson module authorYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Add Loongson GNET supportYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC supportYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device supportYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Introduce PCI device info dataYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMACYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Init ref and PTP clocks rateYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Detach GMAC-specific platform data initYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identific...Yanteng Si
2024-08-13net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi callsYanteng Si
2024-08-13net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size initYanteng Si
2023-12-13stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski
2023-12-13stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)
2022-11-10stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang
2022-11-02stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao
2022-04-04stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix
2021-09-06stmmac: dwmac-loongson:Fix missing return valuezhaoxiao
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing
2021-06-22stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter
2021-06-18stmmac: pci: Add dwmac support for LoongsonQing Zhang