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