aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov1-6/+7
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2-45/+37
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann1-6/+4
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2-0/+14
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov4-148/+179
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend3-9/+23
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2-5/+5
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov13-62/+13
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2-2/+2
2018-10-04libbpf: Make include guards consistentAndrey Ignatov5-15/+15
2018-10-04libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov3-11/+13
2018-10-04libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov3-64/+69
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2-27/+30
2018-10-04libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2-3/+3
2018-10-03libbpf: Support loading individual progsJoe Stringer2-2/+5
2018-09-27libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov1-0/+4
2018-09-27libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov1-0/+4
2018-09-27libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2-39/+84
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-143/+411
2018-09-18tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo4-11/+35
2018-09-14bpf: support flow dissector in libbpf and bpftoolPetar Penkov1-0/+2
2018-09-11tools/bpf: fix a netlink recv issueYonghong Song1-1/+8
2018-09-06tools/bpf: add more netlink functionalities in lib/bpfYonghong Song5-15/+238
2018-09-06tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song3-130/+166
2018-09-05libbpf: Remove the duplicate checking of function storageTaeung Song1-1/+1
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+3
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2-0/+2
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+1
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-13/+47
2018-08-06bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2-2/+2
2018-08-02tools: bpf: fix BTF code added twice to different treesJakub Kicinski2-18/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-63/+84
2018-07-31bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"Thomas Richter1-13/+29
2018-07-28perf build: Build error in libbpf missing initializationThomas Richter1-1/+1
2018-07-27tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2-0/+15
2018-07-27tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski1-0/+3
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau3-39/+45
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau4-30/+28
2018-07-16tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski1-5/+1
2018-07-14bpf: btf: export btf types and name by offset from libOkash Khawaja2-20/+48
2018-07-11tools: libbpf: allow map reuseJakub Kicinski2-0/+54
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski2-5/+11
2018-07-11tools: libbpf: move library error code into a separate fileJakub Kicinski3-49/+75
2018-07-11tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2-6/+26
2018-07-11tools: libbpf: recognize offload neutral mapsJakub Kicinski2-1/+8
2018-07-11tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2-18/+28
2018-07-01tools: libbpf: don't return '.text' as a program for multi-function programsJakub Kicinski1-2/+14
2018-07-01tools: libbpf: restore the ability to load programs from .text sectionJakub Kicinski1-7/+14
2018-07-01tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski2-0/+12