index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
2020-12-14
1
-24
/
+40
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-117
/
+410
|
\
|
*
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
2020-12-04
1
-31
/
+107
|
*
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
2020-12-04
1
-18
/
+16
|
*
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
2020-12-04
1
-10
/
+169
|
*
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
2020-12-04
1
-76
/
+111
|
*
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
2020-12-03
1
-0
/
+12
|
*
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
2020-12-03
1
-1
/
+14
*
|
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
2020-11-09
1
-10
/
+13
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-13
1
-59
/
+289
|
\
|
*
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
2020-10-08
1
-1
/
+1
|
*
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
2020-10-08
1
-8
/
+136
|
*
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
2020-10-08
1
-0
/
+5
|
*
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
2020-10-06
1
-3
/
+2
|
*
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
2020-10-06
1
-19
/
+18
|
*
libbpf: Close map fd if init map slots failed
Hangbin Liu
2020-10-06
1
-21
/
+34
|
*
bpf/libbpf: BTF support for typed ksyms
Hao Luo
2020-10-02
1
-13
/
+99
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
2020-09-24
1
-1
/
+1
*
|
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
2020-09-29
1
-5
/
+39
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-446
/
+910
|
\
\
|
*
|
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-16
1
-0
/
+69
|
*
|
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
2020-09-04
1
-1
/
+1
|
*
|
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
2020-09-04
1
-1
/
+1
|
*
|
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
2020-09-04
1
-118
/
+97
|
*
|
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
2020-09-04
1
-18
/
+8
|
*
|
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
2020-09-04
1
-76
/
+141
|
*
|
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
2020-09-04
1
-138
/
+380
|
*
|
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
2020-09-04
1
-8
/
+74
|
*
|
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
2020-09-04
1
-107
/
+142
|
*
|
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
2020-09-04
1
-11
/
+29
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
2020-08-31
1
-1
/
+1
|
*
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
2020-08-20
1
-1
/
+1
*
|
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
1
-1
/
+24
*
|
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-27
1
-3
/
+5
*
|
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-27
1
-1
/
+1
*
|
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
1
-1
/
+1
*
|
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-24
1
-1
/
+1
*
|
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-22
1
-50
/
+67
*
|
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-22
1
-6
/
+49
*
|
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-22
1
-161
/
+206
*
|
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
1
-1
/
+55
*
|
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
2020-08-20
1
-6
/
+4
*
|
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
2020-08-20
1
-6
/
+2
*
|
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
2020-08-19
1
-5
/
+140
*
|
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
2020-08-19
1
-23
/
+208
*
|
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2020-08-19
1
-8
/
+6
*
|
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-19
1
-3
/
+0
*
|
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-19
1
-11
/
+10
[next]