index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-24
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
1
-1
/
+1
2020-06-23
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
1
-1
/
+7
2020-06-22
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
1
-6
/
+138
2020-06-22
libbpf: Generalize libbpf externs support
Andrii Nakryiko
1
-140
/
+206
2020-06-23
libbpf: Add a bunch of attribute getters/setters for map definitions
Andrii Nakryiko
1
-7
/
+93
2020-06-12
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
1
-4
/
+0
2020-06-01
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
1
-5
/
+18
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
1
-0
/
+2
2020-06-01
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
1
-1
/
+4
2020-06-01
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
1
-0
/
+19
2020-05-19
bpf, libbpf: Enable get{peer, sock}name attach types
Daniel Borkmann
1
-0
/
+8
2020-05-13
bpf: Change btf_iter func proto prefix to "bpf_iter_"
Yonghong Song
1
-1
/
+1
2020-05-13
libbpf: Fix probe code to return EPERM if encountered
Eelco Chaudron
1
-7
/
+29
2020-05-11
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
1
-0
/
+52
2020-04-30
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
1
-1
/
+1
2020-04-28
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
1
-1
/
+4
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
1
-23
/
+258
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
1
-105
/
+121
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
1
-92
/
+103
2020-04-27
libbpf: Return err if bpf_object__load failed
Mao Wenan
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
1
-44
/
+82
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
1
-0
/
+46
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
1
-4
/
+35
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
1
-0
/
+11
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
1
-8
/
+14
2020-03-26
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
1
-10
/
+6
2020-03-13
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
1
-0
/
+4
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
1
-5
/
+12
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+4
2020-03-02
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
1
-27
/
+104
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-7
/
+31
2020-02-20
libbpf: Add support for dynamic program attach target
Eelco Chaudron
1
-4
/
+30
2020-02-20
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
1
-3
/
+1
2020-02-18
libbpf: Sanitise internal map names so they are not rejected by the kernel
Toke Høiland-Jørgensen
1
-1
/
+7
2020-01-24
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
1
-1
/
+3
2020-01-24
libbpf: Improve handling of failed CO-RE relocations
Andrii Nakryiko
1
-39
/
+56
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
1
-3
/
+10
2020-01-17
libbpf: Load btf_vmlinux only once per object.
KP Singh
1
-52
/
+101
2020-01-17
libbpf: Fix potential multiplication overflow in mmap() size calculation
Andrii Nakryiko
1
-1
/
+1
2020-01-17
libbpf: Simplify BTF initialization logic
Andrii Nakryiko
1
-13
/
+6
2020-01-15
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-90
/
+3
2020-01-15
libbpf: Support .text sub-calls relocations
Andrii Nakryiko
1
-7
/
+22
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-1
/
+4
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
1
-1
/
+34
2020-01-09
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
1
-14
/
+0
2020-01-09
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
1
-9
/
+640
2019-12-26
libbpf: Support CO-RE relocations for LDX/ST/STX instructions
Andrii Nakryiko
1
-3
/
+28
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
[prev]
[next]