summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0120-910/+1746
| |\ \ \ \
| | * | | | libbpf: Support shared umems between queues and devicesMagnus Karlsson2020-08-313-132/+254
| | * | | | libbpf: Support sleepable progsAlexei Starovoitov2020-08-281-1/+24
| | * | | | tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-2/+2
| | * | | | libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko2020-08-261-3/+5
| | * | | | libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell2020-08-261-1/+1
| | * | | | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-2/+3
| | * | | | libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko2020-08-241-1/+1
| | * | | | libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko2020-08-241-1/+1
| | * | | | libbpf: Normalize and improve logging across few functionsAndrii Nakryiko2020-08-211-50/+67
| | * | | | libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko2020-08-211-6/+49
| | * | | | libbpf: Add __noinline macro to bpf_helpers.hAndrii Nakryiko2020-08-211-0/+3
| | * | | | libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko2020-08-211-161/+206
| | * | | | libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko2020-08-213-1/+67
| | * | | | libbpf: Fix libbpf build on compilers missing __builtin_mul_overflowAndrii Nakryiko2020-08-201-0/+10
| | * | | | libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko2020-08-201-6/+4
| | * | | | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-2/+5
| | * | | | libbpf: Simplify the return expression of build_map_pin_path()Xu Wang2020-08-201-6/+2
| | * | | | libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko2020-08-193-5/+170
| | * | | | libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko2020-08-193-24/+263
| | * | | | tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2020-08-182-13/+7
| | * | | | libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko2020-08-1812-33/+13
| | * | | | tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-182-131/+6
| | * | | | libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko2020-08-186-29/+45
| | * | | | libbpf: Improve relocation ambiguity detectionAndrii Nakryiko2020-08-181-46/+124
| | * | | | libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko2020-08-184-129/+169
| | * | | | libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko2020-08-181-18/+41
| | * | | | libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko2020-08-181-0/+27
| | * | | | libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2020-08-182-20/+24
| | * | | | libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko2020-08-181-0/+80
| | * | | | libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko2020-08-181-53/+17
| | * | | | libbpf: Make kernel feature probing lazyAndrii Nakryiko2020-08-181-64/+86
| | * | | | libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko2020-08-181-1/+1
| | * | | | libbpf: Convert comma to semicolonXu Wang2020-08-181-1/+1
* | | | | | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-141-4/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tools: Avoid comma separated statementsJoe Perches2020-10-021-4/+6
* | | | | | libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko2020-09-241-1/+1
* | | | | | libbpf: Fix native endian assumption when parsing BTFTony Ambardar2020-09-211-0/+6
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-081-0/+2
| * | | | libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| * | | | libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1
| | |/ / | |/| |
* / | | libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-212-2/+2
|\ \ \ | |_|/ |/| |
| * | libbpf: Fix map index used in error messageToke Høiland-Jørgensen2020-08-201-1/+1
| * | libbpf: Fix build on ppc64le architectureAndrii Nakryiko2020-08-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-176-17/+143
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-146-17/+143
| |\
| | * libbpf: Enforce 64-bitness of BTF for BPF object filesAndrii Nakryiko2020-08-131-0/+4