summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_vcap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+8
|\
| * net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean2022-05-051-0/+4
| * net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean2022-05-051-1/+0
| * net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean2022-05-051-0/+4
* | net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean2022-05-041-11/+7
* | net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean2022-05-041-2/+2
* | net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean2022-05-041-9/+5
* | net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean2022-05-041-1/+1
* | net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean2022-05-041-1/+1
* | net: mscc: ocelot: Remove useless codeHaowen Bai2022-04-251-4/+0
|/
* net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean2022-03-171-0/+12
* net: mscc: ocelot: establish functions for handling VCAP aux resourcesVladimir Oltean2022-03-171-11/+30
* net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean2022-03-041-2/+2
* net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean2022-03-041-5/+3
* net: mscc: ocelot: keep traps in a listVladimir Oltean2022-02-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+16
|\
| * net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2021-11-261-0/+16
* | net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-181-37/+66
|/
* net: mscc: ocelot: fix VCAP filters remaining active after being deletedVladimir Oltean2021-10-011-2/+2
* net: mscc: ocelot: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2021-01-291-0/+1
* net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean2021-01-291-4/+12
* net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean2021-01-291-0/+2
* net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean2020-10-021-14/+22
* net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2020-10-021-1/+5
* net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang2020-10-021-1/+80
* net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang2020-10-021-0/+136
* net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean2020-10-021-20/+30
* net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean2020-10-021-40/+19
* net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean2020-09-291-4/+4
* net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id functionVladimir Oltean2020-09-291-7/+19
* net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()Vladimir Oltean2020-09-291-8/+12
* net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()Vladimir Oltean2020-09-291-8/+8
* net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entriesXiaoliang Yang2020-09-291-2/+15
* net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-291-2/+77
* net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2020-09-291-189/+211
* net: mscc: ocelot: return error if VCAP filter is not foundXiaoliang Yang2020-09-291-4/+12
* net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean2020-06-201-51/+45
* net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean2020-06-201-140/+146
* net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean2020-06-201-0/+1000