summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli
2016-11-09Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"Joachim Eastwood
2016-11-09stmmac: dwmac-rk: absorb rk_gmac_init into probeJoachim Eastwood
2016-11-09stmmac: dwmac-rk: turn exit into standard driver remove callbackJoachim Eastwood
2016-11-09stmmac: dwmac-rk: turn resume/suspend into standard PM callbacksJoachim Eastwood
2016-11-06stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood
2016-11-06stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood
2016-11-06stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood
2016-11-06stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood
2016-11-06stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood
2016-11-06stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood
2016-11-06stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood
2016-11-03net: stmmac: Add OXNAS Glue DriverNeil Armstrong
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-10-15stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO
2016-10-12net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-12net: stmmac: use phydev from struct net_devicePhilippe Reynes
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-09-18stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO
2016-09-13net: ethernet: dwmac: fix non static symbol warningWei Yongjun
2016-09-12stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-07net: stmmac: update the module description of the dwmac-meson driverMartin Blumenstingl
2016-09-07net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMACMartin Blumenstingl
2016-09-07stmmac: introduce get_stmmac_bsp_priv() helperJoachim Eastwood
2016-09-02net: stmmac: dwmac-rk: add pd_gmac support for rk3399David Wu
2016-09-02net: stmmac: dwmac-rk: fixes the gmac resume after PD on/offRoger Chen
2016-09-02net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen
2016-09-01net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE
2016-09-01net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE
2016-08-30drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King
2016-08-01ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-08-01ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...Peter Chen
2016-07-13stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_d...Wei Yongjun
2016-07-12stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun
2016-07-10net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-02net: stmmac: Fix null-function call in ISR on stmmac1000Matt Corallo
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO