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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+4
2020-09-09
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
1
-0
/
+2
2020-09-03
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
1
-1
/
+1
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
20
-910
/
+1746
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
3
-132
/
+254
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-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
1
-2
/
+2
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-26
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-2
/
+3
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: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
1
-0
/
+3
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
3
-1
/
+67
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
1
-0
/
+10
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
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-2
/
+5
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
3
-5
/
+170
2020-08-20
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
3
-24
/
+263
2020-08-19
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2
-13
/
+7
2020-08-19
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
12
-33
/
+13
2020-08-19
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2
-131
/
+6
2020-08-19
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
6
-29
/
+45
2020-08-19
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
1
-46
/
+124
2020-08-19
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
4
-129
/
+169
2020-08-19
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
1
-18
/
+41
2020-08-19
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
1
-0
/
+27
2020-08-19
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2
-20
/
+24
2020-08-19
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
Andrii Nakryiko
1
-0
/
+80
2020-08-19
libbpf: Factor out common logic of testing and closing FD
Andrii Nakryiko
1
-53
/
+17
2020-08-19
libbpf: Make kernel feature probing lazy
Andrii Nakryiko
1
-64
/
+86
2020-08-19
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
1
-1
/
+1
2020-08-19
libbpf: Convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-08-18
libbpf: Fix build on ppc64le architecture
Andrii Nakryiko
1
-1
/
+1
2020-08-14
libbpf: Enforce 64-bitness of BTF for BPF object files
Andrii Nakryiko
1
-0
/
+4
2020-08-14
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
4
-4
/
+87
2020-08-14
libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches
Andrii Nakryiko
1
-6
/
+10
2020-08-13
libbpf: Prevent overriding errno when logging errors
Toke Høiland-Jørgensen
1
-5
/
+7
2020-08-13
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
1
-1
/
+34
2020-08-11
libbpf: Do not use __builtin_offsetof for offsetof
Yonghong Song
1
-1
/
+1
2020-08-07
libbf: Fix uninitialized pointer at btf__parse_raw()
Daniel T. Lee
1
-1
/
+1
2020-08-07
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
4
-7
/
+12
2020-08-03
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
3
-38
/
+83
2020-08-02
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
5
-0
/
+20
[next]