aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAge
...
* | | btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko2019-02-28
* | | btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-02-28
* | | libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko2019-02-28
* | | tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter2019-02-28
* | | tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski2019-02-28
* | | tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-02-28
* | | libbpf: add support for using AF_XDP socketsMagnus Karlsson2019-02-25
* | | tools/libbpf: support bigger BTF data sizesAndrii Nakryiko2019-02-16
* | | libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-15
* | | libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-15
* | | tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-14
* | | tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-08
* | | btf: expose API to work with raw btf_ext dataAndrii Nakryiko2019-02-08
* | | btf: expose API to work with raw btf dataAndrii Nakryiko2019-02-08
* | | btf: separate btf creation and loadingAndrii Nakryiko2019-02-08
* | | tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-07
* | | tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-07
* | | tools/bpf: silence a libbpf unnecessary warningYonghong Song2019-02-06
* | | tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-05
* | | selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-05
* | | btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-05
* | | btf: extract BTF type size calculationAndrii Nakryiko2019-02-05
* | | libbpf: fix libbpf_printStanislav Fomichev2019-02-04
* | | tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-04
* | | tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-04
* | | tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-04
* | | tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-04
* | | tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-04
* | | libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-01
* | | libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-01
* | | libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-01
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-28
|\ \ \ | |/ / |/| |
| * | libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-23
| * | tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-23
| * | tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-23
| * | tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-23
| * | libbpf: don't define CC and ARStanislav Fomichev2019-01-16
| |/
* / bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-15
|\
| * selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2019-01-10
| * bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann2019-01-07
* | tools lib traceevent: Remove tep_data_event_from_type() APITzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()Tzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Changed return logic of tep_register_event_handler() APITzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Changed return logic of trace_seq_printf() and trace_se...Tzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Rename struct cmdline to struct tep_cmdlineTzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Initialize host_bigendian at tep_handle allocationTzvetomir Stoyanov2019-01-08
* | tools lib traceevent: Introduce new libtracevent API: tep_override_comm()Tzvetomir Stoyanov2019-01-08
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27
|\
| * bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-17