aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c
AgeCommit message (Expand)Author
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan
2016-07-04tools lib bpf: Add license headerWang Nan
2016-01-11perf tools: Fix PowerPC native buildingWang Nan
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan