Age | Commit message (Expand) | Author |
---|---|---|
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_create_map() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün |
2016-10-18 | bpf: add initial suite for selftests | Daniel Borkmann |