summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
...
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-1/+8
|\| |
| * | net: stmmac: First Queue must always be in DCB modeJose Abreu2017-10-271-0/+7
| * | net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu2017-10-271-1/+1
| |/
* | stmmac: copy unicast mac address to MAC registersBhadram Varka2017-10-281-1/+15
* | net: stmmac: sun8i: Restore the compatiblesCorentin Labbe2017-10-271-0/+8
* | net: stmmac: dwmac-sun8i: Handle integrated/external MDIOsCorentin Labbe2017-10-272-130/+224
* | net: stmmac: snps, dwmac-mdio MDIOs are automatically registeredCorentin Labbe2017-10-271-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-223-10/+11
|\|
| * stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger2017-10-221-1/+2
| * net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu2017-10-221-1/+1
| * net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu2017-10-221-7/+6Star
| * net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu2017-10-221-0/+1
| * net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...Emiliano Ingrassia2017-10-131-1/+1
* | net: ethernet: stmmac: Convert timers to use timer_setup()Kees Cook2017-10-181-12/+10Star
* | net: stmmac: Disable flow ctrl for RX AVB queues and really enable TX AVB queuesJose Abreu2017-10-144-13/+30
* | net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu2017-10-143-9/+31
* | net: ethernet: stmmac: Clean up dead codeChristos Gkekas2017-10-091-13/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-063-0/+120
|\|
| * net: stmmac: dwmac-rk: Add RK3128 GMAC supportDavid Wu2017-10-041-0/+112
| * net: stmmac: dwmac4: Re-enable MAC Rx before powering downEd Blake2017-09-281-0/+7
| * net: stmmac: dwc-qos: Add suspend / resume supportEd Blake2017-09-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-231-0/+1
|\|
| * net: stmmac: Cocci spatch "of_table"Thomas Meyer2017-09-221-0/+1
* | drivers: net: stmmac: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
|/
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-16/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-022-9/+4Star
|\
| * net: stmmac: sun8i: Remove the compatiblesMaxime Ripard2017-08-291-8/+0Star
| * net: stmmac: socfgpa: Ensure emac bit set in sys manager for MII/GMII/SGMII.Stephan Gatzka2017-08-241-1/+4
* | net: stmmac: constify clk_div_tableArvind Yadav2017-08-291-1/+1
* | net: ethernet: make ptp_clock_info constBhumika Goyal2017-08-221-1/+1
* | net: ethernet: stmmac: dwmac-rk: Add rv1108 gmac supportDavid Wu2017-08-221-0/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-5/+4Star
|\|
| * net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier2017-08-111-5/+4Star
* | net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328David Wu2017-08-111-3/+23
* | net: stmmac: dwmac-rk: Add integrated PHY support for rk3228David Wu2017-08-111-0/+12
* | net: stmmac: dwmac-rk: Add integrated PHY supportDavid Wu2017-08-111-4/+95
* | net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()David Wu2017-08-111-3/+0Star
* | net: stmmac: Add Adaptrum Anarion GMAC glue layerAlexandru Gagniuc2017-08-073-0/+162
|/
* net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer2017-07-254-2/+10
* NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
* net: stmmac: make const array route_possibilities staticColin Ian King2017-07-131-1/+1
* net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin2017-07-121-7/+3Star
* net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet2017-07-111-6/+6
* net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* net: stmmac: Add additional registers for dwmac1000_dma ethtoolThor Thayer2017-06-292-3/+3
* net: stmmac: support future possible different internal phy modeLABBE Corentin2017-06-291-3/+7
* net: stmmac: make some functions staticColin Ian King2017-06-231-8/+8
* stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka2017-06-221-33/+64