summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko
2022-02-16libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-16libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring
2022-02-12libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen
2022-02-11libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko
2022-02-08libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen
2022-02-08libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich
2022-02-08libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich
2022-02-08libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich
2022-02-08libbpf: Fix riscv register namesIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich
2022-02-08libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich
2022-02-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring
2022-02-04libbpf: Fix build issue with llvm-readelfYonghong Song
2022-02-04libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko
2022-02-03libbpf: Deprecate priv/set_priv storageDelyan Kratunov
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko
2022-02-02libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov
2022-02-01libbpf: Open code low level bpf commands.Alexei Starovoitov
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-25libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko
2022-01-25libbpf: deprecate bpf_map__resize()Andrii Nakryiko
2022-01-25libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko
2022-01-24libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada
2022-01-24libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee
2022-01-24libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee
2022-01-24libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-21libbpf: Add SEC name for xdp frags programsLorenzo Bianconi
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee