summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet
2019-01-16libbpf: don't define CC and ARStanislav Fomichev
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev
2019-01-07bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov
2018-11-26libbpf: Add version script for DSOAndrey Ignatov
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev
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