summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: stmmac: remove select QCOM_SOCINFO and make it optionalChristian Marangi2022-06-191-1/+3
* net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong2022-06-172-5/+21
* stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting supportOng Boon Leong2022-06-171-0/+30
* stmmac: intel: prepare to support 1000BASE-X phy interface settingOng Boon Leong2022-06-171-2/+2
* net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi2022-06-161-0/+64
* net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi2022-06-162-16/+78
* stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET2022-06-071-3/+1
* stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong2022-06-021-0/+2
* net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2022-06-022-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-7/+6
|\
| * net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski2022-05-201-7/+6
* | net: stmmac: remove unused get_addr() callbackVincent Whitchurch2022-05-185-28/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-3/+1
|\ \ | |/
| * net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-101-3/+1
* | net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-053-1/+3
|\ \ | |/
| * net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2022-05-012-1/+2
| * net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-04-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-5/+7
|\ \ | |/
| * net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen2022-04-221-5/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-271-2/+2
|\ \
| * | stmmac, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-2/+2
* | | net: stmmac: dwmac-imx: comment spelling fixMarcel Ziswiler2022-04-261-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-2/+2
|\ \ \ | | |/ | |/|
| * | net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao2022-04-201-2/+2
* | | net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi2022-04-151-12/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-153-16/+9
|\ \ \ | |/ /
| * | net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen2022-04-113-16/+9
| |/
* | net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-111-16/+8
|/
* stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix2022-04-041-1/+1
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-011-2/+1
* net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resumeBjorn Andersson2022-03-241-0/+7
* net: stmmac: clean up impossible conditionDan Carpenter2022-03-171-4/+1
* stmmac: dwmac-mediatek: add support for mt8195Biao Huang2022-03-161-10/+268
* stmmac: dwmac-mediatek: re-arrange clock settingBiao Huang2022-03-161-23/+48
* stmmac: dwmac-mediatek: Reuse more common featuresBiao Huang2022-03-161-17/+15
* stmmac: dwmac-mediatek: add platform level clocks managementBiao Huang2022-03-161-7/+18
* stmmac: intel: Add ADL-N PCI IDMichael Sit Wei Hong2022-03-091-0/+2
* net: stmmac: switch no PTP HW support message to info levelHeiner Kallweit2022-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-5/+29
|\
| * net: stmmac: fix return value of __setup handlerRandy Dunlap2022-02-251-3/+3
| * net: stmmac: only enable DMA interrupts when readyVincent Whitchurch2022-02-251-2/+26
* | net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platformBjorn Andersson2022-03-031-4/+18
* | net: stmmac: Add support for SM8150Vinod Koul2022-03-031-0/+15
* | stmmac: intel: Enable 2.5Gbps for Intel AlderLake-SWong Vee Khee2022-02-251-2/+1
* | net: stmmac: optimize locking around PTP clock readsYannick Vignon2022-02-075-20/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-035-13/+41
|\ \ | |/
| * net: stmmac: ensure PTP time register reads are consistentYannick Vignon2022-02-031-7/+12
| * net: stmmac: dump gmac4 DMA registers correctlyCamel Guo2022-01-312-2/+18
| * net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()Jisheng Zhang2022-01-281-2/+4