summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-178-129/+354
|\
| * libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-02-171-3/+5
| * libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2022-02-162-7/+19
| * libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-163-93/+99
| * libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-02-121-4/+51
| * libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko2022-02-111-1/+1
| * libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2022-02-102-21/+179
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-176-16/+23
|\ \
| * | libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-161-9/+2
| * | libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2022-02-164-5/+18
| * | libperf: Fix 32-bit build for tests uint64_t printfRob Herring2022-02-161-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-102-1/+102
|\| | | |/ |/|
| * libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-0911-41/+272
|\ \
| * | libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
| * | libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-081-0/+35
| * | libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-081-0/+6
| * | libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-081-0/+6
| * | libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-081-8/+12
| * | libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-081-0/+2
| * | libbpf: Fix riscv register namesIlya Leoshkevich2022-02-081-2/+2
| * | libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich2022-02-081-0/+2
| * | libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich2022-02-081-0/+10
| * | libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-02-081-2/+3
| * | libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez2022-02-071-8/+0
| * | libbpf: Fix build issue with llvm-readelfYonghong Song2022-02-041-2/+2
| * | libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko2022-02-042-0/+4
| * | libbpf: Deprecate priv/set_priv storageDelyan Kratunov2022-02-031-1/+6
| * | libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko2022-02-031-1/+1
| * | libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov2022-02-021-1/+3
| * | libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2022-02-011-0/+26
| * | libbpf: Open code low level bpf commands.Alexei Starovoitov2022-02-011-2/+42
| * | libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi2022-02-011-3/+11
| * | libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky2022-02-011-2/+4
| * | libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko2022-01-251-0/+26
| * | libbpf: deprecate bpf_map__resize()Andrii Nakryiko2022-01-251-0/+1
| * | libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko2022-01-256-16/+37
| * | libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada2022-01-241-0/+34
| * | libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2022-01-242-1/+2
| * | libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee2022-01-241-0/+1
| * | libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu2022-01-241-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-272-2/+22
|\ \ \ | |/ / |/| / | |/
| * Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-231-2/+2
| |\
| | * perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
| * | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-0/+20
| |\ \ | | |/ | |/|
| | * tools: sync tools/bitmap with mother linuxYury Norov2022-01-151-0/+20
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2411-41/+208
|\ \ \ | |/ / |/| |
| * | libbpf: Add SEC name for xdp frags programsLorenzo Bianconi2022-01-211-0/+8
| * | libbpf: streamline low-level XDP APIsAndrii Nakryiko2022-01-203-33/+117
| * | libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-203-1/+14