summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+7
|\|
| * net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli2016-11-141-0/+7
* | Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"Joachim Eastwood2016-11-091-6/+2
* | stmmac: dwmac-rk: absorb rk_gmac_init into probeJoachim Eastwood2016-11-091-9/+1
* | stmmac: dwmac-rk: turn exit into standard driver remove callbackJoachim Eastwood2016-11-091-9/+11
* | stmmac: dwmac-rk: turn resume/suspend into standard PM callbacksJoachim Eastwood2016-11-091-27/+32
* | stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood2016-11-061-2/+0
* | stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood2016-11-061-6/+4
* | stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood2016-11-061-4/+15
* | stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood2016-11-061-3/+3
* | stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood2016-11-061-10/+37
* | stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood2016-11-061-6/+4
* | stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood2016-11-061-3/+0
* | net: stmmac: Add OXNAS Glue DriverNeil Armstrong2016-11-033-0/+229
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-304-16/+12
|\|
| * stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO2016-10-201-4/+3
| * stmmac: fix and review the ptp registration.Giuseppe CAVALLARO2016-10-193-14/+9
| * stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter2016-10-151-1/+3
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-16/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-142-11/+20
|\|
| * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
* | net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-41/+56
* | net: stmmac: use phydev from struct net_devicePhilippe Reynes2016-10-124-33/+30
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-10-075-6/+338
|\
| * net: stmmac: update the module description of the dwmac-meson driverMartin Blumenstingl2016-09-071-2/+2
| * net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMACMartin Blumenstingl2016-09-073-4/+328
| * stmmac: introduce get_stmmac_bsp_priv() helperJoachim Eastwood2016-09-071-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-232-2/+2
|\ \