index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2021-02-12
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
1
-11
/
+11
2021-01-13
libbpf: Support kernel module ksym externs
Andrii Nakryiko
1
-18
/
+32
2020-12-14
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
1
-24
/
+40
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-117
/
+410
2020-12-04
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
1
-31
/
+107
2020-12-04
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
1
-18
/
+16
2020-12-04
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
1
-10
/
+169
2020-12-04
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
1
-76
/
+111
2020-12-03
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
1
-0
/
+12
2020-12-03
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
1
-1
/
+14
2020-11-10
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
1
-10
/
+13
2020-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-59
/
+289
2020-10-08
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
1
-1
/
+1
2020-10-08
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
1
-8
/
+136
2020-10-08
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-10-06
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
1
-3
/
+2
2020-10-06
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
1
-19
/
+18
2020-10-06
libbpf: Close map fd if init map slots failed
Hangbin Liu
1
-21
/
+34
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-10-03
bpf/libbpf: BTF support for typed ksyms
Hao Luo
1
-13
/
+99
2020-09-29
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
1
-5
/
+39
2020-09-24
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
1
-1
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-446
/
+910
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-16
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
1
-0
/
+69
2020-09-04
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
1
-1
/
+1
2020-09-04
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
1
-1
/
+1
2020-09-04
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
1
-118
/
+97
2020-09-04
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
1
-18
/
+8
2020-09-04
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
1
-76
/
+141
2020-09-04
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
1
-138
/
+380
2020-09-04
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
1
-8
/
+74
2020-09-04
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
1
-107
/
+142
2020-09-04
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
1
-11
/
+29
2020-08-31
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
1
-1
/
+1
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
1
-1
/
+24
2020-08-27
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
1
-3
/
+5
2020-08-27
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-08-25
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
1
-1
/
+1
2020-08-25
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
1
-1
/
+1
2020-08-22
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
1
-50
/
+67
2020-08-22
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
1
-6
/
+49
2020-08-22
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
1
-161
/
+206
2020-08-22
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
1
-1
/
+55
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
1
-6
/
+4
2020-08-20
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
1
-1
/
+1
2020-08-20
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
1
-6
/
+2
2020-08-20
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
1
-5
/
+140
2020-08-20
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
1
-23
/
+208
2020-08-19
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
1
-8
/
+6
[next]