index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.h
Age
Commit message (
Expand
)
Author
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-10
libbpf: Add getter for program size
Toke Høiland-Jørgensen
2019-11-10
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
2019-11-02
libbpf: Add auto-pinning of maps when loading BPF objects
Toke Høiland-Jørgensen
2019-11-02
libbpf: Store map pin path and status in struct bpf_map
Toke Høiland-Jørgensen
2019-10-31
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-22
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-21
libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
Andrii Nakryiko
2019-10-15
libbpf: Add support for field existance CO-RE relocation
Andrii Nakryiko
2019-10-05
libbpf: add bpf_object__open_{file, mem} w/ extensible opts
Andrii Nakryiko
2019-10-05
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
2019-08-07
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
2019-07-27
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
2019-07-08
libbpf: add perf buffer API
Andrii Nakryiko
2019-07-05
libbpf: add raw tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
2019-07-05
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
2019-07-05
libbpf: introduce concept of bpf_link
Andrii Nakryiko
2019-06-19
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-11
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-24
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-04-09
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-04
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
2019-03-19
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
2019-03-11
tools lib bpf: Fix the build by adding a missing stdarg.h include
Arnaldo Carvalho de Melo
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
2019-02-15
libbpf: Introduce bpf_object__btf
Andrey Ignatov
2019-02-15
libbpf: Introduce bpf_map__resize
Andrey Ignatov
2019-02-04
libbpf: fix libbpf_print
Stanislav Fomichev
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
2019-02-01
libbpf: Add a support for getting xdp prog id on ifindex
Maciej Fijalkowski
2019-02-01
libbpf: Add a helper for retrieving a map fd for a given name
Maciej Fijalkowski
2019-01-22
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-22
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-22
tools: bpftool: add probes for eBPF program types
Quentin Monnet
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-11-21
bpf: adding support for map in map in libbpf
Nikita V. Shirokov
2018-11-21
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-10
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2018-10-20
bpf, libbpf: simplify and cleanup perf ring buffer walk
Daniel Borkmann
2018-10-16
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-15
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-10-08
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-04
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
[prev]
[next]