Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-23 | bpf: fix hashmap extra_elems logic | Alexei Starovoitov | 1 | -3/+26 |
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 1 | -1/+0 |
2017-02-10 | bpf: Use bpf_create_map() from the library | Mickaël Salaün | 1 | -7/+7 |
2017-02-10 | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 1 | -17/+17 |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 1 | -11/+11 |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 1 | -15/+15 |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 1 | -28/+33 |
2016-11-28 | bpf: fix multiple issues in selftest suite and samples | Daniel Borkmann | 1 | -3/+4 |
2016-10-18 | bpf: add initial suite for selftests | Daniel Borkmann | 1 | -0/+525 |