aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07net: mvpp2: cls: fix less than zero check on a u32 variableColin Ian King1-2/+4
2019-05-05net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing1-3/+0
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier1-9/+20
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier1-0/+316
2019-05-01net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier1-69/+95
2019-05-01net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier1-3/+3
2019-03-27net: mvpp2: cls: Initialize lookup priorities for all entries in the flowMaxime Chevallier1-13/+24
2019-03-27net: mvpp2: cls: Invalidate all C2 entries except the ones we useMaxime Chevallier1-0/+23
2019-03-27net: mvpp2: cls: Rename the flow table macrosMaxime Chevallier1-7/+5
2019-03-27net: mvpp2: cls: Don't use the sequence attribute for classificationMaxime Chevallier1-10/+0
2019-03-27net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier1-3/+3
2019-03-27net: mvpp2: cls: Move C2 read/write helpers aroundMaxime Chevallier1-41/+41
2019-03-27net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entryMaxime Chevallier1-7/+7
2019-03-27net: mvpp2: cls: Use iterators to go through the cls_tableMaxime Chevallier1-8/+2
2019-03-27net: mvpp2: cls: Make the flow definitions constMaxime Chevallier1-8/+9
2019-03-27net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWSMaxime Chevallier1-5/+5
2019-03-27net: mvpp2: cls: use Lookup Type in classification enginesMaxime Chevallier1-0/+12
2019-03-27net: mvpp2: cls: Add missing MAC_DA field extractionMaxime Chevallier1-0/+3
2018-07-16net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier1-0/+21
2018-07-16net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier1-5/+23
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-13net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot1-1/+1
2018-07-12net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier1-0/+104
2018-07-12net: mvpp2: add an RSS classification step for each flowMaxime Chevallier1-2/+277
2018-07-12net: mvpp2: split ingress traffic into multiple flowsMaxime Chevallier1-8/+347
2018-07-12net: mvpp2: use classifier to assign default rx queueMaxime Chevallier1-0/+150
2018-07-12net: mvpp2: rename per-port RSS init functionMaxime Chevallier1-1/+1
2018-07-12net: mvpp2: make sure we don't spread load on disabled CPUsMaxime Chevallier1-1/+7
2018-07-12net: mvpp2: improve the distribution of packets on CPUs when using RSSAntoine Tenart1-1/+15
2018-07-12net: mvpp2: RSS indirection table supportAntoine Tenart1-7/+17
2018-07-12net: mvpp2: use one RSS table per portMaxime Chevallier1-9/+8
2018-07-12net: mvpp2: fix RSS register definitionsMaxime Chevallier1-1/+1
2018-07-12net: mvpp2: fix a typo in the RSS codeAntoine Tenart1-1/+1
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier1-0/+141