aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bloom_filter.c
AgeCommit message (Expand)Author
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf: bloom_filter memory usageYafang Shao
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet
2021-11-01bpf: Bloom filter map naming fixupsJoanne Koong
2021-10-28bpf: Add bloom filter map implementationJoanne Koong