summaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Remove redundant slashesYuntao Wang2022-02-281-7/+7
* bpftool: Bpf skeletons assert type sizesDelyan Kratunov2022-02-241-22/+105
* bpftool: Remove usage of reallocarray()Mauricio Vásquez2022-02-234-11/+9
* bpftool: Fix C++ additions to skeletonAndrii Nakryiko2022-02-171-7/+7
* bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa2022-02-171-16/+15
* bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco2022-02-161-0/+90
* bpftool: Implement btfgen_get_btf()Mauricio Vásquez2022-02-161-1/+99
* bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2022-02-162-6/+457
* bpftool: Add gen min_core_btf commandMauricio Vásquez2022-02-162-4/+44
* bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko2022-02-151-2/+22
* bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang2022-02-151-4/+2
* bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-112-4/+23
* bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2022-02-112-6/+11
* bpftool: Generalize light skeleton generation.Alexei Starovoitov2022-02-101-19/+20
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-105-27/+31
|\
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-041-1/+5
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-031-1/+5
| |\ \
| | * | tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor2022-02-031-1/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-273-3/+3
|\| | | | |_|/ |/| |
| * | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-233-3/+3
| |\ \ | | |/ | |/|
| | * tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao2022-01-153-3/+3
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2513-31/+98
|\ \ \ | |/ / |/| |
| * | 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
| * | tools/resolve_btfids: Build with host flagsConnor O'Brien2022-01-151-2/+4
| * | 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
* | tools/runqslower: Enable cross-building with clangJean-Philippe Brucker2021-12-161-2/+2
* | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* | tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker2021-12-161-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-1121-70/+125
|\ \
| * | 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