Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko | 2023-06-19 | 1 | -3/+0 |
* | bpf: compute hashes in bloom filter similar to hashmap | Anton Protopopov | 2023-04-02 | 1 | -15/+2 |
* | bpf: return long from bpf_map_ops funcs | JP Kobryn | 2023-03-22 | 1 | -6/+6 |
* | bpf: bloom_filter memory usage | Yafang Shao | 2023-03-07 | 1 | -0/+12 |
* | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-11 | 1 | -1/+1 |
* | bpf: Compute map_btf_id during build time | Menglong Dong | 2022-04-26 | 1 | -3/+3 |
* | bpf: Add missing map_get_next_key method to bloom filter map. | Haimin Zhang | 2021-12-29 | 1 | -0/+6 |
* | bpf: Add missing map_delete_elem method to bloom filter map | Eric Dumazet | 2021-11-01 | 1 | -0/+6 |
* | bpf: Bloom filter map naming fixups | Joanne Koong | 2021-11-01 | 1 | -23/+26 |
* | bpf: Add bloom filter map implementation | Joanne Koong | 2021-10-28 | 1 | -0/+195 |