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.c
Age
Commit message (
Expand
)
Author
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-20
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-08
libbpf: Support detecting and attaching of writable tracepoint program
Hou Tao
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-06
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
2021-10-06
libbpf: Deprecate bpf_object__unload() API since v0.6
Hengqi Chen
2021-10-05
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
2021-10-05
libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
Kumar Kartikeya Dwivedi
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-01
libbpf: Support uniform BTF-defined key/value specification across all BPF maps
Hengqi Chen
2021-09-30
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-29
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
2021-09-28
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
2021-09-28
libbpf: Add opt-in strict BPF program section name handling logic
Andrii Nakryiko
2021-09-28
libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
Andrii Nakryiko
2021-09-28
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
2021-09-28
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
2021-09-28
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
2021-09-28
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
2021-09-27
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
2021-09-21
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
2021-09-21
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
2021-09-21
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
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: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
2021-09-14
libbpf: Add support for BTF_KIND_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-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: 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-13
libbpf: Support weak typed ksyms.
Hao Luo
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
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
[prev]
[next]