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
Age
Commit message (
Expand
)
Author
2021-09-21
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
2021-09-20
libbpf: Add doc comments in libbpf.h
Grant Seltzer
2021-09-17
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
2021-09-17
libbpf: Modify bpf_printk to choose helper based on arg count
Dave Marchevsky
2021-09-17
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2021-09-17
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
2021-09-17
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
2021-09-17
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
2021-09-17
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
2021-09-15
libbpf: Add sphinx code documentation comments
Grant Seltzer
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-14
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-09-14
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
2021-09-14
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
2021-09-14
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
2021-09-14
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-07
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
2021-09-07
libbpf: Change bpf_object_skeleton data field to const pointer
Matt Smith
2021-09-07
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-08-13
libbpf: Support weak typed ksyms.
Hao Luo
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-07
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-29
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-29
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
2021-07-27
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
libbpf: Fix comment typo
Jason Wang
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-22
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-22
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-22
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-19
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-16
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
[prev]
[next]