summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-29net: stmmac: Fix error path after register_netdev moveFlorian Fainelli1-1/+8
2016-12-28net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-10/+6
2016-12-19stmmac: fix memory barriersPavel Machek1-4/+4
2016-12-11net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo1-22/+6
2016-12-08net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel1-2/+2
2016-12-08net: stmmac: simplify the common DMA init APINiklas Cassel1-5/+1
2016-12-08net: stmmac: return error if no DMA configuration is foundNiklas Cassel1-9/+9
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold1-1/+0
2016-11-30stmmac: fix comments, make debug output consistentPavel Machek1-7/+9
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-45/+48
2016-11-17net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin1-28/+21
2016-11-17net: stmmac: replace hardcoded function name by __func__LABBE Corentin1-4/+3
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin1-88/+116
2016-11-16net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser1-26/+25
2016-11-16stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-47/+50
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2016-11-15net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli1-0/+7
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO1-2/+4
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-16/+9
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+14
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO1-2/+2
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO1-5/+12
2016-10-12net: stmmac: use phydev from struct net_devicePhilippe Reynes1-21/+19
2016-08-02ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen1-0/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-02net: stmmac: Fix null-function call in ISR on stmmac1000Matt Corallo1-1/+1
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO1-1/+14
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO1-12/+17
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO1-2/+10
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-05-17stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia1-1/+6
2016-05-03stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood1-6/+9
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2016-04-06stmmac: fix adjust link call in case of a switch is attachedGiuseppe CAVALLARO1-12/+10
2016-04-03stmmac: support new GMAC4Alexandre TORGUE1-52/+431
2016-04-03stmmac: enhance mmc counter managementAlexandre TORGUE1-3/+5
2016-04-03stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE1-28/+3
2016-04-03stmmac: rework the routines to show the ring statusAlexandre TORGUE1-50/+23
2016-04-03stmmac: rework get_hw_feature functionAlexandre TORGUE1-43/+7
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO1-11/+5
2016-03-02stmmac: tune rx copy via threshold.Giuseppe Cavallaro1-2/+24
2016-03-02stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro1-15/+46
2016-03-02stmmac: fix phy init when attached to a phyFabrice Gasnier1-2/+3
2016-03-02stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro1-0/+5
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro1-48/+66
2016-03-02stmmac: set dirty index out of the loopGiuseppe Cavallaro1-4/+1
2016-03-02stmmac: optimize tx clean functionFabrice Gasnier1-14/+13
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro1-10/+6