summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi2024-04-261-1/+3
* libbpf: Fix dump of subsequent char arraysQuentin Deslandes2024-04-171-0/+4
* libbpf: Fix misaligned array closing bracketQuentin Deslandes2024-04-171-0/+1
* libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAPYonghong Song2024-04-103-0/+10
* libbpf: Add ring__consume_n / ring_buffer__consume_nAndrea Righi2024-04-063-3/+50
* libbpf: ringbuf: Allow to consume up to a certain amount of itemsAndrea Righi2024-04-061-7/+12
* libbpf: Start v1.5 development cycleAndrea Righi2024-04-062-1/+4
* libbpf: Use local bpf_helpers.h includeTobias Böhm2024-04-021-1/+1
* libbpf: Handle <orig_name>.llvm.<hash> symbol properlyYonghong Song2024-03-281-1/+20
* libbpf: Mark libbpf_kallsyms_parse static functionYonghong Song2024-03-282-6/+4
* bpf: improve error message for unsupported helperMykyta Yatsenko2024-03-281-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-281-3/+7
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-261-3/+7
| |\
| | * libbpf: Define MFD_CLOEXEC if not availableArnaldo Carvalho de Melo2024-03-211-0/+4
| | * libbpf: fix u64-to-pointer cast on 32-bit archesAndrii Nakryiko2024-03-191-2/+2
| | * libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-151-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-275-21/+128
|\ \ \ | |/ / |/| |
| * | libbpf: Add new sec_def "sk_skb/verdict"Yonghong Song2024-03-221-0/+1
| * | libbpf: add support for BPF cookie for raw_tp/tp_btf programsAndrii Nakryiko2024-03-195-5/+53
| * | libbpbpf: Check bpf_map/bpf_program fd validityMykyta Yatsenko2024-03-181-7/+52
| * | libbpf: Skip zeroed or null fields if not found in the kernel type.Kui-Feng Lee2024-03-141-5/+19
| * | libbpf: Prevent null-pointer dereference when prog to load has no BTFQuentin Monnet2024-03-141-4/+3
| |/
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \
| * | kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-1/+1
* | | Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-03-144-8/+18
|\ \ \ | |_|/ |/| |
| * | libperf evlist: Avoid out-of-bounds accessIan Rogers2024-02-292-8/+14
| * | tools subcmd: Add a no exec function call optionIan Rogers2024-02-222-0/+4
| |/
* | libbpf: Recognize __arena global variables.Andrii Nakryiko2024-03-112-13/+107
* | libbpf: Add support for bpf_arena.Alexei Starovoitov2024-03-112-8/+46
* | libbpf: Add __arg_arena to bpf_helpers.hAlexei Starovoitov2024-03-111-0/+1
* | libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov2024-03-072-2/+43
* | libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman2024-03-063-2/+41
* | libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman2024-03-061-1/+14
* | libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman2024-03-061-29/+32
* | libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman2024-03-061-0/+43
* | libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman2024-03-061-3/+15
* | libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman2024-03-061-23/+26
* | libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman2024-03-061-1/+5
* | libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen2024-03-041-1/+1
* | libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee2024-02-291-2/+38
* | libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee2024-02-291-0/+5
* | bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-5/+12
* | libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski2024-02-141-5/+17
* | libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda2024-02-131-7/+38
* | libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen2024-02-061-2/+2
* | libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko2024-02-051-3/+3
* | libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko2024-02-013-3/+7
* | libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2024-02-012-1/+7
* | libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko2024-02-011-1/+1
* | libbpf: Call memfd_create() syscall directlyAndrii Nakryiko2024-02-011-1/+10