summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/bpf.h
AgeCommit message (Expand)Author
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann
2017-06-06bpf: Test for bpf IDMartin KaFai Lau
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
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
2017-02-08tools lib bpf: Add missing header to 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
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