summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2.c
AgeCommit message (Expand)Author
2018-02-11mvpp2: fix multicast address filterMikulas Patocka
2018-01-22net: mvpp2: enable ACPI support in the driverMarcin Wojtas
2018-01-22net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas
2018-01-22net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas
2017-12-13net: mvpp2: adjust the coalescing parametersAntoine Tenart
2017-12-13net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart
2017-12-13net: mvpp2: align values in ethtool get_coalesceAntoine Tenart
2017-12-13net: mvpp2: split the max ring size from the default oneYan Markman
2017-12-13net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart
2017-11-30net: mvpp2: allocate zeroed tx descriptorsYan Markman
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart
2017-11-11net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-08net: mvpp2: add ethtool GOP statisticsMiquel Raynal
2017-11-08net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier
2017-11-01net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart
2017-11-01net: mvpp2: use the aggr txq size define everywhereAntoine Tenart
2017-11-01net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart
2017-11-01net: mvpp2: initialize the RSS tablesAntoine Tenart
2017-11-01net: mvpp2: initialize the Tx FIFO sizeAntoine Tenart
2017-11-01net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2Antoine Tenart
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-26net: mvpp2: do not sleep in set_rx_modeAntoine Tenart
2017-10-26net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart
2017-10-26net: mvpp2: fix typo in the tcam setupAntoine Tenart
2017-10-24net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart
2017-10-24net: mvpp2: do not unmap TSO headers buffersAntoine Tenart
2017-10-24net: mvpp2: fix TSO headers allocation and managementYan Markman
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-01net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT
2017-09-28net: mvpp2: do not select the internal source clockAntoine Tenart
2017-09-28net: mvpp2: fix port list indexingYan Markman
2017-09-28net: mvpp2: fix parsing fragmentation detectionStefan Chulski
2017-09-19net: mvpp2: remove useless gotoAntoine Tenart
2017-09-03net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart
2017-09-03net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart
2017-09-03net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01net: mvpp2: use the GoP interrupt for link status changesAntoine Tenart
2017-09-01net: mvpp2: make the phy optionalAntoine Tenart
2017-09-01net: mvpp2: take advantage of the is_rgmii helperAntoine Tenart
2017-08-30net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart
2017-08-30net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart
2017-08-30net: mvpp2: improve the link management functionAntoine Tenart
2017-08-30net: mvpp2: simplify the link_event functionAntoine Tenart
2017-08-30net: mvpp2: initialize the comphyAntoine Tenart