summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.h
AgeCommit message (Expand)Author
2019-04-09bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov
2019-03-19tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu
2019-03-11tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski
2019-02-15libbpf: Introduce bpf_object__btfAndrey Ignatov
2019-02-15libbpf: Introduce bpf_map__resizeAndrey Ignatov
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song
2019-02-01libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski
2019-02-01libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev
2018-11-10libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov
2018-10-04libbpf: Make include guards consistentAndrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov
2018-10-04libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov
2018-10-03libbpf: Support loading individual progsJoe Stringer
2018-09-27libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov
2018-09-06tools/bpf: add more netlink functionalities in lib/bpfYonghong Song
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-27tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau
2018-07-11tools: libbpf: allow map reuseJakub Kicinski
2018-07-11tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski
2018-07-11tools: libbpf: recognize offload neutral mapsJakub Kicinski
2018-07-11tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski
2018-07-01tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett
2018-05-11tools: bpf: improve comments in libbpf.hJakub Kicinski
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-04-25bpf: sockmap, add selftestsJohn Fastabend
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau
2018-04-18libbpf: Type functions for raw tracepointsAndrey Ignatov
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond
2018-02-02libbpf: add function to setup XDPEric Leblond