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