summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-201-1/+10
* bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau2018-11-161-14/+11
* libbpf: add internal pin_nameStanislav Fomichev2018-11-101-3/+26
* libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev2018-11-101-0/+10
* libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2018-11-102-23/+319
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-032-0/+21
|\
| * Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar2018-10-2914-511/+845
| |\
| * | tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo2018-10-192-0/+21
| * | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-10-181-2/+2
| |\ \
* | | | libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov2018-10-311-6/+7
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-2414-511/+845
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-216-193/+228
| |\ \ \
| | * | | bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-202-45/+37
| | * | | bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
| | * | | selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-192-0/+14
| | * | | libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-164-148/+179
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-2/+2
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-153-9/+23
| * | | tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-092-5/+5
| * | | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
| * | | libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2
| * | | libbpf: Make include guards consistentAndrey Ignatov2018-10-045-15/+15
| * | | libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-043-11/+13
| * | | libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-043-64/+69
| * | | libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-042-27/+30
| * | | libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-042-3/+3
| * | | libbpf: Support loading individual progsJoe Stringer2018-10-032-2/+5
| * | | libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov2018-09-271-0/+4
| * | | libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov2018-09-271-0/+4
| * | | libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2018-09-272-39/+84
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-258-143/+411
| |\ \ \
| | * | | bpf: support flow dissector in libbpf and bpftoolPetar Penkov2018-09-141-0/+2
| | * | | tools/bpf: fix a netlink recv issueYonghong Song2018-09-111-1/+8