summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: enable ACPI support in the driverMarcin Wojtas2018-01-221-39/+94
* net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas2018-01-221-21/+24
* net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas2018-01-221-21/+11Star
* net: mvpp2: adjust the coalescing parametersAntoine Tenart2017-12-131-2/+2
* net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart2017-12-131-0/+1
* net: mvpp2: align values in ethtool get_coalesceAntoine Tenart2017-12-131-3/+3
* net: mvpp2: split the max ring size from the default oneYan Markman2017-12-131-11/+13
* net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart2017-12-131-4/+8
* net: mvpp2: fix the RSS table entry offsetAntoine Tenart2017-12-081-1/+1
* net: mvpp2: allocate zeroed tx descriptorsYan Markman2017-11-301-1/+1
* net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
* net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0Star
* net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
* net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2Star
* net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal2017-11-111-32/+30Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-0/+4
|\
| * net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier2017-11-081-0/+4
* | net: mvpp2: add ethtool GOP statisticsMiquel Raynal2017-11-081-5/+223
* | net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart2017-11-011-26/+13Star
* | 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-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
* | net: mvpp2: remove useless gotoAntoine Tenart2017-09-191-1/+0Star
|/
* 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
* | 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