index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
/
vcap
/
vcap_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sparx5: Correct spelling in comments
Simon Horman
2024-04-25
1
-2
/
+2
*
net: sparx5: add support for tc flower mirred action.
Daniel Machon
2024-04-09
1
-0
/
+12
*
net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()
Jinjie Ruan
2023-09-10
1
-2
/
+16
*
net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()
Ruan Jinjie
2023-08-19
1
-1
/
+1
*
net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()
Li Zetao
2023-08-04
1
-1
/
+1
*
net: ethernet: microchip: vcap: Remove extra semicolon
Anup Sharma
2023-05-15
1
-4
/
+4
*
net: microchip: sparx5: Provide rule count, key removal and keyset select
Steen Hegelund
2023-03-08
1
-0
/
+61
*
net: microchip: sparx5: Use chain ids without offsets when enabling rules
Steen Hegelund
2023-02-16
1
-6
/
+5
*
net: microchip: sparx5: Clear rule counter even if lookup is disabled
Steen Hegelund
2023-02-16
1
-2
/
+5
*
sparx5: add support for configuring PSFP via tc
Daniel Machon
2023-02-06
1
-1
/
+2
*
net: microchip: sparx5: Add ingress information to VCAP instance
Steen Hegelund
2023-01-30
1
-5
/
+7
*
net: microchip: sparx5: Add support for getting keysets without a type id
Steen Hegelund
2023-01-30
1
-1
/
+23
*
net: microchip: sparx5: Add automatic selection of VCAP rule actionset
Steen Hegelund
2023-01-26
1
-5
/
+102
*
net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPs
Steen Hegelund
2023-01-26
1
-1
/
+42
*
net: microchip: sparx5: Add actionset type id information to rule
Steen Hegelund
2023-01-26
1
-0
/
+34
*
net: microchip: sparx5: Fix uninitialized variable in vcap_path_exist()
Dan Carpenter
2023-01-23
1
-1
/
+2
*
net: microchip: vcap: use kmemdup() to allocate memory
Yang Yingliang
2023-01-20
1
-4
/
+2
*
net: microchip: sparx5: Improve VCAP admin locking in the VCAP API
Steen Hegelund
2023-01-18
1
-30
/
+67
*
net: microchip: sparx5: Add VCAP admin locking in debugFS
Steen Hegelund
2023-01-18
1
-27
/
+33
*
net: microchip: sparx5: Add support to check for existing VCAP rule id
Steen Hegelund
2023-01-18
1
-2
/
+16
*
net: microchip: sparx5: Add support for rule count by cookie
Steen Hegelund
2023-01-18
1
-25
/
+42
*
net: microchip: vcap api: Enable/Disable rules via chains in VCAP HW
Steen Hegelund
2023-01-16
1
-2
/
+204
*
net: microchip: vcap api: Add a storage state to a VCAP rule
Steen Hegelund
2023-01-16
1
-9
/
+117
*
net: microchip: vcap api: Check chains when adding a tc flower filter
Steen Hegelund
2023-01-16
1
-24
/
+35
*
net: microchip: vcap api: Use src and dst chain id to chain VCAP lookups
Steen Hegelund
2023-01-16
1
-52
/
+74
*
net: microchip: vcap api: Convert multi-word keys/actions when encoding
Steen Hegelund
2023-01-16
1
-109
/
+134
*
net: microchip: vcap api: Always enable VCAP lookups
Steen Hegelund
2023-01-16
1
-5
/
+1
*
net: microchip: sparx5: Reset VCAP counter for new rules
Steen Hegelund
2023-01-16
1
-1
/
+6
*
net: microchip: vcap api: Erase VCAP cache before encoding rule
Steen Hegelund
2023-01-16
1
-1
/
+1
*
net: microchip: vcap: Remove unneeded semicolons
zhang songyi
2022-12-06
1
-2
/
+2
*
net: microchip: vcap: Add vcap_rule_get_key_u32
Horatiu Vultur
2022-12-06
1
-0
/
+16
*
net: microchip: vcap: Add vcap_mod_rule
Horatiu Vultur
2022-12-06
1
-0
/
+36
*
net: microchip: vcap: Add vcap_get_rule
Horatiu Vultur
2022-12-06
1
-0
/
+772
*
net: microchip: vcap: Change how the rule id is generated
Horatiu Vultur
2022-11-30
1
-6
/
+1
*
net: microchip: vcap: Implement w32be
Horatiu Vultur
2022-11-29
1
-4
/
+112
*
net: microchip: sparx5: Support for copying and modifying rules in the API
Steen Hegelund
2022-11-25
1
-3
/
+182
*
net: microchip: sparx5: Add VCAP locking to protect rules
Steen Hegelund
2022-11-21
1
-0
/
+10
*
net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP API
Steen Hegelund
2022-11-21
1
-6
/
+6
*
net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP API
Steen Hegelund
2022-11-21
1
-4
/
+11
*
net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP API
Steen Hegelund
2022-11-21
1
-48
/
+17
*
net: microchip: sparx5: Ensure VCAP last_used_addr is set back to default
Steen Hegelund
2022-11-21
1
-2
/
+2
*
net: microchip: sparx5: Add support for TC flower filter statistics
Steen Hegelund
2022-11-14
1
-0
/
+25
*
net: microchip: sparx5: Add support for IS2 VCAP rule counters
Steen Hegelund
2022-11-14
1
-0
/
+71
*
net: microchip: sparx5: Add/delete rules in sorted order
Steen Hegelund
2022-11-14
1
-12
/
+125
*
net: microchip: sparx5: Add tc matchall filter and enable VCAP lookups
Steen Hegelund
2022-11-11
1
-1
/
+119
*
net: microchip: sparx5: Let VCAP API validate added key- and actionfields
Steen Hegelund
2022-11-11
1
-2
/
+101
*
net: microchip: sparx5: Match keys in configured port keysets
Steen Hegelund
2022-11-11
1
-10
/
+127
*
net: microchip: sparx5: Adding TC goto action and action checking
Steen Hegelund
2022-11-11
1
-0
/
+36
*
net: microchip: sparx5: Find VCAP lookup from chain id
Steen Hegelund
2022-11-11
1
-0
/
+17
*
net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAP
Steen Hegelund
2022-11-11
1
-0
/
+11
[next]