aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
AgeCommit message (Expand)Author
2023-02-22net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea
2022-12-14net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang
2022-04-15net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai
2021-10-27net: stmmac: add support for dwmac 3.40aHerve Codina
2018-09-16stmmac: fix valid numbers of unicast filter entriesJongsung Kim
2018-08-09net: stmmac: Add the bindings parsing for XGMAC2Jose Abreu
2018-07-16net: ethernet: stmmac: fix documentation warningCorentin Labbe
2018-05-28net: stmmac: add dwmac-4.20a compatibleChristophe Roullier
2018-02-20net: stmmac: honor error code from stmmac_dt_phy()Niklas Cassel
2018-02-20net: stmmac: add error handling in stmmac_mtl_setup()Niklas Cassel
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-27net: stmmac: First Queue must always be in DCB modeJose Abreu
2017-10-27net: stmmac: snps, dwmac-mdio MDIOs are automatically registeredCorentin Labbe
2017-09-21net: stmmac: Cocci spatch "of_table"Thomas Meyer
2017-06-20net-next: stmmac: dwmac-sun8i: add support for V3s EMACIcenowy Zheng
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin
2017-03-22net: stmmac: Restore DT backwards-compatibilityThierry Reding
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto
2017-03-12net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto
2017-03-12net: stmmac: multiple queues dt configurationJoao Pinto
2017-03-12net: stmmac: Balance PTP reference clock enable/disableThierry Reding
2017-03-12net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding
2017-03-09net: stmicro: replace kzalloc with devm_kzallocJoao Pinto
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin
2017-02-02net: stmmac: Fix wrong message in stmmac_probe_config_dtHeiner Kallweit
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17stmmac: add missing of_node_putJulia Lawall
2017-01-15stmmac: indent an if statementDan Carpenter
2017-01-09stmmac: adding new glue driver dwmac-dwc-qos-ethjpinto
2017-01-09stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto
2017-01-09stmmac: adding DT parameter for LPI tx clock gatingjpinto
2017-01-02net: stmmac: remove unused duplicate property snps,axi_allNiklas Cassel
2016-12-08net: smmac: allow configuring lower pbl valuesNiklas Cassel
2016-12-08net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel
2016-12-08net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel
2016-12-08net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...Niklas Cassel
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold
2016-12-02net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold
2016-11-09Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"Joachim Eastwood
2016-09-01net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE
2016-08-01ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin