aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez
2022-02-15bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko
2022-02-03tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor
2022-02-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-25bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau
2022-01-15tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez
2022-01-05libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon
2021-12-21bpftool: Enable line buffering for stdoutPaul Chaignon
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko
2021-12-16tools/runqslower: Enable cross-building with clangJean-Philippe Brucker
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker
2021-12-16tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-05bpftool: Add debug mode for gen_loader.Alexei Starovoitov
2021-12-02bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko
2021-12-02tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi