index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvpp2
/
mvpp2_cls.c
Age
Commit message (
Expand
)
Author
2024-08-12
eth: mvpp2: implement new RSS context API
Jakub Kicinski
2023-03-28
net: mvpp2: classifier flow fix fragmentation flags
Sven Auhagen
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-22
net: mvpp2: fix RX hashing for non-10G ports
Russell King
2020-05-06
net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()
Dan Carpenter
2020-03-17
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
2020-03-08
flow_offload: check for basic action hw stats type
Jiri Pirko
2019-07-08
net: mvpp2: cls: Add support for ETHER_FLOW
Maxime Chevallier
2019-07-08
net: mvpp2: cls: Report an error for unsupported flow types
Maxime Chevallier
2019-06-18
net: mvpp2: cls: Add steering based on vlan Id and priority.
Maxime Chevallier
2019-06-18
net: mvpp2: cls: right-justify the C2 TCAM keys
Maxime Chevallier
2019-06-18
net: mvpp2: cls: Only select applicable flows of classification offload
Maxime Chevallier
2019-06-18
net: mvpp2: cls: Use a dedicated lu_type for the RSS lookup
Maxime Chevallier
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-30
net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_ins
YueHaibing
2019-05-28
net: mvpp2: cls: Check RSS table index validity when creating a context
Maxime Chevallier
2019-05-25
net: mvpp2: cls: Support steering to RSS contexts
Maxime Chevallier
2019-05-25
net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule
Maxime Chevallier
2019-05-25
net: mvpp2: cls: Use RSS contexts to handle RSS tables
Maxime Chevallier
2019-05-25
net: mvpp2: cls: Bypass C2 internals FIFOs at init
Maxime Chevallier
2019-05-25
net: mvpp2: cls: Use the correct number of rules in various places
Maxime Chevallier
2019-05-23
net: mvpp2: cls: Fix leaked ethtool_rx_flow_rule
Maxime Chevallier
2019-05-07
net: mvpp2: cls: fix less than zero check on a u32 variable
Colin Ian King
2019-05-05
net: mvpp2: cls: Remove set but not used variable 'act'
YueHaibing
2019-05-01
net: mvpp2: cls: Allow dropping packets with classification offload
Maxime Chevallier
2019-05-01
net: mvpp2: cls: Add Classification offload support
Maxime Chevallier
2019-05-01
net: mvpp2: cls: Use a bitfield to represent the flow_type
Maxime Chevallier
2019-05-01
net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_write
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Initialize lookup priorities for all entries in the flow
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Invalidate all C2 entries except the ones we use
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Rename the flow table macros
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Don't use the sequence attribute for classification
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Move C2 read/write helpers around
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Use iterators to go through the cls_table
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Make the flow definitions const
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS
Maxime Chevallier
2019-03-27
net: mvpp2: cls: use Lookup Type in classification engines
Maxime Chevallier
2019-03-27
net: mvpp2: cls: Add missing MAC_DA field extraction
Maxime Chevallier
2018-07-16
net: mvpp2: debugfs: add classifier hit counters
Maxime Chevallier
2018-07-16
net: mvpp2: debugfs: add entries for classifier flows
Maxime Chevallier
2018-07-16
net: mvpp2: switch to SPDX identifiers
Antoine Tenart
2018-07-13
net: mvpp2: mvpp2_cls_flow_get() can be static
kbuild test robot
2018-07-12
net: mvpp2: allow setting RSS flow hash parameters with ethtool
Maxime Chevallier
2018-07-12
net: mvpp2: add an RSS classification step for each flow
Maxime Chevallier
2018-07-12
net: mvpp2: split ingress traffic into multiple flows
Maxime Chevallier
2018-07-12
net: mvpp2: use classifier to assign default rx queue
Maxime Chevallier
2018-07-12
net: mvpp2: rename per-port RSS init function
Maxime Chevallier
2018-07-12
net: mvpp2: make sure we don't spread load on disabled CPUs
Maxime Chevallier
[next]