summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * libbpf: Support .text sub-calls relocationsAndrii Nakryiko2020-01-151-7/+22
| | * libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko2020-01-131-1/+1
| | * libbpf: Poison kernel-only integer typesAndrii Nakryiko2020-01-1012-1/+37
| | * libbpf: Sanitize global functionsAlexei Starovoitov2020-01-101-1/+34
| | * selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko2020-01-091-1/+1
| | * libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko2020-01-091-4/+5
| | * libbpf: Make bpf_map order and indices stableAndrii Nakryiko2020-01-091-14/+0
| | * bpf: libbpf: Add STRUCT_OPS supportMartin KaFai Lau2020-01-096-13/+661
| | * libbpf: Add probe for large INSN limitMichal Rostecki2020-01-083-0/+23
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+3
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-7/+8
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2713-418/+1764
| |\ \ \
| | * | | libbpf: Support CO-RE relocations for LDX/ST/STX instructionsAndrii Nakryiko2019-12-261-3/+28
| | * | | libbpf: Introduce bpf_prog_attach_xattrAndrey Ignatov2019-12-193-1/+28
| | * | | libbpf: Fix another __u64 printf warningAndrii Nakryiko2019-12-191-2/+2
| | * | | libbpf: Fix printing of ulimit valueToke Høiland-Jørgensen2019-12-191-1/+1
| | * | | libbpf: Add missing newline in opts validation macroToke Høiland-Jørgensen2019-12-191-1/+1
| | * | | libbpf: BTF is required when externs are presentAndrii Nakryiko2019-12-181-1/+2
| | * | | libbpf: Allow to augment system Kconfig through extra optional configAndrii Nakryiko2019-12-182-84/+128
| | * | | libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko2019-12-182-23/+37
| | * | | libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resourceAndrii Nakryiko2019-12-183-10/+32
| | * | | libbpf: Remove BPF_EMBED_OBJ macro from libbpf.hAndrii Nakryiko2019-12-171-35/+0
| | * | | libbpf: Reduce log level for custom section namesAndrii Nakryiko2019-12-171-3/+3
| | * | | libbpf: Fix libbpf_common.h when installing libbpf through 'make install'Toke Høiland-Jørgensen2019-12-182-0/+3
| | * | | libbpf: Add zlib as a dependency in pkg-config templateAndrii Nakryiko2019-12-161-1/+1
| | * | | libbpf: Print hint about ulimit when getting permission denied errorToke Høiland-Jørgensen2019-12-161-0/+29
| | * | | libbpf: Fix build by renaming variablesPrashant Bhole2019-12-161-6/+6
| | * | | libbpf: Support flexible arrays in CO-REAndrii Nakryiko2019-12-151-5/+29
| | * | | bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko2019-12-151-5/+5
| | * | | libbpf: Support libbpf-provided extern variablesAndrii Nakryiko2019-12-155-61/+722
| | * | | libbpf: Extract internal map names into constantsAndrii Nakryiko2019-12-151-9/+14
| | * | | libbpf: Add BPF object skeleton supportAndrii Nakryiko2019-12-153-0/+205
| | * | | libbpf: Reduce log level of supported section names dumpAndrii Nakryiko2019-12-151-1/+1
| | * | | libbpf: Postpone BTF ID finding for TRACING programs to load phaseAndrii Nakryiko2019-12-151-19/+18
| | * | | libbpf: Refactor global data map initializationAndrii Nakryiko2019-12-151-38/+59