summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bloom_filter.c
AgeCommit message (Expand)AuthorLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-3/+3
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang-0/+6
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet-0/+6
2021-11-01bpf: Bloom filter map naming fixupsJoanne Koong-23/+26
2021-10-28bpf: Add bloom filter map implementationJoanne Koong-0/+195