summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev
2018-11-21bpf: fix a libbpf loader issueYonghong Song
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev
2018-11-16bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau
2018-11-10libbpf: add internal pin_nameStanislav Fomichev
2018-11-10libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev
2018-11-10libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev
2018-10-31libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov
2018-10-04libbpf: Make include guards consistentAndrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov
2018-10-04libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov
2018-10-03libbpf: Support loading individual progsJoe Stringer
2018-09-27libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov
2018-09-27libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov
2018-09-27libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-18tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo
2018-09-14bpf: support flow dissector in libbpf and bpftoolPetar Penkov
2018-09-11tools/bpf: fix a netlink recv issueYonghong Song
2018-09-06tools/bpf: add more netlink functionalities in lib/bpfYonghong Song
2018-09-06tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song
2018-09-05libbpf: Remove the duplicate checking of function storageTaeung Song
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-06bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau
2018-08-02tools: bpf: fix BTF code added twice to different treesJakub Kicinski
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-31bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"Thomas Richter
2018-07-28perf build: Build error in libbpf missing initializationThomas Richter
2018-07-27tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski
2018-07-27tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski