aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.h
Commit message (Expand)AuthorAge
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-21
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-16
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-15
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-08
* libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-04
* libbpf: Make include guards consistentAndrey Ignatov2018-10-04
* libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-04
* libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-04
* libbpf: Support loading individual progsJoe Stringer2018-10-02
* libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2018-09-27
* tools/bpf: add more netlink functionalities in lib/bpfYonghong Song2018-09-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-07
|\
| * tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2018-07-27
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02
|\ \ | |/ |/|
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-25
* | tools: libbpf: allow map reuseJakub Kicinski2018-07-11
* | tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2018-07-11
* | tools: libbpf: recognize offload neutral mapsJakub Kicinski2018-07-11
* | tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2018-07-11
* | tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski2018-06-30
|/
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-23
* libbpf: add ifindex to enable offload supportDavid Beckett2018-05-16
* tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-10
* tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-10
* bpf: sockmap, add selftestsJohn Fastabend2018-04-24
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-19
* libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-18
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-30
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-02
* libbpf: add function to setup XDPEric Leblond2018-02-02
* libbpf: use map_flags when creating mapsCraig Gallek2017-10-06
* bpf: selftests add sockmap testsJohn Fastabend2017-08-16
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-01
* tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-31
* tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-31
* tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-31
* tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-26
* tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-26
* tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-29
* tools lib bpf: Add private field for bpf_objectWang Nan2016-11-29
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-13
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-13
* tools lib bpf: Add license headerWang Nan2016-07-04
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-29
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-06