summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2017-03-12net: stmmac: configure mtl rx and tx algorithmsJoao Pinto4-3/+90
2017-03-12net: stmmac: multiple queues dt configurationJoao Pinto1-0/+91
2017-03-12net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding2-0/+248
2017-03-12net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding1-26/+98
2017-03-12net: stmmac: Program RX queue size and flow controlThierry Reding2-2/+62
2017-03-12net: stmmac: Parse FIFO sizes from feature registersThierry Reding4-0/+13
2017-03-12net: stmmac: Check for DMA mapping errorsThierry Reding1-0/+2
2017-03-12net: stmmac: Balance PTP reference clock enable/disableThierry Reding2-1/+4
2017-03-12net: stmmac: Disable PTP reference clock on errorThierry Reding1-0/+8
2017-03-12net: stmmac: Stop PHY and remove TX timer on errorThierry Reding1-1/+5
2017-03-12net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding1-1/+1
2017-03-09net: stmicro: replace kzalloc with devm_kzallocJoao Pinto1-1/+1
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin9-121/+71
2017-02-19net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac supportdavid.wu1-0/+117
2017-02-15net: stmmac: invert the logic for dumping regsLABBE Corentin1-9/+9
2017-02-15net: stmmac: reduce indentation by adding a continueLABBE Corentin1-42/+40
2017-02-15net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin1-5/+9
2017-02-15net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin1-3/+2
2017-02-15net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin1-0/+1
2017-02-15net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin1-6/+6
2017-02-15net: stmmac: likely is useless in occasional functionLABBE Corentin1-4/+4
2017-02-15net: stmmac: remove useless parenthesisLABBE Corentin2-5/+5
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin1-2/+2
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin1-3/+0
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin1-7/+0
2017-02-08net: stmmac: print phy informationLABBE Corentin1-3/+1
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin5-5/+5
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin1-2/+2
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin1-2/+1
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin1-1/+1
2017-02-08net: stmmac: Use readl_poll_timeoutLABBE Corentin1-8/+6
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin1-22/+11
2017-02-08net: stmmac: fix some code style problemLABBE Corentin1-3/+4
2017-02-08net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin1-3/+3
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin26-104/+0
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin3-12/+12
2017-02-08net: stmmac: Remove the bus_setup function pointerLABBE Corentin1-4/+0
2017-02-08net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin2-3/+3
2017-02-02net: stmmac: Fix wrong message in stmmac_probe_config_dtHeiner Kallweit1-1/+1
2017-02-02net: stmmac: add separate warning for PTP not being supported by HWHeiner Kallweit1-2/+4
2017-02-02net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID modeHeiner Kallweit1-7/+9
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-24net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl1-6/+14
2017-01-22net: stmicro: fix LS field mask in EEE configurationjpinto1-1/+1
2017-01-18stmicro: add more information to Kconfigjpinto2-9/+9
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11
2017-01-17stmmac: add missing of_node_putJulia Lawall1-0/+1
2017-01-16net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit1-9/+10