index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: implement __arg_ctx fallback logic
Andrii Nakryiko
2024-01-04
1
-4
/
+252
*
libbpf: move BTF loading step after relocation step
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: move exception callbacks assignment logic into relocation step
Andrii Nakryiko
2024-01-04
1
-80
/
+85
*
libbpf: use stable map placeholder FDs
Andrii Nakryiko
2024-01-04
2
-38
/
+77
*
libbpf: don't rely on map->fd as an indicator of map being created
Andrii Nakryiko
2024-01-04
1
-15
/
+27
*
libbpf: use explicit map reuse flag to skip map creation steps
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: make uniform use of btf__fd() accessor inside libbpf
Andrii Nakryiko
2024-01-04
1
-1
/
+1
*
libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
Mingyi Zhang
2023-12-21
1
-0
/
+2
*
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
2023-12-21
1
-0
/
+3
*
libbpf: add __arg_xxx macros for annotating global func args
Andrii Nakryiko
2023-12-20
1
-0
/
+3
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
12
-741
/
+478
*
libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2023-12-14
2
-6
/
+21
*
libbpf: wire up BPF token support at BPF object level
Andrii Nakryiko
2023-12-14
4
-12
/
+158
*
libbpf: wire up token_fd into feature probing logic
Andrii Nakryiko
2023-12-14
5
-46
/
+66
*
libbpf: move feature detection code into its own file
Andrii Nakryiko
2023-12-14
6
-466
/
+479
*
libbpf: further decouple feature checking logic from bpf_object
Andrii Nakryiko
2023-12-14
3
-11
/
+22
*
libbpf: split feature detectors definitions from cached results
Andrii Nakryiko
2023-12-14
1
-6
/
+12
*
libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
Daniel Xu
2023-12-14
1
-0
/
+32
*
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
2023-12-09
1
-4
/
+20
*
bpf: Load vmlinux btf for any struct_ops map
David Vernet
2023-12-08
1
-0
/
+11
*
libbpf: add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2023-12-06
2
-2
/
+4
*
libbpf: add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2023-12-06
2
-2
/
+5
*
libbpf: add BPF token support to bpf_map_create() API
Andrii Nakryiko
2023-12-06
2
-2
/
+7
*
libbpf: add bpf_token_create() API
Andrii Nakryiko
2023-12-06
3
-0
/
+42
*
libbpf: Add st_type argument to elf_resolve_syms_offsets function
Jiri Olsa
2023-11-29
3
-4
/
+6
*
libbpf: Start v1.4 development cycle
Eduard Zingerman
2023-11-23
2
-1
/
+4
*
libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
Yonghong Song
2023-11-10
1
-5
/
+8
*
libbpf: Add link-based API for netkit
Daniel Borkmann
2023-10-25
5
-0
/
+76
*
libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
Andrii Nakryiko
2023-10-17
1
-6
/
+10
*
libbpf: Add support for cgroup unix socket address hooks
Daan De Meyer
2023-10-12
1
-0
/
+10
*
libbpf: Fix syscall access arguments on riscv
Alexandre Ghiti
2023-10-04
1
-2
/
+0
*
libbpf: Allow Golang symbols in uprobe secdef
Hengqi Chen
2023-09-29
1
-6
/
+16
*
libbpf: Add ring__consume
Martin Kelly
2023-09-26
3
-0
/
+22
*
libbpf: Add ring__map_fd
Martin Kelly
2023-09-26
3
-0
/
+15
*
libbpf: Add ring__size
Martin Kelly
2023-09-26
3
-0
/
+16
*
libbpf: Add ring__avail_data_size
Martin Kelly
2023-09-26
3
-0
/
+21
*
libbpf: Add ring__producer_pos, ring__consumer_pos
Martin Kelly
2023-09-26
3
-0
/
+34
*
libbpf: Add ring_buffer__ring
Martin Kelly
2023-09-26
3
-0
/
+24
*
libbpf: Switch rings to array of pointers
Martin Kelly
2023-09-26
1
-8
/
+12
*
libbpf: Refactor cleanup in ring_buffer__add
Martin Kelly
2023-09-26
1
-6
/
+9
*
libbpf: Support symbol versioning for uprobe
Hengqi Chen
2023-09-22
2
-12
/
+124
*
libbpf: Resolve symbol conflicts at the same offset for uprobe
Hengqi Chen
2023-09-22
1
-1
/
+4
*
libbpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-5
/
+109
*
libbpf: Refactor bpf_object__reloc_code
Kumar Kartikeya Dwivedi
2023-09-16
1
-19
/
+33
*
libbpf: Add __percpu_kptr macro definition
Yonghong Song
2023-09-08
1
-0
/
+1
*
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
2023-09-08
1
-0
/
+160
*
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
2023-08-24
1
-1
/
+1
*
libbpf: Add bpf_object__unpin()
Daniel Xu
2023-08-24
3
-0
/
+17
*
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
2023-08-23
1
-0
/
+1
*
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
2023-08-22
2
-17
/
+82
[next]