aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-13net: mvpp2: align values in ethtool get_coalesceAntoine Tenart1-3/+3
2017-12-13net: mvpp2: split the max ring size from the default oneYan Markman1-11/+13
2017-12-13net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart1-4/+8
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart1-1/+1
2017-12-07net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan1-1/+2
2017-11-30net: mvpp2: allocate zeroed tx descriptorsYan Markman1-1/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-29/+17
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart1-0/+6
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman1-9/+0
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart1-2/+9
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart1-18/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-17/+15
2017-11-14net: mvneta: fix handling of the Tx descriptor counterSimon Guinot1-5/+8
2017-11-11net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal1-32/+30
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-11-08net: mvpp2: add ethtool GOP statisticsMiquel Raynal1-5/+223
2017-11-08net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier1-0/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart1-26/+13
2017-11-01net: mvpp2: use the aggr txq size define everywhereAntoine Tenart1-3/+3
2017-11-01net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart1-2/+16
2017-11-01net: mvpp2: initialize the RSS tablesAntoine Tenart1-0/+50
2017-11-01net: mvpp2: initialize the Tx FIFO sizeAntoine Tenart1-4/+21
2017-11-01net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2Antoine Tenart1-6/+46
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+22
2017-10-26net: mvpp2: do not sleep in set_rx_modeAntoine Tenart1-2/+2
2017-10-26net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart1-2/+2
2017-10-26net: mvpp2: fix typo in the tcam setupAntoine Tenart1-1/+1
2017-10-24net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart1-1/+1
2017-10-24net: mvpp2: do not unmap TSO headers buffersAntoine Tenart1-4/+13
2017-10-24net: mvpp2: fix TSO headers allocation and managementYan Markman1-3/+3
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+35
2017-10-01net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT1-0/+15
2017-09-28net: mvpp2: do not select the internal source clockAntoine Tenart1-2/+1
2017-09-28net: mvpp2: fix port list indexingYan Markman1-3/+5
2017-09-28net: mvpp2: fix parsing fragmentation detectionStefan Chulski1-6/+14
2017-09-21drivers: net: pxa168: use setup_timer() helper.Allen Pais1-3/+2
2017-09-19net: mvpp2: remove useless gotoAntoine Tenart1-1/+0
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-03net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart1-11/+12
2017-09-03net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart1-7/+9
2017-09-03net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart1-18/+27
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-09-01mvneta: Driver and hardware supports IPv6 offload, so enable itAndrew Pilloud1-1/+1
2017-09-01net: mvpp2: use the GoP interrupt for link status changesAntoine Tenart1-5/+172
2017-09-01net: mvpp2: make the phy optionalAntoine Tenart1-8/+11
2017-09-01net: mvpp2: take advantage of the is_rgmii helperAntoine Tenart1-12/+3
2017-08-30net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart1-1/+20