aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_bloom_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen1-16/+251
2022-01-06mlxsw: Add operations structure for bloom filter calculationAmit Cohen1-2/+6
2022-01-06mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for future useAmit Cohen1-25/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flexibleAmit Cohen1-11/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aestheticAmit Cohen1-8/+8
2020-02-19mlxsw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-02-24mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updatesJiri Pirko1-7/+27
2019-01-30mlxsw: spectrum_acl: Include delta bits into hashtable keyJiri Pirko1-1/+1
2019-01-16mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2018-12-16mlxsw: spectrum_acl: Add Bloom filter handlingNir Dotan1-0/+207
2018-12-16mlxsw: spectrum_acl: Introduce Bloom filterNir Dotan1-0/+42