summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * libbpf: Bump libpf current version to v0.0.8Eelco Chaudron2020-02-201-0/+3
| | * libbpf: Relax check whether BTF is mandatoryAndrii Nakryiko2020-02-201-3/+1
* | | tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)2020-03-041-1/+1
* | | libperf: Add counting exampleMichael Petlan2020-03-041-0/+83
* | | tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim2020-03-043-0/+70
|/ /
* / libbpf: Sanitise internal map names so they are not rejected by the kernelToke Høiland-Jørgensen2020-02-181-1/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2821-611/+2868
|\
| * libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-01-241-1/+3
| * libbpf: Improve handling of failed CO-RE relocationsAndrii Nakryiko2020-01-242-40/+61
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2317-176/+1064
| |\
| | * libbpf: Add support for program extensionsAlexei Starovoitov2020-01-225-4/+17
| | * libbpf: Load btf_vmlinux only once per object.KP Singh2020-01-171-52/+101
| | * libbpf: Fix potential multiplication overflow in mmap() size calculationAndrii Nakryiko2020-01-171-1/+1
| | * libbpf: Simplify BTF initialization logicAndrii Nakryiko2020-01-171-13/+6
| | * libbpf: Fix error handling bug in btf_dump__newAndrii Nakryiko2020-01-171-0/+1
| | * libbpf: Revert bpf_helper_defs.h inclusion regressionAndrii Nakryiko2020-01-161-1/+1
| | * libbpf: Fix unneeded extra initialization in bpf_map_batch_commonBrian Vazquez2020-01-161-1/+1
| | * libbpf: Expose bpf_find_kernel_btf as a LIBBPF_APIMartin KaFai Lau2020-01-154-96/+102
| | * libbpf: Add libbpf support to batch opsYonghong Song2020-01-153-0/+84