summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-02-13bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov1-1/+2
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-2/+2
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün1-0/+1
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer1-0/+3
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer1-1/+1
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer1-2/+2
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan1-0/+7
2016-07-05tools lib bpf: Add license headerWang Nan1-0/+13
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang1-0/+2
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan1-0/+7
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan1-0/+16