aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bloom_filter.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei1-0/+13
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko1-3/+0
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov1-15/+2
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn1-6/+6
2023-03-07bpf: bloom_filter memory usageYafang Shao1-0/+12
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+3
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang1-0/+6
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet1-0/+6
2021-11-01bpf: Bloom filter map naming fixupsJoanne Koong1-23/+26
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-0/+195