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 | 6 | -34/+3 |
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 | 3 | -29/+18 |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 3 | -24/+14 |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 4 | -48/+37 |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 4 | -89/+97 |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 4 | -27/+12 |
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-06 | bpf: enable verifier to add 0 to packet ptr | William Tu | 1 | -0/+23 |
2017-02-06 | bpf: test for AND edge cases | Josef Bacik | 1 | -0/+55 |