summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+2
|\
| * libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar2020-05-141-2/+2
* | bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song2020-05-131-1/+1
* | libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron2020-05-131-7/+29
* | bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-112-2/+2
* | tools/libpf: Add offsetof/container_of macro in bpf_helpers.hYonghong Song2020-05-091-0/+14
* | tools/libbpf: Add bpf_iter supportYonghong Song2020-05-096-0/+91
* | libbpf: Add support for command BPF_ENABLE_STATSSong Liu2020-05-013-0/+12
* | libbpf: Fix false uninitialized variable warningAndrii Nakryiko2020-04-301-1/+1
* | libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko2020-04-281-1/+4
* | libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko2020-04-281-0/+7
* | libbpf: Add BTF-defined map-in-map supportAndrii Nakryiko2020-04-282-23/+259
* | libbpf: Refactor map creation logic and fix cleanup leakAndrii Nakryiko2020-04-281-105/+121
* | libbpf: Refactor BTF-defined map definition parsing logicAndrii Nakryiko2020-04-281-92/+103
* | libbpf: Add low-level APIs for new bpf_link commandsAndrii Nakryiko2020-04-283-3/+26
* | libbpf: Remove unneeded semicolon in btf_dump_emit_typeZou Wei2020-04-281-1/+1
* | libbpf: Return err if bpf_object__load failedMao Wenan2020-04-271-1/+1
* | bpf_helpers.h: Add note for building with vmlinux.h or linux/types.hYoshiki Komachi2020-04-261-0/+6
|/
* libbpf: Only check mode flags in get_xdp_idDavid Ahern2020-04-221-0/+2
* libbpf: Fix type of old_fd in bpf_xdp_set_link_optsToke Høiland-Jørgensen2020-04-151-1/+1
* libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-151-44/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-3/+3
|\
| * libbpf: Fix bpf_get_link_xdp_id flags handlingAndrey Ignatov2020-04-081-1/+1
| * libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-04-061-2/+2
* | lib/rbtree: fix coding style of assignmentschenqiwu2020-04-071-2/+2
* | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-0/+7
|\ \
| * | perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-031-0/+7
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\ \ \ | |_|/ |/| |
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3111-75/+659
|\ \ \ | |_|/ |/| |
| * | libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-305-1/+110
| * | tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh2020-03-304-5/+44
| * | bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+1
| * | libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen2020-03-303-0/+14
| * | libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen2020-03-283-1/+42
| * | libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn2020-03-281-2/+14
| * | libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2020-03-262-13/+29
| * | libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser2020-03-261-10/+6
| * | bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang2020-03-171-1/+1
| * | libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko2020-03-131-0/+103
| * | libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko2020-03-131-0/+4
| * | libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko2020-03-131-5/+12
| * | tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh2020-03-041-0/+4
| * | libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2020-03-041-4/+4
| * | libbpf: Fix handling of optional field_name in btf_dump__emit_type_declAndrii Nakryiko2020-03-031-1/+1
| * | libbpf: Add bpf_link pinning/unpinningAndrii Nakryiko2020-03-023-27/+114
| * | libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko2020-03-021-0/+118
| * | libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko2020-03-021-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-7/+40
| |\ \ | | |/ | |/|
| | * libbpf: Add support for dynamic program attach targetEelco Chaudron2020-02-203-4/+36