summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c
AgeCommit message (Expand)Author
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-24mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel
2024-04-24mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek
2024-01-30mlxsw: Use refcount_t for reference countingAmit Cohen
2024-01-18mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel
2024-01-18mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Move devlink param to TCAM codeIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarationsIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Make fini symmetric to initIdo Schimmel
2023-02-07mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()Ido Schimmel
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel
2021-10-25mlxsw: spectrum: Use 'bitmap_zalloc()' when applicableChristophe JAILLET
2020-09-27mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel
2020-05-09mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko
2020-04-30mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko
2020-02-19mlxsw: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko
2019-03-31mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko
2019-03-31mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko
2019-03-31mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko
2019-03-01mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko
2019-03-01mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko
2019-03-01mlxsw: spectrum_acl: Allow to interrupt/continue rehash workJiri Pirko
2019-03-01mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_...Jiri Pirko
2019-03-01mlxsw: spectrum_acl: Put vchunk migrate start/end code into separate functionsJiri Pirko
2019-03-01mlxsw: spectrum_acl: Put this_is_rollback to rehash context structJiri Pirko
2019-03-01mlxsw: spectrum_acl: Rename variables in mlxsw_sp_acl_tcam_ventry_migrate()Jiri Pirko
2019-03-01mlxsw: spectrum_acl: assign vchunk->chunk by the newly created chunkJiri Pirko
2019-03-01mlxsw: spectrum_acl: assign vregion->region by the newly created regionJiri Pirko
2019-03-01mlxsw: spectrum_acl: Push code start/end from mlxsw_sp_acl_tcam_vregion_migra...Jiri Pirko
2019-03-01mlxsw: spectrum_acl: Push rehash start/end code into separate functionsJiri Pirko
2019-03-01mlxsw: spectrum_acl: Introduce new rehash context struct and save hint_priv t...Jiri Pirko
2019-03-01mlxsw: spectrum_acl: Don't migrate already migrated entryJiri Pirko
2019-03-01mlxsw: spectrum_acl: Push rehash dw struct into rehash sub-structJiri Pirko
2019-02-24mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko
2019-02-24mlxsw: spectrum_acl: Don't take mutex in mlxsw_sp_acl_tcam_vregion_rehash_work()Jiri Pirko
2019-02-24mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()Jiri Pirko
2019-02-24mlxsw: spectrum_acl: Enable vregion rehash per-profileJiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko
2019-02-24mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko
2019-02-24mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko