aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-13stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_data()Wei Yongjun1-14/+3
2016-07-12stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2016-07-10net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh4-22/+431
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 CAVALLARO6-2/+49
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO8-35/+79
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO8-165/+349
2016-06-26net: stmmac: dwmac-rk: add rk3228-specific dataXing Zheng1-0/+117
2016-06-16net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin1-5/+43
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-2/+6
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+5
2016-06-09stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks1-1/+1
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-06-01stmmac: make platform drivers depend on their associated SoCPeter Robinson1-7/+7
2016-05-25net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-05-16stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia1-1/+6
2016-05-09stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops staticJoachim Eastwood1-1/+2
2016-05-03stmmac: dwmac-socfpga: kill init() and rename setup() to set_phy_mode()Joachim Eastwood1-14/+3
2016-05-03stmmac: dwmac-socfpga: call phy_resume() only in resume callbackJoachim Eastwood1-31/+19
2016-05-03stmmac: dwmac-socfpga: keep a copy of stmmac_rst in driver priv dataJoachim Eastwood1-11/+22
2016-05-03stmmac: dwmac-socfpga: add PM ops and resume functionJoachim Eastwood1-2/+16
2016-05-03stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood4-34/+17
2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE1-4/+98
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+16
2016-04-24net: stmmac: socfpga: Remove re-registration of reset controllerMarek Vasut1-34/+16
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
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