| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2022-02-03 | 1 | -1/+5 |
|\ |
|
| * | tools/resolve_btfids: Do not print any commands when building silently | Nathan Chancellor | 2022-02-03 | 1 | -1/+5 |
* | | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-01-23 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | tools/bpf: Rename 'struct event' to avoid naming conflict | Naveen N. Rao | 2022-01-15 | 3 | -3/+3 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read... | Yafang Shao | 2022-01-20 | 1 | -2/+2 |
* | | libbpf 1.0: Deprecate bpf_map__is_offload_neutral() | Christy Lee | 2022-01-06 | 1 | -1/+1 |
* | | bpftool: Probe for instruction set extensions | Paul Chaignon | 2022-01-05 | 1 | -0/+44 |
* | | bpftool: Probe for bounded loop support | Paul Chaignon | 2022-01-05 | 1 | -0/+22 |
* | | bpftool: Refactor misc. feature probe | Paul Chaignon | 2022-01-05 | 1 | -16/+29 |
* | | bpftool: Enable line buffering for stdout | Paul Chaignon | 2021-12-22 | 1 | -0/+2 |
* | | bpftool: Reimplement large insn size limit feature probing | Andrii Nakryiko | 2021-12-17 | 1 | -3/+23 |
* | | tools/runqslower: Enable cross-building with clang | Jean-Philippe Brucker | 2021-12-16 | 1 | -2/+2 |
* | | bpftool: Enable cross-building with clang | Jean-Philippe Brucker | 2021-12-16 | 1 | -6/+7 |
* | | tools/resolve_btfids: Support cross-building the kernel with clang | Jean-Philippe Brucker | 2021-12-16 | 1 | -0/+1 |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-12-11 | 21 | -70/+125 |
|\ \ |
|
| * | | bpftool: Switch bpf_object__load_xattr() to bpf_object__load() | Andrii Nakryiko | 2021-12-11 | 3 | -29/+21 |
| * | | bpftool: Add debug mode for gen_loader. | Alexei Starovoitov | 2021-12-05 | 1 | -9/+11 |
| * | | bpftool: Migrate off of deprecated bpf_create_map_xattr() API | Andrii Nakryiko | 2021-12-03 | 1 | -10/+13 |
| * | | tools/resolve_btf_ids: Close ELF file on error | Andrii Nakryiko | 2021-11-26 | 1 | -2/+3 |
| * | | bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py | Quentin Monnet | 2021-11-16 | 13 | -18/+39 |
| * | | bpftool: Add SPDX tags to RST documentation files | Quentin Monnet | 2021-11-16 | 14 | -1/+27 |
| * | | bpftool: Add current libbpf_strict mode to version output | Stanislav Fomichev | 2021-11-16 | 1 | -1/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-09 | 1 | -3/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets | Kumar Kartikeya Dwivedi | 2021-12-02 | 1 | -3/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-18 | 1 | -2/+1 |
|\| |
| |/
|/| |
|
| * | tools/runqslower: Fix cross-build | Jean-Philippe Brucker | 2021-11-13 | 1 | -2/+1 |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-15 | 26 | -181/+314 |
|\ \
| |/
|/| |
|
| * | bpftool: Use libbpf_get_error() to check error | Hengqi Chen | 2021-11-15 | 5 | -23/+27 |
| * | bpftool: Fix mixed indentation in documentation | Quentin Monnet | 2021-11-15 | 2 | -38/+38 |
| * | bpftool: Update the lists of names for maps and prog-attach types | Quentin Monnet | 2021-11-15 | 4 | -3/+6 |
| * | bpftool: Fix indent in option lists in the documentation | Quentin Monnet | 2021-11-15 | 7 | -14/+14 |
| * | bpftool: Remove inclusion of utilities.mak from Makefiles | Quentin Monnet | 2021-11-15 | 2 | -2/+0 |
| * | bpftool: Fix memory leak in prog_dump() | Quentin Monnet | 2021-11-15 | 1 | -6/+9 |
| * | bpftool: Enable libbpf's strict mode by default | Stanislav Fomichev | 2021-11-12 | 5 | -19/+48 |
| * | bpftool: Support BTF_KIND_TYPE_TAG | Yonghong Song | 2021-11-12 | 1 | -0/+2 |
| * | bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls | Andrii Nakryiko | 2021-11-12 | 3 | -8/+5 |
| * | tools/runqslower: Update perf_buffer__new() calls | Andrii Nakryiko | 2021-11-12 | 1 | -4/+2 |
| * | bpftool: Normalize compile rules to specify output file last | Andrii Nakryiko | 2021-11-12 | 1 | -8/+8 |
| * | bpftool: Fix SPDX tag for Makefiles and .gitignore | Quentin Monnet | 2021-11-10 | 3 | -3/+3 |
| * | bpftool: Stop using deprecated bpf_load_program() | Andrii Nakryiko | 2021-11-07 | 1 | -1/+1 |
| * | bpftool: Use bpf_obj_get_info_by_fd directly | Dave Marchevsky | 2021-11-03 | 2 | -50/+149 |
| * | bpftool: Migrate -1 err checks of libbpf fn calls | Dave Marchevsky | 2021-11-03 | 2 | -2/+2 |
* | | bpftool: Install libbpf headers for the bootstrap version, too | Quentin Monnet | 2021-11-05 | 1 | -10/+22 |
|/ |
|
* | bpftool: Switch to libbpf's hashmap for PIDs/names references | Quentin Monnet | 2021-10-26 | 7 | -65/+72 |
* | bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing | Quentin Monnet | 2021-10-26 | 2 | -68/+62 |
* | bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects | Quentin Monnet | 2021-10-26 | 6 | -84/+111 |
* | bpftool: Do not expose and init hash maps for pinned path in main.c | Quentin Monnet | 2021-10-26 | 5 | -18/+24 |
* | bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS) | Quentin Monnet | 2021-10-26 | 1 | -2/+2 |
* | bpftool: Avoid leaking the JSON writer prepared for program metadata | Quentin Monnet | 2021-10-23 | 1 | -7/+9 |