summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo2016-12-101-22/+6
* net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel2016-12-081-2/+2
* net: stmmac: simplify the common DMA init APINiklas Cassel2016-12-081-5/+1
* net: stmmac: return error if no DMA configuration is foundNiklas Cassel2016-12-081-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+0
|\
| * net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-1/+0
* | stmmac: fix comments, make debug output consistentPavel Machek2016-11-291-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-45/+48
|\ \ | |/
| * stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO2016-11-151-47/+50
* | 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-171-88/+116
* | net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2016-11-151-26/+25
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-2/+4
|\ \ | |/
| * stmmac: fix and review the ptp registration.Giuseppe CAVALLARO2016-10-191-2/+4
* | 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-141-7/+14
|\ \ | |/
| * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-131-2/+2
| * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
* | net: stmmac: use phydev from struct net_devicePhilippe Reynes2016-10-121-21/+19
|/
* ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\
| * net: stmmac: Fix null-function call in ISR on stmmac1000Matt Corallo2016-07-021-1/+1
* | drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO2016-06-281-1/+14
* | drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO2016-06-281-12/+17
* | drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO2016-06-281-2/+10
|/
* stmmac: do not sleep in atomic context for mdio_resetVincent Palatin2016-06-021-2/+4
* stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia2016-05-161-1/+6
* stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood2016-05-031-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-12/+10
|\
| * stmmac: fix adjust link call in case of a switch is attachedGiuseppe CAVALLARO2016-04-061-12/+10
* | stmmac: support new GMAC4Alexandre TORGUE2016-04-021-52/+431
* | stmmac: enhance mmc counter managementAlexandre TORGUE2016-04-021-3/+5
* | stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE2016-04-021-28/+3
* | stmmac: rework the routines to show the ring statusAlexandre TORGUE2016-04-021-50/+23
* | stmmac: rework get_hw_feature functionAlexandre TORGUE2016-04-021-43/+7
|/
* stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-11/+5
* stmmac: tune rx copy via threshold.Giuseppe Cavallaro2016-03-021-2/+24
* stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro2016-03-021-15/+46
* stmmac: fix phy init when attached to a phyFabrice Gasnier2016-03-021-2/+3
* stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro2016-03-021-0/+5
* stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro2016-03-021-48/+66
* stmmac: set dirty index out of the loopGiuseppe Cavallaro2016-03-021-4/+1
* stmmac: optimize tx clean functionFabrice Gasnier2016-03-021-14/+13
* stmmac: optimize tx desc managementGiuseppe Cavallaro2016-03-021-10/+6
* stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier2016-03-021-4/+5
* stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro2016-03-021-0/+1
* stmmac: add last_segment field to dma dataGiuseppe Cavallaro2016-03-021-1/+4
OpenPOWER on IntegriCloud