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: Add NULL check to add_dummy_ksym_var
Ian Rogers
2021-05-05
1
-0
/
+3
*
libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
Andrii Nakryiko
2021-04-27
1
-2
/
+4
*
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
1
-10
/
+3
*
libbpf: Refactor BTF map definition parsing
Andrii Nakryiko
2021-04-23
1
-111
/
+146
*
libbpf: Allow gaps in BPF program sections to support overriden weak functions
Andrii Nakryiko
2021-04-23
1
-36
/
+22
*
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
1
-1
/
+44
*
libbpf: Remove unused field.
Alexei Starovoitov
2021-04-16
1
-14
/
+1
*
libbpf: Add bpf_map__inner_map API
Andrii Nakryiko
2021-04-09
1
-0
/
+10
*
libbpf: Support extern kernel function
Martin KaFai Lau
2021-03-27
1
-12
/
+162
*
libbpf: Record extern sym relocation first
Martin KaFai Lau
2021-03-27
1
-29
/
+34
*
libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
Martin KaFai Lau
2021-03-27
1
-3
/
+3
*
libbpf: Refactor codes for finding btf id of a kernel symbol
Martin KaFai Lau
2021-03-27
1
-11
/
+33
*
libbpf: Refactor bpf_object__resolve_ksyms_btf_id
Martin KaFai Lau
2021-03-27
1
-57
/
+67
*
libbpf: Add bpf object kern_version attribute setter
Rafael David Tinoco
2021-03-26
1
-0
/
+10
*
libbpf: Constify few bpf_program getters
Andrii Nakryiko
2021-03-26
1
-2
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-26
1
-12
/
+3
|
\
|
*
libbpf: Add BPF static linker APIs
Andrii Nakryiko
2021-03-19
1
-10
/
+1
|
*
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-19
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
libbpf: Fix error path in bpf_object__elf_init()
Namhyung Kim
2021-03-18
1
-1
/
+2
*
|
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-1
/
+28
*
|
libbpf: Support subprog address relocation
Yonghong Song
2021-02-26
1
-3
/
+61
*
|
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
2021-02-26
1
-6
/
+6
|
/
*
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
2021-02-12
1
-11
/
+11
*
libbpf: Support kernel module ksym externs
Andrii Nakryiko
2021-01-13
1
-18
/
+32
*
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
[next]