summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | bpftool: Fix strict mode calculationMauricio Vásquez2022-02-071-4/+1
* | bpftool: Fix uninit variable compilation warningAndrii Nakryiko2022-02-031-1/+1
* | bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko2022-02-031-12/+17
* | bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov2022-02-031-3/+2
* | libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2022-02-011-3/+3
* | libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov2022-02-011-1/+4
* | bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2022-01-262-5/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2512-29/+94
|\ \ | |/ |/|
| * bpftool: use new API for attaching XDP programAndrii Nakryiko2022-01-211-1/+1
| * libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-211-1/+8
| * bpftool: Adding support for BTF program namesRaman Shukhau2022-01-194-12/+70
| * bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-132-9/+7
| * bpftool: Only set obj->skeleton on complete successWei Fu2022-01-131-1/+1
| * bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-135-5/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+2
|\ \ | |/ |/|
| * tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao2022-01-201-2/+2
* | libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-061-1/+1
* | bpftool: Probe for instruction set extensionsPaul Chaignon2022-01-051-0/+44
* | bpftool: Probe for bounded loop supportPaul Chaignon2022-01-051-0/+22
* | bpftool: Refactor misc. feature probePaul Chaignon2022-01-051-16/+29
* | bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-221-0/+2
* | bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko2021-12-171-3/+23
* | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* | bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-113-29/+21
* | bpftool: Add debug mode for gen_loader.Alexei Starovoitov2021-12-051-9/+11
* | bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko2021-12-031-10/+13
* | bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet2021-11-1613-18/+39
* | bpftool: Add SPDX tags to RST documentation filesQuentin Monnet2021-11-1614-1/+27
* | bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev2021-11-161-1/+11
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1525-177/+312
|\ \ | |/ |/|
| * bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-155-23/+27
| * bpftool: Fix mixed indentation in documentationQuentin Monnet2021-11-152-38/+38
| * bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-154-3/+6
| * bpftool: Fix indent in option lists in the documentationQuentin Monnet2021-11-157-14/+14
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-152-2/+0
| * bpftool: Fix memory leak in prog_dump()Quentin Monnet2021-11-151-6/+9
| * bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-125-19/+48
| * bpftool: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-121-0/+2
| * bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko2021-11-123-8/+5
| * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-121-8/+8
| * bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-103-3/+3
| * bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko2021-11-071-1/+1
| * bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky2021-11-032-50/+149
| * bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2021-11-032-2/+2
* | bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet2021-11-051-10/+22
|/
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-267-65/+72
* bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2021-10-262-68/+62
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-266-84/+111
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-265-18/+24
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-261-2/+2