summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2017-01-29stmmac: Discard masked flags in interrupt status registerAlexey Brodkin
2017-01-17stmmac: add missing of_node_putJulia Lawall
2017-01-16net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit
2017-01-08net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong
2017-01-03net: stmmac: dwmac-oxnas: use generic pm implementationJohan Hovold
2017-01-03net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaksJohan Hovold
2017-01-03net: stmmac: dwmac-oxnas: fix of-node leakJohan Hovold
2016-12-29net: stmmac: Fix error path after register_netdev moveFlorian Fainelli
2016-12-27net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli
2016-12-27net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong
2016-12-23stmmac: CSR clock configuration fixjpinto
2016-12-21net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerupHeiko Stübner
2016-12-19stmmac: fix memory barriersPavel Machek
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-10net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo
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: dwmac1000: fix define DMA_BUS_MODE_RPBL_MASKNiklas Cassel
2016-12-08net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel
2016-12-08net: stmmac: simplify the common DMA init APINiklas Cassel
2016-12-08net: stmmac: return error if no DMA configuration is foundNiklas Cassel
2016-12-08net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel
2016-12-08net: stmmac: dwmac-generic: add missing compatible stringsNiklas Cassel
2016-12-07net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas 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-03net: stmmac: unify mdio functionsLABBE Corentin
2016-12-03net: stmmac: avoid Camelcase namingLABBE Corentin
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-12-02net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold
2016-12-02net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold
2016-12-02net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold
2016-12-02net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold
2016-12-02net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold
2016-11-29stmmac: fix comments, make debug output consistentPavel Machek
2016-11-29net: stmmac: enable tx queue 0 for gmac4 IPs synthesized with multiple TX queuesNiklas Cassel
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson
2016-11-17net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin
2016-11-17net: stmmac: replace hardcoded function name by __func__LABBE Corentin
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin
2016-11-16net: stmmac: Implement ethtool::nway_resetFlorian Fainelli
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser
2016-11-15stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO
2016-11-15stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO
2016-11-15stmmac: update the PTP header fileGiuseppe CAVALLARO
2016-11-15net: ethernet: Fix SGMII unable to switch speed and autonego failureJia Jie Ho