aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-02mvpp2: percpu buffersMatteo Croce1-0/+4
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner1-2/+1
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier1-0/+18
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-0/+1
2019-05-25net: mvpp2: cls: Use RSS contexts to handle RSS tablesMaxime Chevallier1-3/+13
2019-05-25net: mvpp2: cls: Bypass C2 internals FIFOs at initMaxime Chevallier1-0/+2
2019-05-25net: mvpp2: cls: Use the correct number of rules in various placesMaxime Chevallier1-1/+1
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier1-0/+1
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier1-0/+41
2019-03-27net: mvpp2: cls: Invalidate all C2 entries except the ones we useMaxime Chevallier1-0/+2
2019-03-27net: mvpp2: debugfs: Store debugfs entries data in mvpp2 structMaxime Chevallier1-0/+4
2019-03-27net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWSMaxime Chevallier1-0/+2
2019-03-27net: mvpp2: cls: use Lookup Type in classification enginesMaxime Chevallier1-0/+2
2019-03-01net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart1-0/+1
2019-03-01net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart1-0/+2
2019-03-01net: mvpp2: fix the computation of the RXQsAntoine Tenart1-2/+2
2019-03-01net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definitionAntoine Tenart1-1/+1
2019-03-01net: mvpp2: update the port documentation regarding the GoPAntoine Tenart1-1/+1
2019-03-01net: mvpp2: fix a typo in the headerAntoine Tenart1-1/+1
2019-02-08net: marvell: mvpp2: read correct pause bitsRussell King1-2/+2
2018-10-30net: mvpp2: Fix affinity hint allocationMarc Zyngier1-0/+1
2018-09-24net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier1-0/+1
2018-09-19net: mvpp2: handle cases where more CPUs are available than s/w threadsAntoine Tenart1-3/+11
2018-09-19net: mvpp2: map the CPUs to threadsAntoine Tenart1-1/+4
2018-09-19net: mvpp2: make mvpp2_read_relaxed staticAntoine Tenart1-2/+0
2018-09-19net: mvpp2: make the per-cpu helpers staticAntoine Tenart1-7/+0
2018-09-19net: mvpp2: cpu should always be unsignedAntoine Tenart1-5/+6
2018-09-19net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart1-1/+2
2018-09-19net: mvpp2: rename the IRQs to match the hardwareAntoine Tenart1-0/+1
2018-09-19net: mvpp2: increase the number of s/w threads to 9Antoine Tenart1-1/+1
2018-07-16net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier1-0/+6
2018-07-16net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier1-0/+2
2018-07-16net: mvpp2: debugfs: add hit counter stats for Header Parser entriesMaxime Chevallier1-0/+3
2018-07-16net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier1-0/+7
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-12net: mvpp2: use classifier to assign default rx queueMaxime Chevallier1-0/+40
2018-07-12net: mvpp2: RSS indirection table supportAntoine Tenart1-0/+3
2018-07-12net: mvpp2: fix RSS register definitionsMaxime Chevallier1-2/+2
2018-07-12net: mvpp2: use only one rx queue per port per CPUMaxime Chevallier1-1/+1
2018-07-12net: mvpp2: define the number of RSS entries per table in mvpp2.hMaxime Chevallier1-0/+3
2018-07-11net: mvpp2: explicitly include linux/interrupt.hAntoine Tenart1-0/+1
2018-06-30net: mvpp2: prs: Drop unions representing TCAM and SRAM entriesMaxime Chevallier1-0/+2
2018-06-30net: mvpp2: Make TX / RX descriptors little-endianMaxime Chevallier1-28/+28
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier1-0/+1046