summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
* libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-09-101-1/+5
* libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-09-101-8/+3
* libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko2019-08-291-2/+7
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-261-4/+4
* bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-061-0/+4
* libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-311-12/+16
* libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-161-1/+0
* libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
* libbpf: detect supported kernel BTF features and sanitize BTFAndrii Nakryiko2019-05-131-1/+129
* tools: sync bpf.hMatt Mullins2019-04-261-0/+1
* bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann2019-04-251-3/+3
* bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann2019-04-251-13/+86
* libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-161-1/+1
* libbpf: Support sysctl hookAndrey Ignatov2019-04-121-0/+3
* libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
* bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-091-19/+131
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-091-47/+295
* bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-091-30/+32
* libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-061-0/+5
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-041-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-3/+10
|\
| * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-1/+252
|\ \ | |/ |/|
| * tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-191-0/+251
| * perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1
* | bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
|/
* tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-4/+4
* libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-151-0/+5
* libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-151-0/+14
* tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-141-3/+2
* btf: separate btf creation and loadingAndrii Nakryiko2019-02-081-1/+1
* tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-071-0/+1
* libbpf: fix libbpf_printStanislav Fomichev2019-02-041-10/+4
* tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-041-63/+9
* tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-041-21/+12
* tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-041-10/+0
* tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-041-14/+32
* libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-011-0/+6
* libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-2/+44
* bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-091-0/+20
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-091-44/+95
* tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2018-11-301-0/+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-211-6/+34
* 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-211-1/+2
* bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev2018-11-211-0/+58
* bpf: fix a libbpf loader issueYonghong Song2018-11-211-1/+1
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-201-14/+73