aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-16stmmac: socfpga: remove extra call to socfpga_dwmac_setupDinh Nguyen1-6/+0
2016-04-13net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-10net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTPPhil Reid1-3/+13
2016-04-09Merge 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-02stmmac: update version to Jan_2016Alexandre TORGUE1-1/+1
2016-04-02stmmac: support new GMAC4Alexandre TORGUE4-54/+444
2016-04-02stmmac: add new DT platform entries for GMAC4Alexandre TORGUE1-0/+7
2016-04-02stmmac: enhance mmc counter managementAlexandre TORGUE5-176/+188
2016-04-02stmmac: add GMAC4 core supportAlexandre TORGUE4-3/+447
2016-04-02stmmac: add DMA support for GMAC 4.xxAlexandre TORGUE5-1/+793
2016-04-02stmmac: add GMAC4 DMA/CORE Header FileAlexandre TORGUE1-0/+224
2016-04-02stmmac: add descriptors function for GMAC 4.xxAlexandre TORGUE4-1/+534
2016-04-02stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE4-35/+35
2016-04-02stmmac: rework the routines to show the ring statusAlexandre TORGUE4-50/+67
2016-04-02stmmac: rework get_hw_feature functionAlexandre TORGUE3-46/+42
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO3-47/+72
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2-9/+11
2016-04-01stmmac: fix TX normal DESCGiuseppe CAVALLARO1-8/+8
2016-03-18net: stmmac: Don't search for phys if mdio node is defined.Phil Reid1-0/+4
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+9
2016-03-06stmmac: fix noderef.cocci warningsWu Fengguang1-1/+1
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez2-11/+9
2016-03-02stmmac: update version to Oct_2015Giuseppe Cavallaro1-1/+1
2016-03-02stmmac: tune rx copy via threshold.Giuseppe Cavallaro2-2/+25
2016-03-02stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro3-15/+86
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 Cavallaro6-78/+95
2016-03-02stmmac: set dirty index out of the loopGiuseppe Cavallaro1-4/+1
2016-03-02stmmac: optimize tx clean functionFabrice Gasnier4-18/+42
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro6-36/+42
2016-03-02stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier4-21/+16
2016-03-02stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro4-2/+14
2016-03-02stmmac: add last_segment field to dma dataGiuseppe Cavallaro3-2/+7
2016-03-02stmmac: add length field to dma dataGiuseppe Cavallaro4-4/+16
2016-03-02stmmac: review RX/TX ring managementGiuseppe Cavallaro5-117/+111
2016-03-02stmmac: change descriptor layoutGiuseppe Cavallaro4-363/+355
2016-03-02stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro8-44/+156
2016-03-02stmmac: share reset function between dwmac100 and dwmac1000Giuseppe Cavallaro8-43/+46
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier1-3/+5
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+4
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+11
2015-12-15stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid1-0/+9
2015-12-15stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid3-15/+15
2015-12-15stmmac: create of compatible mdio bus for stmmac driverPhil Reid2-4/+24
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+2
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai1-1/+5