index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlxsw
/
spectrum_acl_tcam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-27
mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error path
Ido Schimmel
1
-1
/
+2
2020-05-10
mlxsw: spectrum_flower: Expose a function to get min and max rule priority
Jiri Pirko
1
-5
/
+34
2020-05-01
mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properly
Jiri Pirko
1
-2
/
+10
2020-02-20
mlxsw: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2019-03-31
mlxsw: spectrum_acl: Rename rehash_dis trace
Jiri Pirko
1
-2
/
+2
2019-03-31
mlxsw: spectrum_acl: Remove failed_rollback dead end
Jiri Pirko
1
-10
/
+10
2019-03-31
mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()
Jiri Pirko
1
-6
/
+5
2019-03-31
mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()
Jiri Pirko
1
-4
/
+1
2019-03-02
mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return void
Jiri Pirko
1
-8
/
+4
2019-03-02
mlxsw: spectrum_acl: Remember where to continue rehash migration
Jiri Pirko
1
-5
/
+86
2019-03-02
mlxsw: spectrum_acl: Allow to interrupt/continue rehash work
Jiri Pirko
1
-20
/
+62
2019-03-02
mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_...
Jiri Pirko
1
-46
/
+29
2019-03-02
mlxsw: spectrum_acl: Put vchunk migrate start/end code into separate functions
Jiri Pirko
1
-11
/
+32
2019-03-02
mlxsw: spectrum_acl: Put this_is_rollback to rehash context struct
Jiri Pirko
1
-7
/
+12
2019-03-02
mlxsw: spectrum_acl: Rename variables in mlxsw_sp_acl_tcam_ventry_migrate()
Jiri Pirko
1
-7
/
+7
2019-03-02
mlxsw: spectrum_acl: assign vchunk->chunk by the newly created chunk
Jiri Pirko
1
-8
/
+10
2019-03-02
mlxsw: spectrum_acl: assign vregion->region by the newly created region
Jiri Pirko
1
-22
/
+20
2019-03-02
mlxsw: spectrum_acl: Push code start/end from mlxsw_sp_acl_tcam_vregion_migra...
Jiri Pirko
1
-39
/
+35
2019-03-02
mlxsw: spectrum_acl: Push rehash start/end code into separate functions
Jiri Pirko
1
-9
/
+32
2019-03-02
mlxsw: spectrum_acl: Introduce new rehash context struct and save hint_priv t...
Jiri Pirko
1
-4
/
+12
2019-03-02
mlxsw: spectrum_acl: Don't migrate already migrated entry
Jiri Pirko
1
-0
/
+4
2019-03-02
mlxsw: spectrum_acl: Push rehash dw struct into rehash sub-struct
Jiri Pirko
1
-7
/
+9
2019-02-25
mlxsw: spectrum_acl: Add vregion migration end tracepoint
Jiri Pirko
1
-3
/
+8
2019-02-25
mlxsw: spectrum_acl: Don't take mutex in mlxsw_sp_acl_tcam_vregion_rehash_work()
Jiri Pirko
1
-5
/
+0
2019-02-25
mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()
Jiri Pirko
1
-2
/
+9
2019-02-25
mlxsw: spectrum_acl: Enable vregion rehash per-profile
Jiri Pirko
1
-8
/
+15
2019-02-25
mlxsw: spectrum_acl: Introduce vregion mutex
Jiri Pirko
1
-0
/
+26
2019-02-25
mlxsw: spectrum_acl: Refactor vregion association code
Jiri Pirko
1
-67
/
+66
2019-02-25
mlxsw: spectrum_acl: Introduce a mutex to guard region list updates
Jiri Pirko
1
-2
/
+14
2019-02-25
mlxsw: spectrum_acl: Split TCAM group structure into two
Jiri Pirko
1
-101
/
+159
2019-02-25
mlxsw: spectrum_acl: Remove unused ops field from group structure
Jiri Pirko
1
-1
/
+0
2019-02-09
mlxsw: spectrum_acl: Add couple of vregion rehash tracepoints
Jiri Pirko
1
-1
/
+8
2019-02-09
mlxsw: spectrum: add "acl_region_rehash_interval" devlink param
Jiri Pirko
1
-0
/
+36
2019-02-09
mlxsw: spectrum_acl: Implement region migration according to hints
Jiri Pirko
1
-21
/
+266
2019-02-09
mlxsw: reg: Add multi field to PAGT register
Jiri Pirko
1
-1
/
+1
2019-02-09
mlxsw: spectrum_acl: Pass hints priv all the way to ERP code
Jiri Pirko
1
-1
/
+2
2019-02-09
mlxsw: spectrum_acl: Split entry struct into entry and ventry
Jiri Pirko
1
-64
/
+106
2019-02-09
mlxsw: spectrum_acl: Split chunk struct into chunk and vchunk
Jiri Pirko
1
-106
/
+150
2019-02-09
mlxsw: spectrum_acl: Split region struct into region and vregion
Jiri Pirko
1
-121
/
+178
2019-01-28
mlxsw: spectrum_acl: Move mr_ruleset and mr_rule structs
Jiri Pirko
1
-9
/
+9
2019-01-28
mlxsw: spectrum_acl: Remove unnecessary arg on action_replace call path
Jiri Pirko
1
-7
/
+4
2018-12-12
mlxsw: spectrum_acl: Limit priority value
Nir Dotan
1
-2
/
+3
2018-12-12
mlxsw: spectrum_acl: Add replace rule action operation
Nir Dotan
1
-0
/
+37
2018-12-12
mlxsw: spectrum_acl: Add multicast router profile operations
Nir Dotan
1
-0
/
+129
2018-08-09
mlxsw: Replace license text with SPDX identifiers and adjust copyrights
Jiri Pirko
1
-33
/
+2
2018-07-26
mlxsw: spectrum_acl: Make global TCAM resources available to regions
Ido Schimmel
1
-1
/
+1
2018-07-24
mlxsw: spectrum: Implement chain template hinting
Jiri Pirko
1
-3
/
+22
2018-07-18
mlxsw: spectrum_acl: Add region association callback
Ido Schimmel
1
-0
/
+5
2018-07-10
mlxsw: spectrum_acl: Implement priority setting for rules inserted to TCAM
Jiri Pirko
1
-0
/
+23
2018-07-10
mlxsw: spectrum_acl: Add tcam init/fini ops
Jiri Pirko
1
-21
/
+23
[next]