aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2018-06-08net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu
2018-05-28net: stmmac: add dwmac-4.20a compatibleChristophe Roullier
2018-05-28net: ethernet: stmmac: add adaptation for stm32mp157c.Christophe Roullier
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding
2018-05-18net: stmmac: Populate missing callbacks in HWIF initializationJose Abreu
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu
2018-05-18net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu
2018-05-18net: stmmac: Enable OSP for GMAC4Jose Abreu
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-05-14net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai
2018-05-14net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai
2018-05-14net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai
2018-05-14net: stmmac: dwmac-sun8i: Use regmap_field for syscon register accessChen-Yu Tsai
2018-05-10net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu
2018-05-02net: stmmac: Avoid VLA usageKees Cook
2018-05-01net: stmmac: dwmac-meson: extend phy mode settingYixun Lan
2018-04-23net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-19net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu
2018-03-31net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoCMartin Blumenstingl
2018-03-30net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu
2018-03-30net: stmmac: Rework and fix TX Timeout codeJose Abreu
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-27net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fieldsNiklas Cassel
2018-02-27net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel
2018-02-27net: stmmac: use correct barrier between coherent memory and MMIONiklas Cassel
2018-02-27net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel
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
2018-02-20net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel
2018-02-20net: stmmac: rename dwmac4_tx_queue_routing() to match realityNiklas Cassel
2018-02-20net: stmmac: WARN if tx_skbuff entries are reused before clearedNiklas Cassel
2018-02-20net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()Niklas Cassel
2018-02-20net: stmmac: set MSS for each tx DMA channelNiklas Cassel