Age | Commit message (Expand) | Author |
---|---|---|
2020-12-02 | bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps | Roman Gushchin |
2020-08-28 | bpf: Add map_meta_equal map ops | Martin KaFai Lau |
2020-07-01 | bpf: Remove redundant synchronize_rcu. | Alexei Starovoitov |
2020-06-22 | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov |
2020-05-15 | bpf: Implement CAP_BPF | Alexei Starovoitov |
2020-05-11 | bpf, libbpf: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2019-05-31 | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin |
2019-05-31 | bpf: rework memlock-based memory accounting for maps | Roman Gushchin |
2019-05-31 | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin |
2019-04-09 | bpf: add program side {rd, wr}only support for maps | Daniel Borkmann |
2018-11-22 | bpf: fix integer overflow in queue_stack_map | Alexei Starovoitov |
2018-10-25 | bpf: fix leaking uninitialized memory on pop/peek helpers | Daniel Borkmann |
2018-10-19 | bpf: add queue and stack maps | Mauricio Vasquez B |