Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-10 | bpf: Add test_tag to .gitignore | Mickaël Salaün | 1 | -0/+1 |
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 7 | -34/+9 |
2017-02-10 | bpf: Use bpf_create_map() from the library | Mickaël Salaün | 6 | -30/+15 |
2017-02-10 | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 5 | -31/+20 |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 5 | -26/+16 |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 6 | -50/+39 |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 6 | -91/+99 |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 6 | -32/+17 |
2017-02-10 | bpf: Always test unprivileged programs | Mickaël Salaün | 2 | -6/+64 |
2017-02-10 | bpf: Change the include directory for selftest | Mickaël Salaün | 1 | -1/+1 |
2017-02-10 | tools: Sync {,tools/}include/uapi/linux/bpf.h | Mickaël Salaün | 1 | -1/+22 |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |