summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2
AgeCommit message (Expand)Author
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-28net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry
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-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier
2019-06-12net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart
2019-05-30net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_insYueHaibing
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
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-13net: mvpp2: cls: Add missing NETIF_F_NTUPLE flagMaxime 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: Rework C2 engine macrosMaxime 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: debugfs: Allow reading the C2 engine table from debugfsMaxime Chevallier
2019-03-27net: mvpp2: debugfs: Allow reading the flow table from debugfsMaxime Chevallier
2019-03-27net: mvpp2: debugfs: Store debugfs entries data in mvpp2 structMaxime 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