summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* 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
* stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
* stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
* 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
|\ \
| * | stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO2016-09-182-2/+2
| |/
* | ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* | net: ethernet: dwmac: fix non static symbol warningWei Yongjun2016-09-131-1/+2
* | stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* | net: stmmac: dwmac-rk: add pd_gmac support for rk3399David Wu2016-09-021-0/+9
* | net: stmmac: dwmac-rk: fixes the gmac resume after PD on/offRoger Chen2016-09-021-9/+10
* | net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen2016-09-021-0/+226
* | net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE2016-09-011-0/+1
* | net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE2016-09-013-0/+206
* | drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King2016-08-301-1/+1
|/
* ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-012-2/+6
* ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...Peter Chen2016-08-011-10/+26
* stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_d...Wei Yongjun2016-07-131-14/+3
* stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun2016-07-121-1/+1
* net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh2016-07-104-22/+431
* 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-286-2/+49
* | drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO2016-06-288-35/+79
* | drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO2016-06-288-165/+349
* | net: stmmac: dwmac-rk: add rk3228-specific dataXing Zheng2016-06-261-0/+117
* | net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin2016-06-161-5/+43
* | net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-161-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-102-3/+5
|\ \ | |/
| * stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks2016-06-091-1/+1
| * stmmac: do not sleep in atomic context for mdio_resetVincent Palatin2016-06-021-2/+4
* | stmmac: make platform drivers depend on their associated SoCPeter Robinson2016-06-011-7/+7
|/
* net: stmmac: Fix incorrect memcpy source memoryMarek Vasut2016-05-251-1/+1
* stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia2016-05-161-1/+6
* stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops staticJoachim Eastwood2016-05-091-1/+2
* stmmac: dwmac-socfpga: kill init() and rename setup() to set_phy_mode()Joachim Eastwood2016-05-031-14/+3
* stmmac: dwmac-socfpga: call phy_resume() only in resume callbackJoachim Eastwood2016-05-031-31/+19
* stmmac: dwmac-socfpga: keep a copy of stmmac_rst in driver priv dataJoachim Eastwood2016-05-031-11/+22
* stmmac: dwmac-socfpga: add PM ops and resume functionJoachim Eastwood2016-05-031-2/+16
* stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood2016-05-034-34/+17
* net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE2016-04-291-4/+98
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-34/+16
|\
| * net: stmmac: socfpga: Remove re-registration of reset controllerMarek Vasut2016-04-241-34/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-3/+13
|\ \ | |/
| * net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTPPhil Reid2016-04-101-3/+13
OpenPOWER on IntegriCloud