aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
AgeCommit message (Expand)Author
2023-03-28net: mvpp2: classifier flow fix fragmentation flagsSven Auhagen
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-22net: mvpp2: fix RX hashing for non-10G portsRussell King
2020-05-06net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2019-07-08net: mvpp2: cls: Add support for ETHER_FLOWMaxime Chevallier
2019-07-08net: mvpp2: cls: Report an error for unsupported flow typesMaxime Chevallier
2019-06-18net: mvpp2: cls: Add steering based on vlan Id and priority.Maxime Chevallier
2019-06-18net: mvpp2: cls: right-justify the C2 TCAM keysMaxime Chevallier
2019-06-18net: mvpp2: cls: Only select applicable flows of classification offloadMaxime Chevallier
2019-06-18net: mvpp2: cls: Use a dedicated lu_type for the RSS lookupMaxime Chevallier
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_insYueHaibing
2019-05-28net: mvpp2: cls: Check RSS table index validity when creating a contextMaxime Chevallier
2019-05-25net: mvpp2: cls: Support steering to RSS contextsMaxime Chevallier
2019-05-25net: mvpp2: cls: Extract the RSS context when parsing the ethtool ruleMaxime Chevallier
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-23net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier
2019-05-07net: mvpp2: cls: fix less than zero check on a u32 variableColin Ian King
2019-05-05net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier
2019-05-01net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier
2019-05-01net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier
2019-03-27net: mvpp2: cls: Initialize lookup priorities for all entries in the flowMaxime Chevallier
2019-03-27net: mvpp2: cls: Invalidate all C2 entries except the ones we useMaxime Chevallier
2019-03-27net: mvpp2: cls: Rename the flow table macrosMaxime Chevallier
2019-03-27net: mvpp2: cls: Don't use the sequence attribute for classificationMaxime Chevallier
2019-03-27net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier
2019-03-27net: mvpp2: cls: Move C2 read/write helpers aroundMaxime Chevallier
2019-03-27net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entryMaxime Chevallier
2019-03-27net: mvpp2: cls: Use iterators to go through the cls_tableMaxime Chevallier
2019-03-27net: mvpp2: cls: Make the flow definitions constMaxime 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-27net: mvpp2: cls: Add missing MAC_DA field extractionMaxime Chevallier
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: switch to SPDX identifiersAntoine Tenart
2018-07-13net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot
2018-07-12net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier
2018-07-12net: mvpp2: add an RSS classification step for each flowMaxime Chevallier
2018-07-12net: mvpp2: split ingress traffic into multiple flowsMaxime Chevallier
2018-07-12net: mvpp2: use classifier to assign default rx queueMaxime Chevallier
2018-07-12net: mvpp2: rename per-port RSS init functionMaxime Chevallier
2018-07-12net: mvpp2: make sure we don't spread load on disabled CPUsMaxime Chevallier
2018-07-12net: mvpp2: improve the distribution of packets on CPUs when using RSSAntoine Tenart