summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bloom_filter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-3/+0
* bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov2023-04-021-15/+2
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-6/+6
* bpf: bloom_filter memory usageYafang Shao2023-03-071-0/+12
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+3
* bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang2021-12-291-0/+6
* bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet2021-11-011-0/+6
* bpf: Bloom filter map naming fixupsJoanne Koong2021-11-011-23/+26
* bpf: Add bloom filter map implementationJoanne Koong2021-10-281-0/+195