index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
/
ocelot_vcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
1
-1
/
+8
|
\
|
*
net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters
Vladimir Oltean
2022-05-05
1
-0
/
+4
|
*
net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups
Vladimir Oltean
2022-05-05
1
-1
/
+0
|
*
net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...
Vladimir Oltean
2022-05-05
1
-0
/
+4
*
|
net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARD
Vladimir Oltean
2022-05-04
1
-11
/
+7
*
|
net: mscc: ocelot: drop port argument from qos_policer_conf_set
Vladimir Oltean
2022-05-04
1
-2
/
+2
*
|
net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_block
Vladimir Oltean
2022-05-04
1
-9
/
+5
*
|
net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_block
Vladimir Oltean
2022-05-04
1
-1
/
+1
*
|
net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()
Vladimir Oltean
2022-05-04
1
-1
/
+1
*
|
net: mscc: ocelot: Remove useless code
Haowen Bai
2022-04-25
1
-4
/
+0
|
/
*
net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2
Vladimir Oltean
2022-03-17
1
-0
/
+12
*
net: mscc: ocelot: establish functions for handling VCAP aux resources
Vladimir Oltean
2022-03-17
1
-11
/
+30
*
net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCP
Vladimir Oltean
2022-03-04
1
-2
/
+2
*
net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filter
Vladimir Oltean
2022-03-04
1
-5
/
+3
*
net: mscc: ocelot: keep traps in a list
Vladimir Oltean
2022-02-17
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
1
-0
/
+16
|
\
|
*
net: mscc: ocelot: create a function that replaces an existing VCAP filter
Vladimir Oltean
2021-11-26
1
-0
/
+16
*
|
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
2021-11-18
1
-37
/
+66
|
/
*
net: mscc: ocelot: fix VCAP filters remaining active after being deleted
Vladimir Oltean
2021-10-01
1
-2
/
+2
*
net: mscc: ocelot: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-0
/
+1
*
net: dsa: felix: perform switch setup for tag_8021q
Vladimir Oltean
2021-01-29
1
-0
/
+1
*
net: mscc: ocelot: store a namespaced VCAP filter ID
Vladimir Oltean
2021-01-29
1
-4
/
+12
*
net: mscc: ocelot: export VCAP structures to include/soc/mscc
Vladimir Oltean
2021-01-29
1
-0
/
+2
*
net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()
Vladimir Oltean
2020-10-02
1
-14
/
+22
*
net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
Vladimir Oltean
2020-10-02
1
-1
/
+5
*
net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
Xiaoliang Yang
2020-10-02
1
-1
/
+80
*
net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
Xiaoliang Yang
2020-10-02
1
-0
/
+136
*
net: mscc: ocelot: create TCAM skeleton from tc filter chains
Vladimir Oltean
2020-10-02
1
-20
/
+30
*
net: mscc: ocelot: offload multiple tc-flower actions in same rule
Vladimir Oltean
2020-10-02
1
-40
/
+19
*
net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()
Vladimir Oltean
2020-09-29
1
-4
/
+4
*
net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id function
Vladimir Oltean
2020-09-29
1
-7
/
+19
*
net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()
Vladimir Oltean
2020-09-29
1
-8
/
+12
*
net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()
Vladimir Oltean
2020-09-29
1
-8
/
+8
*
net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entries
Xiaoliang Yang
2020-09-29
1
-2
/
+15
*
net: mscc: ocelot: automatically detect VCAP constants
Vladimir Oltean
2020-09-29
1
-2
/
+77
*
net: mscc: ocelot: generalize existing code for VCAP
Vladimir Oltean
2020-09-29
1
-189
/
+211
*
net: mscc: ocelot: return error if VCAP filter is not found
Xiaoliang Yang
2020-09-29
1
-4
/
+12
*
net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}
Vladimir Oltean
2020-06-20
1
-51
/
+45
*
net: mscc: ocelot: generalize the "ACE/ACL" names
Vladimir Oltean
2020-06-20
1
-140
/
+146
*
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}
Vladimir Oltean
2020-06-20
1
-0
/
+1000