aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08btf: separate btf creation and loadingAndrii Nakryiko1-1/+1
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko1-0/+1
2019-02-04libbpf: fix libbpf_printStanislav Fomichev1-10/+4
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song1-63/+9
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song1-21/+12
2019-02-04tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song1-10/+0
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song1-14/+32
2019-02-01libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski1-0/+6
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-2/+44
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole1-0/+1
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau1-0/+20
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau1-44/+95
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song1-0/+2
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov1-4/+4
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov1-6/+34
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev1-1/+2
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev1-1/+2
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev1-0/+58
2018-11-21bpf: fix a libbpf loader issueYonghong Song1-1/+1
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song1-14/+73
2018-11-16bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau1-14/+11
2018-11-10libbpf: add internal pin_nameStanislav Fomichev1-3/+26
2018-11-10libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev1-0/+10
2018-11-10libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev1-23/+301
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 Borkmann1-38/+29
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann1-6/+4
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend1-9/+18
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song1-4/+4
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov1-14/+1
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov1-1/+1
2018-10-04libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov1-9/+11
2018-10-03libbpf: Support loading individual progsJoe Stringer1-2/+2
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 Ignatov1-39/+82
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2018-09-18tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo1-10/+10
2018-09-14bpf: support flow dissector in libbpf and bpftoolPetar Penkov1-0/+2
2018-09-05libbpf: Remove the duplicate checking of function storageTaeung Song1-1/+1
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. Miller1-13/+44
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+46
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 Kicinski1-0/+12
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 Lau1-35/+40
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau1-6/+6
2018-07-11tools: libbpf: allow map reuseJakub Kicinski1-0/+53