aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko1-6/+5
2019-02-24mlxsw: spectrum_acl: Remove RTNL lock assertions from ERP codeJiri Pirko1-6/+0
2019-02-24mlxsw: spectrum_acl: Introduce a mutex to guard objagg instance manipulationJiri Pirko1-5/+20
2019-02-08mlxsw: spectrum_acl: Pass hints priv all the way to ERP codeJiri Pirko1-4/+7
2019-02-08mlxsw: spectrum_acl: Implement basic ERP rehash hits creationJiri Pirko1-0/+74
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object creationJiri Pirko1-2/+35
2019-01-08mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan1-2/+0
2018-12-16mlxsw: spectrum_acl: Set master RP index on transition to eRPNir Dotan1-3/+3
2018-12-16mlxsw: spectrum_acl: Update Bloom filter on eRP transitionsNir Dotan1-0/+53
2018-12-16mlxsw: spectrum_acl: Add Bloom filter updateNir Dotan1-2/+52
2018-12-16mlxsw: spectrum_acl: Introduce Bloom filterNir Dotan1-0/+10
2018-11-15mlxsw: spectrum: acl: Implement delta for ERPJiri Pirko1-6/+187
2018-11-15mlxsw: spectrum: acl: Push code related to num_ctcam_erps inc/dec into separate helpersJiri Pirko1-49/+59
2018-11-15mlxsw: spectrum: acl: Pass key pointer to master_mask_set/clearJiri Pirko1-13/+17
2018-11-15mlxsw: spectrum: acl_erp: Convert to use objagg for tracking ERPsJiri Pirko1-64/+71
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-07-25mlxsw: spectrum_acl: Start using A-TCAMIdo Schimmel1-10/+3
2018-07-25mlxsw: spectrum_acl: Add A-TCAM rule insertion and deletionIdo Schimmel1-0/+5
2018-07-25mlxsw: spectrum_acl: Add support for C-TCAM eRPsIdo Schimmel1-12/+190
2018-07-25mlxsw: spectrum_acl: Enable C-TCAM only mode in eRP coreIdo Schimmel1-3/+7
2018-07-25mlxsw: spectrum_acl: Implement common eRP coreIdo Schimmel1-0/+1019