summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: silence a libbpf unnecessary warningYonghong Song2019-02-051-2/+2
* tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-052-2/+2
* selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-053-0/+17
* btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-053-0/+1749
* btf: extract BTF type size calculationAndrii Nakryiko2019-02-051-52/+46
* libbpf: fix libbpf_printStanislav Fomichev2019-02-042-12/+5
* tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-044-63/+87
* tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-042-12/+18
* tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-043-32/+17
* tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-043-22/+9
* tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-046-70/+120
* libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-013-0/+87
* libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-013-0/+10
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-013-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-286-19/+309
|\
| * libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-2/+44
| * tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-223-0/+66
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-223-0/+86
| * tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-224-1/+112
| * libbpf: don't define CC and ARStanislav Fomichev2019-01-161-16/+1
* | bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
|/
* selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2019-01-101-0/+1
* bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann2019-01-071-0/+14
* bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
* bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-5/+1
* tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-2/+2
* bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-094-1/+271
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-095-89/+239
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-094-177/+177
* bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-051-6/+6
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-043-0/+43
* libbpf: Fix license in README.rstAndrey Ignatov2018-12-031-1/+1
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-302-5/+5
* tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2018-11-302-0/+3
* bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-1/+1
* libbpf: Document API and ABI conventionsAndrey Ignatov2018-11-261-0/+139
* libbpf: Verify versioned symbolsAndrey Ignatov2018-11-261-1/+18
* libbpf: Add version script for DSOAndrey Ignatov2018-11-262-1/+124
* libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-262-2/+2
* libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov2018-11-231-4/+4
* bpf: adding support for map in map in libbpfNikita V. Shirokov2018-11-212-6/+36
* bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev2018-11-211-1/+2
* bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2018-11-212-11/+3
* bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev2018-11-211-0/+58
* libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-215-3/+56
* bpf: fix a libbpf loader issueYonghong Song2018-11-211-1/+1
* tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-202-0/+70
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-204-15/+442
* tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-202-0/+8
* tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-201-0/+4