summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/vcap/vcap_api.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-10net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()Jinjie Ruan1-2/+16
2023-08-19net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()Ruan Jinjie1-1/+1
2023-08-04net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()Li Zetao1-1/+1
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma1-4/+4
2023-03-08net: microchip: sparx5: Provide rule count, key removal and keyset selectSteen Hegelund1-0/+61
2023-02-16net: microchip: sparx5: Use chain ids without offsets when enabling rulesSteen Hegelund1-6/+5
2023-02-16net: microchip: sparx5: Clear rule counter even if lookup is disabledSteen Hegelund1-2/+5
2023-02-06sparx5: add support for configuring PSFP via tcDaniel Machon1-1/+2
2023-01-30net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund1-5/+7
2023-01-30net: microchip: sparx5: Add support for getting keysets without a type idSteen Hegelund1-1/+23
2023-01-26net: microchip: sparx5: Add automatic selection of VCAP rule actionsetSteen Hegelund1-5/+102
2023-01-26net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPsSteen Hegelund1-1/+42
2023-01-26net: microchip: sparx5: Add actionset type id information to ruleSteen Hegelund1-0/+34
2023-01-24net: microchip: sparx5: Fix uninitialized variable in vcap_path_exist()Dan Carpenter1-1/+2
2023-01-21net: microchip: vcap: use kmemdup() to allocate memoryYang Yingliang1-4/+2
2023-01-18net: microchip: sparx5: Improve VCAP admin locking in the VCAP APISteen Hegelund1-30/+67
2023-01-18net: microchip: sparx5: Add VCAP admin locking in debugFSSteen Hegelund1-27/+33
2023-01-18net: microchip: sparx5: Add support to check for existing VCAP rule idSteen Hegelund1-2/+16
2023-01-18net: microchip: sparx5: Add support for rule count by cookieSteen Hegelund1-25/+42
2023-01-16net: microchip: vcap api: Enable/Disable rules via chains in VCAP HWSteen Hegelund1-2/+204
2023-01-16net: microchip: vcap api: Add a storage state to a VCAP ruleSteen Hegelund1-9/+117
2023-01-16net: microchip: vcap api: Check chains when adding a tc flower filterSteen Hegelund1-24/+35
2023-01-16net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund1-52/+74
2023-01-16net: microchip: vcap api: Convert multi-word keys/actions when encodingSteen Hegelund1-109/+134
2023-01-16net: microchip: vcap api: Always enable VCAP lookupsSteen Hegelund1-5/+1
2023-01-16net: microchip: sparx5: Reset VCAP counter for new rulesSteen Hegelund1-1/+6
2023-01-16net: microchip: vcap api: Erase VCAP cache before encoding ruleSteen Hegelund1-1/+1
2022-12-07net: microchip: vcap: Remove unneeded semicolonszhang songyi1-2/+2
2022-12-06net: microchip: vcap: Add vcap_rule_get_key_u32Horatiu Vultur1-0/+16
2022-12-06net: microchip: vcap: Add vcap_mod_ruleHoratiu Vultur1-0/+36
2022-12-06net: microchip: vcap: Add vcap_get_ruleHoratiu Vultur1-0/+772
2022-12-01net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur1-6/+1
2022-11-29net: microchip: vcap: Implement w32beHoratiu Vultur1-4/+112
2022-11-25net: microchip: sparx5: Support for copying and modifying rules in the APISteen Hegelund1-3/+182
2022-11-21net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund1-0/+10
2022-11-21net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP APISteen Hegelund1-6/+6
2022-11-21net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP APISteen Hegelund1-4/+11
2022-11-21net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund1-48/+17
2022-11-21net: microchip: sparx5: Ensure VCAP last_used_addr is set back to defaultSteen Hegelund1-2/+2
2022-11-14net: microchip: sparx5: Add support for TC flower filter statisticsSteen Hegelund1-0/+25
2022-11-14net: microchip: sparx5: Add support for IS2 VCAP rule countersSteen Hegelund1-0/+71
2022-11-14net: microchip: sparx5: Add/delete rules in sorted orderSteen Hegelund1-12/+125
2022-11-11net: microchip: sparx5: Add tc matchall filter and enable VCAP lookupsSteen Hegelund1-1/+119
2022-11-11net: microchip: sparx5: Let VCAP API validate added key- and actionfieldsSteen Hegelund1-2/+101
2022-11-11net: microchip: sparx5: Match keys in configured port keysetsSteen Hegelund1-10/+127
2022-11-11net: microchip: sparx5: Adding TC goto action and action checkingSteen Hegelund1-0/+36
2022-11-11net: microchip: sparx5: Find VCAP lookup from chain idSteen Hegelund1-0/+17
2022-11-11net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAPSteen Hegelund1-0/+11
2022-10-24net: microchip: sparx5: Adding KUNIT test for the VCAP APISteen Hegelund1-0/+4
2022-10-24net: microchip: sparx5: Writing rules to the IS2 VCAPSteen Hegelund1-1/+425