summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov2018-10-311-6/+7
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-202-45/+37
* bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-192-0/+14
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-164-148/+179
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-153-9/+23
* tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-092-5/+5
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
* libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2
* libbpf: Make include guards consistentAndrey Ignatov2018-10-045-15/+15
* libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-043-11/+13
* libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-043-64/+69
* libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-042-27/+30
* libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-042-3/+3
* libbpf: Support loading individual progsJoe Stringer2018-10-032-2/+5
* 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-272-39/+84
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-258-143/+411
|\
| * bpf: support flow dissector in libbpf and bpftoolPetar Penkov2018-09-141-0/+2
| * tools/bpf: fix a netlink recv issueYonghong Song2018-09-111-1/+8
| * tools/bpf: add more netlink functionalities in lib/bpfYonghong Song2018-09-065-15/+238
| * tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song2018-09-063-130/+166
| * 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-184-11/+35
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-0/+3
|\
| * bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-0/+2
| * bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-112-2/+2
|\ \ | |/ |/|
| * bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-072-13/+47
|\ \
| * | 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-272-0/+15
| * | tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski2018-07-271-0/+3
* | | tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-022-18/+0
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-63/+84
|\ \ \ | |/ / |/| / | |/
| * perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1
| * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-253-39/+45
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-254-30/+28
* | tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski2018-07-161-5/+1
* | bpf: btf: export btf types and name by offset from libOkash Khawaja2018-07-142-20/+48
* | tools: libbpf: allow map reuseJakub Kicinski2018-07-112-0/+54
* | tools: bpf: make use of reallocarrayJakub Kicinski2018-07-112-5/+11
* | tools: libbpf: move library error code into a separate fileJakub Kicinski2018-07-113-49/+75
* | tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2018-07-112-6/+26
* | tools: libbpf: recognize offload neutral mapsJakub Kicinski2018-07-112-1/+8
* | tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2018-07-112-18/+28
* | 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-012-0/+12