summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2018-03-03net: stmmac: Fix TX timestamp calculationFredrik Hallenberg1-2/+4
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet1-0/+6
2017-12-16stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-07-05stmmac: add missing of_node_putJulia Lawall1-0/+1
2017-06-14net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1
2017-02-18stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-10/+13
2016-12-06net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...Niklas Cassel3-2/+8
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold13-49/+156
2016-12-02net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold1-1/+0
2016-12-02net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold1-1/+11
2016-12-02net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold1-1/+10
2016-12-02net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold1-10/+19
2016-11-21ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson1-1/+1
2016-11-16stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO5-44/+69
2016-11-16stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO7-73/+154
2016-11-16stmmac: update the PTP header fileGiuseppe CAVALLARO1-35/+37
2016-11-15net: ethernet: Fix SGMII unable to switch speed and autonego failureJia Jie Ho1-2/+2
2016-11-15net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli1-0/+7
2016-10-20stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO1-4/+3
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO3-14/+9
2016-10-16stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter1-1/+3
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO2-6/+8
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO1-5/+12
2016-10-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds5-6/+338
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-09-19stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO2-2/+2
2016-09-13net: ethernet: dwmac: fix non static symbol warningWei Yongjun1-1/+2
2016-09-13stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-08net: stmmac: update the module description of the dwmac-meson driverMartin Blumenstingl1-2/+2
2016-09-08net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMACMartin Blumenstingl3-4/+328
2016-09-08stmmac: introduce get_stmmac_bsp_priv() helperJoachim Eastwood1-0/+8
2016-09-03net: stmmac: dwmac-rk: add pd_gmac support for rk3399David Wu1-0/+9
2016-09-03net: stmmac: dwmac-rk: fixes the gmac resume after PD on/offRoger Chen1-9/+10
2016-09-03net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen1-0/+226
2016-09-02net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE1-0/+1
2016-09-02net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE3-0/+206
2016-08-31drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King1-1/+1
2016-08-02ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2-2/+6
2016-08-02ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...Peter Chen1-10/+26
2016-07-14stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_d...Wei Yongjun1-14/+3
2016-07-12stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2016-07-11net: 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