summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.h
Commit message (Expand)AuthorAgeFilesLines
* tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-191-0/+63
* tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo2019-03-111-0/+1
* tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-1/+2
* libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-151-0/+3
* libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-151-0/+1
* libbpf: fix libbpf_printStanislav Fomichev2019-02-041-2/+1
* tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-041-10/+4
* tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-041-0/+6
* libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-011-0/+1
* libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-011-0/+3
* tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-221-0/+2
* tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-221-0/+1
* tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-221-0/+11
* bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-091-0/+13
* bpf: adding support for map in map in libbpfNikita V. Shirokov2018-11-211-0/+2
* libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-211-0/+9
* libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2018-11-101-0/+18
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-201-7/+8
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-161-87/+99
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-151-0/+2
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-081-14/+1
* libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-041-1/+1
* libbpf: Make include guards consistentAndrey Ignatov2018-10-041-3/+3
* libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-041-10/+10
* libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-041-3/+0
* libbpf: Support loading individual progsJoe Stringer2018-10-031-0/+3
* libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2018-09-271-0/+2
* tools/bpf: add more netlink functionalities in lib/bpfYonghong Song2018-09-061-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-0/+3
|\
| * tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2018-07-271-0/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-2/+2
|\ \ | |/ |/|
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-251-2/+2
* | tools: libbpf: allow map reuseJakub Kicinski2018-07-111-0/+1
* | tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2018-07-111-0/+6
* | tools: libbpf: recognize offload neutral mapsJakub Kicinski2018-07-111-0/+1
* | tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2018-07-111-0/+3
* | tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski2018-07-011-0/+2
|/
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-2/+2
* libbpf: add ifindex to enable offload supportDavid Beckett2018-05-171-0/+1
* tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
* tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-0/+13
* bpf: sockmap, add selftestsJohn Fastabend2018-04-251-0/+2
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-191-0/+3
* libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-181-0/+2
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-311-0/+8
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-021-0/+2
* libbpf: add function to setup XDPEric Leblond2018-02-021-0/+4
* libbpf: use map_flags when creating mapsCraig Gallek2017-10-051-0/+1
* bpf: selftests add sockmap testsJohn Fastabend2017-08-161-0/+2
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-011-0/+2