aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+15
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2022-03-30bpftool: Explicit errno handling in skeletonsDelyan Kratunov1-7/+15
2022-03-28bpftool: Fix generated code in codegen_assertsJiri Olsa1-1/+1
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde1-1/+4
2022-03-21bpftool: Fix a bug in subskeleton code generationYonghong Song1-1/+0
2022-03-21bpftool: Fix print error when show bpf mapYafang Shao1-5/+2
2022-03-18bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko1-1/+1
2022-03-17bpftool: Add support for subskeletonsDelyan Kratunov3-85/+542
2022-03-15bpftool: man: Add missing top level docsDaniel Xu1-1/+12
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov4-0/+34
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges2-2/+2
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund1-13/+139
2022-02-28bpftool: Remove redundant slashesYuntao Wang1-7/+7
2022-02-23bpftool: Bpf skeletons assert type sizesDelyan Kratunov1-22/+105
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez4-11/+9
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko1-7/+7
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa1-16/+15
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco1-0/+90
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez1-1/+99
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2-6/+457
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez2-4/+44
2022-02-15bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko1-2/+22
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang1-4/+2
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-2/+2
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2-4/+23
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2-6/+11
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov1-19/+20
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-27/+31
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez1-4/+1
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+5
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko1-1/+1
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-02-03tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor1-1/+5
2022-02-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-3/+2
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov1-3/+3
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+3
2022-01-25bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2-5/+5
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-31/+98
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-3/+3
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko1-1/+8
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task commYafang Shao1-2/+2
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-15tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao3-3/+3
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7