summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-061-11/+35
|\|
| * net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT2017-10-021-0/+15
| * net: mvpp2: do not select the internal source clockAntoine Tenart2017-09-281-2/+1Star
| * 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/+2Star
* | net: mvpp2: remove useless gotoAntoine Tenart2017-09-191-1/+0Star
|/
* 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-041-11/+12
* net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart2017-09-041-7/+9
* net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart2017-09-041-18/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-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/+3Star
* | net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart2017-08-311-1/+20
* | net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart2017-08-311-22/+42
* | net: mvpp2: improve the link management functionAntoine Tenart2017-08-311-0/+11
* | net: mvpp2: simplify the link_event functionAntoine Tenart2017-08-311-9/+4Star
* | net: mvpp2: initialize the comphyAntoine Tenart2017-08-311-1/+43
* | net: mvpp2: fix the packet size configuration for 10GAntoine Ténart2017-08-261-2/+2
* | net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli2017-08-251-2/+2
* | net: mvpp2: software tso supportAntoine Ténart2017-08-241-14/+157
* | net: mvpp2: unify the txq size define useAntoine Ténart2017-08-241-6/+5Star
* | net: define the TSO header size in net/tso.hAntoine Ténart2017-08-242-5/+0Star
* | 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
* | skge: add paren around sizeof argstephen hemminger2017-08-161-1/+1
* | net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni2017-08-041-29/+246
* | net: mvpp2: introduce queue_vector conceptThomas Petazzoni2017-08-041-54/+169
* | net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni2017-08-041-12/+13
* | net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni2017-08-041-42/+41Star
* | net: mvpp2: remove RX queue group reset codeThomas Petazzoni2017-08-041-17/+0Star
* | net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni2017-08-041-1/+1
|/
* mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-011-1/+1
* net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni2017-06-221-11/+3Star
* net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni2017-06-221-11/+0Star
* net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni2017-06-221-4/+29