aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-06bpf: Test for bpf IDMartin KaFai Lau1-0/+68
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller1-0/+22
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller1-0/+2
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+24
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+17
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-02-15bpf: Remove redundant ifdefMickaël Salaün1-9/+3
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov1-1/+3
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
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-3/+3
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer1-0/+23
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer1-1/+2
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/+56
2016-07-04tools lib bpf: Add license headerWang Nan1-0/+13
2016-01-11perf tools: Fix PowerPC native buildingWang Nan1-2/+2
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang1-0/+14
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan1-0/+34
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan1-0/+51