aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
* tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-071-5/+2
* tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar2021-07-071-1/+1
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+3
|\
| * bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar2021-06-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-173-11/+25
|\ \
| * | tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-111-1/+3
| * | tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
| * | bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko2021-05-251-9/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-275-7/+10
|\ \ \ | |/ / |/| / | |/
| * bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-05-255-7/+10
* | bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-196-24/+482
* | bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko2021-05-111-0/+4
* | libbpf: Add per-file linker optsAndrii Nakryiko2021-05-111-1/+1
* | bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko2021-05-111-0/+2
|/
* bpftool: Dump more info about DATASEC membersAndrii Nakryiko2021-04-231-8/+18
* bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko2021-04-231-1/+3
* bpftool: Fix a clang compilation warningYonghong Song2021-04-151-1/+1
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-012-0/+2
* tools/resolve_btfids: Fix warningsStanislav Fomichev2021-03-311-6/+5
* bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko2021-03-183-16/+100
* bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko2021-03-183-9/+44
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-163-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0911-88/+58
|\
| * bpf: Simplify the calculation of variablesJiapeng Chong2021-03-041-1/+1
| * tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2021-03-043-68/+4
| * scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-041-1/+1
| * tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-042-0/+9
| * tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2021-03-021-0/+4
| * tools, bpf_asm: Exit non-zero on errorsIan Denhardt2021-02-261-4/+4
| * tools, bpf_asm: Hard error on out of range jumpsIan Denhardt2021-02-261-2/+4
| * bpftool: Print subprog address properlyYonghong Song2021-02-261-0/+3
| * bpf: runqslower: Use task local storageSong Liu2021-02-261-12/+21
| * bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu2021-02-261-1/+4
| * bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer2021-02-241-0/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-261-0/+5
|\ \
| * | tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh2021-02-241-0/+5
| |/
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-221-0/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-202-6/+12
| |\
| * | bpftool: Add Makefile target bootstrapSong Liu2021-01-151-0/+2
* | | tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev2021-02-121-0/+1
* | | bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+4
* | | tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa2021-02-081-5/+2
* | | tools/resolve_btfids: Check objects before removingJiri Olsa2021-02-081-5/+12
* | | tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2021-02-082-17/+11
* | | bpf: Simplify bool comparisonJiapeng Chong2021-02-081-1/+1
* | | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-292-5/+0
* | | tools/bpftool: Add -Wall when building BPF programsIan Rogers2021-01-131-1/+1
| |/ |/|
* | bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-061-1/+0