index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf_probes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: improve error message for unsupported helper
Mykyta Yatsenko
2024-03-28
1
-2
/
+4
*
libbpf: Add support for bpf_arena.
Alexei Starovoitov
2024-03-11
1
-0
/
+7
*
libbpf: Wire up token_fd into feature probing logic
Andrii Nakryiko
2024-01-24
1
-3
/
+8
*
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
2024-01-23
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-0
/
+2
|
\
|
*
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
2023-06-05
1
-0
/
+2
*
|
libbpf: Ensure libbpf always opens files with O_CLOEXEC
Andrii Nakryiko
2023-05-26
1
-1
/
+1
|
/
*
tools: bpftool: print netfilter link info
Florian Westphal
2023-04-21
1
-0
/
+1
*
libbpf: Correctly set the kernel code version in Debian kernel.
Hao Xiang
2023-02-06
1
-0
/
+83
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-1
/
+1
|
\
|
*
libbpf: Use page size as max_entries when probing ring buffer map
Hou Tao
2022-11-17
1
-1
/
+1
*
|
libbpf: Support new cgroup local storage
Yonghong Song
2022-10-25
1
-0
/
+1
|
/
*
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
1
-0
/
+1
*
libbpf: Initialize err in probe_map_create
Florian Fainelli
2022-08-04
1
-1
/
+1
*
libbpf: remove deprecated probing APIs
Andrii Nakryiko
2022-06-28
1
-120
/
+5
*
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-28
1
-16
/
+0
*
libbpf: Rework feature-probing APIs
Andrii Nakryiko
2021-12-17
1
-50
/
+185
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-10
1
-1
/
+1
*
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
2021-11-25
1
-15
/
+15
*
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
2021-11-07
1
-11
/
+9
*
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-28
1
-1
/
+1
*
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-08-07
1
-1
/
+3
*
libbpf: Add support for task local storage
KP Singh
2020-11-06
1
-0
/
+1
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
1
-2
/
+3
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
1
-3
/
+0
*
libbpf: Add support for SK_LOOKUP program type
Jakub Sitnicki
2020-07-17
1
-0
/
+3
*
libbpf: Add BPF ring buffer support
Andrii Nakryiko
2020-06-01
1
-0
/
+5
*
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
1
-0
/
+1
*
libbpf: Add support for program extensions
Alexei Starovoitov
2020-01-22
1
-0
/
+1
*
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2020-01-10
1
-0
/
+3
*
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
2020-01-09
1
-0
/
+2
*
libbpf: Add probe for large INSN limit
Michal Rostecki
2020-01-08
1
-0
/
+21
*
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-31
1
-0
/
+1
*
tools/libbpf_probes: Add new devmap_hash type
Toke Høiland-Jørgensen
2019-07-29
1
-0
/
+1
*
libbpf: support sockopt hooks
Stanislav Fomichev
2019-06-27
1
-0
/
+1
*
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
2019-05-31
1
-9
/
+4
*
libbpf: detect supported kernel BTF features and sanitize BTF
Andrii Nakryiko
2019-05-13
1
-32
/
+41
*
bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
Martin KaFai Lau
2019-04-27
1
-1
/
+73
*
tools: sync bpf.h
Matt Mullins
2019-04-26
1
-0
/
+1
*
libbpf: Support sysctl hook
Andrey Ignatov
2019-04-12
1
-0
/
+1
*
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-22
1
-0
/
+63
*
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-22
1
-0
/
+84
*
tools: bpftool: add probes for eBPF program types
Quentin Monnet
2019-01-22
1
-0
/
+95