summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
AgeCommit message (Expand)Author
2024-04-16net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin
2024-02-07net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang
2023-09-18net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang
2023-09-18net: stmmac: dwmac-sun8i: use devm_stmmac_probe_config_dt()Jisheng Zhang
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-19net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang
2023-07-13net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski
2023-05-09net: stmmac: dwmac-sun8i: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney
2022-04-29net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang
2022-01-28net: stmmac: dwmac-sun8i: make clk really gated during rpm suspendedJisheng Zhang
2022-01-27net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-25net: stmmac: introduce DMA interrupt status masking per traffic directionOng Boon Leong
2021-03-19net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe
2021-02-17net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland
2021-01-05net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland
2021-01-05net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland
2021-01-05net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland
2021-01-05net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-08net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai
2019-12-18net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-11net: ethernet: dwmac-sun8i: Use the correct function in exit pathCorentin Labbe
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-19net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard
2019-09-02net: stmmac: dwmac-sun8i: Variable "val" in function sun8i_dwmac_set_syscon()...Yizhuo
2019-07-11net: stmmac: Fix misuses of GENMASK macroJoe Perches
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24net: ethernet: stmmac: dwmac-sun8i: Enable control of loopbackCorentin Labbe
2019-05-13net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe
2019-03-12net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu
2018-10-23net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold
2018-07-16net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu
2018-05-14net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai