summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: Discard masked flags in interrupt status registerAlexey Brodkin2017-01-291-0/+4
* stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
* net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
* net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-082-1/+15
* net: stmmac: dwmac-oxnas: use generic pm implementationJohan Hovold2017-01-031-33/+5
* net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaksJohan Hovold2017-01-031-15/+26
* net: stmmac: dwmac-oxnas: fix of-node leakJohan Hovold2017-01-031-8/+2
* net: stmmac: Fix error path after register_netdev moveFlorian Fainelli2016-12-291-1/+8
* net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli2016-12-271-10/+6
* net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong2016-12-271-1/+3
* stmmac: CSR clock configuration fixjpinto2016-12-233-6/+6
* net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerupHeiko Stübner2016-12-211-4/+4
* stmmac: fix memory barriersPavel Machek2016-12-193-7/+7
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo2016-12-102-23/+6
* | net: smmac: allow configuring lower pbl valuesNiklas Cassel2016-12-084-2/+7
* | net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel2016-12-083-11/+15
* | net: stmmac: dwmac1000: fix define DMA_BUS_MODE_RPBL_MASKNiklas Cassel2016-12-081-1/+1
* | net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel2016-12-082-16/+17
* | net: stmmac: simplify the common DMA init APINiklas Cassel2016-12-085-22/+22
* | net: stmmac: return error if no DMA configuration is foundNiklas Cassel2016-12-081-9/+9
* | net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel2016-12-082-2/+3
* | net: stmmac: dwmac-generic: add missing compatible stringsNiklas Cassel2016-12-081-0/+3
* | net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas Cassel2016-12-071-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-063-2/+8
|\ \
| * | net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...Niklas Cassel2016-12-063-2/+8
* | | net: stmmac: unify mdio functionsLABBE Corentin2016-12-035-98/+48
* | | net: stmmac: avoid Camelcase namingLABBE Corentin2016-12-031-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-0313-62/+206
|\| |
| * | net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-0213-49/+156
| * | net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold2016-12-021-1/+0
| * | net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold2016-12-021-1/+10
| * | net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold2016-12-021-1/+11
| * | net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold2016-12-021-1/+10
| * | net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold2016-12-021-1/+10
| * | net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold2016-12-021-10/+19
* | | stmmac: fix comments, make debug output consistentPavel Machek2016-11-292-7/+10
* | | net: stmmac: enable tx queue 0 for gmac4 IPs synthesized with multiple TX queuesNiklas Cassel2016-11-292-1/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-2213-153/+261
|\| |
| * | ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson2016-11-211-1/+1
| * | stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO2016-11-155-44/+69
| * | stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO2016-11-157-73/+154
| * | stmmac: update the PTP header fileGiuseppe CAVALLARO2016-11-151-35/+37
| * | net: ethernet: Fix SGMII unable to switch speed and autonego failureJia Jie Ho2016-11-151-2/+2
* | | net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin2016-11-171-28/+21
* | | net: stmmac: replace hardcoded function name by __func__LABBE Corentin2016-11-171-4/+3
* | | net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin2016-11-172-95/+123
* | | net: stmmac: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* | | net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2016-11-158-181/+195