aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-07-171-3/+5
* libbpf: improve old BPF skeleton handling for map auto-attachAndrii Nakryiko2024-07-091-12/+14
* libbpf: fix BPF skeleton forward/backward compat handlingAndrii Nakryiko2024-07-091-20/+27
* libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler2024-07-081-2/+2
* libbpf: Fix error handling in btf__distill_base()Alan Maguire2024-07-011-1/+1
* libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire2024-06-261-2/+2
* libbpf: Skip base btf sanity checksAntoine Tenart2024-06-241-1/+1
* libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2024-06-212-0/+31
* libbpf: Split field iter code into its own file kernelAlan Maguire2024-06-213-163/+170
* libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire2024-06-211-41/+31
* libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng2024-06-211-2/+9
* libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2024-06-172-54/+111
* libbpf: Split BTF relocationAlan Maguire2024-06-176-1/+542
* libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire2024-06-173-6/+335
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-106-168/+368
|\
| * libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko2024-06-063-3/+81
| * libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko2024-06-052-132/+0
| * libbpf: Make use of BTF field iterator in BTF handling codeAndrii Nakryiko2024-06-051-22/+54
| * libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko2024-06-053-26/+40
| * libbpf: Add BTF field iteratorAndrii Nakryiko2024-06-052-0/+186
| * libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko2024-05-311-7/+3
| * libbpf: Configure log verbosity with env variableMykyta Yatsenko2024-05-282-2/+28
* | libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko2024-05-311-1/+2
* | libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko2024-05-251-1/+30
|/
* libbpf: fix feature detectors when using token_fdAndrii Nakryiko2024-05-152-2/+2
* bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi2024-05-081-0/+1
* libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko2024-05-071-1/+14
* libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko2024-05-071-2/+14
* libbpf: handle yet another corner case of nulling out struct_ops programAndrii Nakryiko2024-05-071-1/+9
* libbpf: remove unnecessary struct_ops prog validity checkAndrii Nakryiko2024-05-071-10/+3
* libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2024-05-022-47/+47
* libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi2024-05-021-3/+14
* libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko2024-05-021-1/+1
* libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko2024-05-021-1/+1
* libbpf: Fix error message in attach_kprobe_multiJiri Olsa2024-05-021-1/+1
* libbpf: Fix error message in attach_kprobe_sessionJiri Olsa2024-05-021-1/+1
* libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko2024-05-011-11/+26
* libbpf: support "module: Function" syntax for tracing programsViktor Malik2024-05-011-9/+26
* libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa2024-04-301-0/+1
* libbpf: Add support for kprobe session attachJiri Olsa2024-04-303-3/+41
* libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko2024-04-291-0/+1
* 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