aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/bpf_sys.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-27/+0
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün1-15/+0
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-11/+0
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-10/+0
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-11/+0
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-13/+0
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-21/+0
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann1-0/+108