index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2022-02-16
libbpf: Expose bpf_core_{add,free}_cands() to bpftool
Mauricio Vásquez
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-12
libbpf: Use dynamically allocated buffer when receiving netlink messages
Toke Høiland-Jørgensen
2022-02-11
libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
Andrii Nakryiko
2022-02-10
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
2022-02-09
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-02-08
libbpf: Add BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
libbpf: Fix accessing the first syscall argument on s390
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing the first syscall argument on arm64
Ilya Leoshkevich
2022-02-08
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing syscall arguments on riscv
Ilya Leoshkevich
2022-02-08
libbpf: Fix riscv register names
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing syscall arguments on powerpc
Ilya Leoshkevich
2022-02-08
libbpf: Add PT_REGS_SYSCALL_REGS macro
Ilya Leoshkevich
2022-02-08
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2022-02-07
libbpf: Remove mode check in libbpf_set_strict_mode()
Mauricio Vásquez
2022-02-04
libbpf: Fix build issue with llvm-readelf
Yonghong Song
2022-02-04
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2022-02-03
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
2022-02-03
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
2022-02-02
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
2022-02-01
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
2022-02-01
libbpf: Open code low level bpf commands.
Alexei Starovoitov
2022-02-01
libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
Lorenzo Bianconi
2022-02-01
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
2022-01-25
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
2022-01-25
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
2022-01-25
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
2022-01-24
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2022-01-24
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
2022-01-24
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
2022-01-21
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
2022-01-20
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-18
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
2022-01-12
libbpf: Deprecate bpf_map__def() API
Christy Lee
2022-01-12
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-01-12
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-12
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
2022-01-06
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2022-01-05
libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API
Christy Lee
2022-01-05
libbpf 1.0: Deprecate bpf_map__is_offload_neutral()
Christy Lee
2022-01-05
libbpf: Support repeated legacy kprobes on same function
Qiang Wang
2022-01-05
libbpf: Use probe_name for legacy kprobe
Qiang Wang
2022-01-05
libbpf: Deprecate bpf_perf_event_read_simple() API
Christy Lee
2021-12-28
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-28
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
[prev]
[next]