summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: mvpp2: remove useless gotoAntoine Tenart2017-09-191-1/+0
|/
* 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
* | 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: 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: 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
* | net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni2017-08-031-29/+246
* | net: mvpp2: introduce queue_vector conceptThomas Petazzoni2017-08-031-54/+169
* | net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni2017-08-031-12/+13
* | net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni2017-08-031-42/+41
* | net: mvpp2: remove RX queue group reset codeThomas Petazzoni2017-08-031-17/+0
* | net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni2017-08-031-1/+1
|/
* net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni2017-06-221-11/+3
* net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni2017-06-221-11/+0
OpenPOWER on IntegriCloud