summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-249-121/+71
* net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac supportdavid.wu2017-02-191-0/+117
* net: stmmac: invert the logic for dumping regsLABBE Corentin2017-02-151-9/+9
* net: stmmac: reduce indentation by adding a continueLABBE Corentin2017-02-151-42/+40
* net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin2017-02-151-5/+9
* net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin2017-02-151-3/+2
* net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin2017-02-151-0/+1
* net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin2017-02-151-6/+6
* net: stmmac: likely is useless in occasional functionLABBE Corentin2017-02-151-4/+4
* net: stmmac: remove useless parenthesisLABBE Corentin2017-02-152-5/+5
* net: stmmac: replace unsigned by u32LABBE Corentin2017-02-081-2/+2
* net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin2017-02-081-3/+0
* net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin2017-02-081-7/+0
* net: stmmac: print phy informationLABBE Corentin2017-02-081-3/+1
* net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin2017-02-085-5/+5
* net: stmmac: Rewrite two test against NULL valueLABBE Corentin2017-02-081-2/+2
* net: stmmac: Correct the error message about invalid speedLABBE Corentin2017-02-081-2/+1
* net: stmmac: replace ENOSYS by EINVALLABBE Corentin2017-02-081-1/+1
* net: stmmac: Use readl_poll_timeoutLABBE Corentin2017-02-081-8/+6
* net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin2017-02-081-22/+11
* net: stmmac: fix some code style problemLABBE Corentin2017-02-081-3/+4
* net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin2017-02-081-3/+3
* net: stmmac: remove freesoftware addressLABBE Corentin2017-02-0826-104/+0
* net: stmmac: fix some typos in commentsLABBE Corentin2017-02-083-12/+12
* net: stmmac: Remove the bus_setup function pointerLABBE Corentin2017-02-081-4/+0
* net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin2017-02-082-3/+3
* net: stmmac: Fix wrong message in stmmac_probe_config_dtHeiner Kallweit2017-02-021-1/+1
* net: stmmac: add separate warning for PTP not being supported by HWHeiner Kallweit2017-02-021-2/+4
* net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID modeHeiner Kallweit2017-02-021-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-0/+4
|\
| * stmmac: Discard masked flags in interrupt status registerAlexey Brodkin2017-01-291-0/+4
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl2017-01-241-6/+14
* | net: stmicro: fix LS field mask in EEE configurationjpinto2017-01-221-1/+1
* | stmicro: add more information to Kconfigjpinto2017-01-182-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-172-9/+11
|\|
| * stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
| * net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
* | stmmac: indent an if statementDan Carpenter2017-01-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-092-1/+15
|\|
| * net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-082-1/+15
* | stmmac: adding new glue driver dwmac-dwc-qos-ethjpinto2017-01-094-3/+224
* | stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto2017-01-095-75/+65
* | stmmac: adding DT parameter for LPI tx clock gatingjpinto2017-01-096-4/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-052-66/+46
|\|
| * net: stmmac: dwmac-oxnas: use generic pm implementationJohan Hovold2017-01-031-33/+5
| * net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaksJohan Hovold2017-01-031-15/+26
| * net: stmmac: dwmac-oxnas: fix of-node leakJohan Hovold2017-01-031-8/+2
| * net: stmmac: Fix error path after register_netdev moveFlorian Fainelli2016-12-291-1/+8
| * net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli2016-12-271-10/+6