summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-05-255-7/+10
* 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
* | tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa2021-01-051-5/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+2
|\
| * tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko2020-12-081-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-043-8/+55
|\ \
| * | tools/resolve_btfids: Fix some error messagesBrendan Jackman2020-12-031-3/+3
| * | tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko2020-12-031-4/+21
| * | tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko2020-12-031-0/+2
| * | bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song2020-11-201-1/+29
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+1
|\ \ \ | | |/ | |/|
| * | bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-9/+9
|\| | | |/ |/|
| * tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1410-57/+115
|\ \ | |/ |/|
| * tools/bpf: Always run the *-clean recipesJean-Philippe Brucker2020-11-121-2/+2
| * tools/bpf: Add bootstrap/ to .gitignoreJean-Philippe Brucker2020-11-121-1/+1