aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mscc/ocelot_ace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-20net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean1-1000/+0
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean1-0/+24
2020-06-20net: mscc: ocelot: access EtherType using __be16Vladimir Oltean1-2/+2
2020-06-20net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean1-4/+6
2020-04-22net: mscc: ocelot: refine the ocelot_ace_is_problematic_mac_etype functionVladimir Oltean1-4/+14
2020-04-18net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean1-1/+102
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang1-7/+57
2020-03-03net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean1-80/+54
2020-03-03net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean1-120/+195
2020-03-03net: mscc: ocelot: spell out full "ocelot" name instead of "oc"Vladimir Oltean1-21/+24
2020-03-03net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean1-51/+30
2020-03-03net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu1-7/+7
2019-08-22ocelot_ace: fix action of trapYangbo Lu1-1/+1
2019-06-09ocelot: remove unused variable 'rc' in vcap_cmd()Mao Wenan1-2/+1
2019-06-06net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing1-1/+1
2019-06-04net: mscc: ocelot: Fix some struct initializationsNathan Chancellor1-4/+10
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur1-0/+777