summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-023-0/+3
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | | net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart2017-11-011-26/+13
* | | net: mvpp2: use the aggr txq size define everywhereAntoine Tenart2017-11-011-3/+3
* | | net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart2017-11-011-2/+16
* | | net: mvpp2: initialize the RSS tablesAntoine Tenart2017-11-011-0/+50
* | | net: mvpp2: initialize the Tx FIFO sizeAntoine Tenart2017-11-011-4/+21
* | | net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2Antoine Tenart2017-11-011-6/+46
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-13/+22
|\| |
| * | net: mvpp2: do not sleep in set_rx_modeAntoine Tenart2017-10-261-2/+2
| * | net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart2017-10-261-2/+2
| * | net: mvpp2: fix typo in the tcam setupAntoine Tenart2017-10-261-1/+1
| * | net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart2017-10-241-1/+1
| * | net: mvpp2: do not unmap TSO headers buffersAntoine Tenart2017-10-241-4/+13
| * | net: mvpp2: fix TSO headers allocation and managementYan Markman2017-10-241-3/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-11/+35
|\|
| * net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT2017-10-011-0/+15
| * net: mvpp2: do not select the internal source clockAntoine Tenart2017-09-281-2/+1
| * net: mvpp2: fix port list indexingYan Markman2017-09-281-3/+5
| * net: mvpp2: fix parsing fragmentation detectionStefan Chulski2017-09-281-6/+14
* | drivers: net: pxa168: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* | net: mvpp2: remove useless gotoAntoine Tenart2017-09-191-1/+0
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart2017-09-031-11/+12
* net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart2017-09-031-7/+9
* net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart2017-09-031-18/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+1
|\
| * net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart2017-08-281-1/+1
* | mvneta: Driver and hardware supports IPv6 offload, so enable itAndrew Pilloud2017-09-011-1/+1
* | net: mvpp2: use the GoP interrupt for link status changesAntoine Tenart2017-09-011-5/+172
* | net: mvpp2: make the phy optionalAntoine Tenart2017-09-011-8/+11
* | net: mvpp2: take advantage of the is_rgmii helperAntoine Tenart2017-09-011-12/+3
* | net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart2017-08-301-1/+20
* | net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart2017-08-301-22/+42
* | net: mvpp2: improve the link management functionAntoine Tenart2017-08-301-0/+11
* | net: mvpp2: simplify the link_event functionAntoine Tenart2017-08-301-9/+4
* | net: mvpp2: initialize the comphyAntoine Tenart2017-08-301-1/+43
* | net: mvpp2: fix the packet size configuration for 10GAntoine Ténart2017-08-251-2/+2
* | net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli2017-08-241-2/+2
* | net: mvpp2: software tso supportAntoine Ténart2017-08-231-14/+157
* | net: mvpp2: unify the txq size define useAntoine Ténart2017-08-231-6/+5
* | net: define the TSO header size in net/tso.hAntoine Ténart2017-08-232-5/+0
* | net: mvpp2: initialize the GoPAntoine Ténart2017-08-221-0/+170
* | net: mvpp2: set maximum packet size for 10G portsStefan Chulski2017-08-221-2/+22
* | net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart2017-08-221-0/+25
* | net: mvpp2: initialize the GMAC when using a portAntoine Ténart2017-08-221-25/+98
* | net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart2017-08-221-1/+1
* | net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart2017-08-221-2/+2
* | net: mvpp2: unify register definitions coding styleAntoine Ténart2017-08-221-44/+44