summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_ace.c
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean2020-06-201-1000/+0
* net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean2020-06-201-0/+24
* net: mscc: ocelot: access EtherType using __be16Vladimir Oltean2020-06-201-2/+2
* net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean2020-06-201-4/+6
* net: mscc: ocelot: refine the ocelot_ace_is_problematic_mac_etype functionVladimir Oltean2020-04-221-4/+14
* net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean2020-04-181-1/+102
* net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-301-7/+57
* net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean2020-03-031-80/+54
* net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean2020-03-031-120/+195
* net: mscc: ocelot: spell out full "ocelot" name instead of "oc"Vladimir Oltean2020-03-031-21/+24
* net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean2020-03-031-51/+30
* net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu2020-03-031-7/+7
* ocelot_ace: fix action of trapYangbo Lu2019-08-221-1/+1
* ocelot: remove unused variable 'rc' in vcap_cmd()Mao Wenan2019-06-091-2/+1
* net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing2019-06-061-1/+1
* net: mscc: ocelot: Fix some struct initializationsNathan Chancellor2019-06-041-4/+10
* net: mscc: ocelot: Add support for tcamHoratiu Vultur2019-06-021-0/+777