summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-201-38/+29
* bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-151-9/+18
* tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-091-4/+4
* 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: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-041-9/+11
* libbpf: Support loading individual progsJoe Stringer2018-10-031-2/+2
* libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov2018-09-271-0/+4
* libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov2018-09-271-0/+4
* libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2018-09-271-39/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-251-1/+3
|\
| * bpf: support flow dissector in libbpf and bpftoolPetar Penkov2018-09-141-0/+2
| * libbpf: Remove the duplicate checking of function storageTaeung Song2018-09-051-1/+1
* | tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo2018-09-181-10/+10
|/
* bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-13/+44
|\
| * bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"Thomas Richter2018-07-311-13/+29
| * tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2018-07-271-0/+12
| * tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski2018-07-271-0/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-41/+46
|\ \ | |/ |/|
| * perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1
| * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-251-35/+40
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-251-6/+6
* | tools: libbpf: allow map reuseJakub Kicinski2018-07-111-0/+53
* | tools: bpf: make use of reallocarrayJakub Kicinski2018-07-111-4/+6
* | tools: libbpf: move library error code into a separate fileJakub Kicinski2018-07-111-48/+0
* | tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2018-07-111-6/+20
* | tools: libbpf: recognize offload neutral mapsJakub Kicinski2018-07-111-1/+7
* | tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2018-07-111-18/+25
* | tools: libbpf: don't return '.text' as a program for multi-function programsJakub Kicinski2018-07-011-2/+14
* | tools: libbpf: restore the ability to load programs from .text sectionJakub Kicinski2018-07-011-7/+14
* | tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski2018-07-011-0/+10
* | tools: libbpf: add section names for missing program typesJakub Kicinski2018-07-011-0/+2
|/
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+1
* libbpf: Support guessing sendmsg{4,6} progsAndrey Ignatov2018-05-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-21/+22
|\
| * ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| * tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli2018-05-231-4/+4
| * bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\ \ | |/ |/|
| * tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
* | libbpf: add ifindex to enable offload supportDavid Beckett2018-05-171-3/+15
* | tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
* | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-0/+61
* | bpf: sockmap, add selftestsJohn Fastabend2018-04-251-2/+2
* | bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-191-13/+135
* | libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-181-0/+2
* | libbpf: Support guessing post_bind{4,6} progsAndrey Ignatov2018-04-181-0/+6
|/
* selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-311-0/+2
OpenPOWER on IntegriCloud