summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+0
| |\
| * | bpftool: Add Makefile target bootstrapSong Liu2021-01-151-0/+2
* | | bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+4
* | | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+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
|/
* 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-042-5/+52
|\ \
| * | 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-148-20/+88
|\ \ | |/ |/|
| * 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
| * tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
| * tools/bpftool: Fix cross-buildJean-Philippe Brucker2020-11-111-8/+26
| * tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker2020-11-111-3/+5
| * tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko2020-11-101-1/+27
| * bpftool: Add support for task local storageKP Singh2020-11-063-3/+6
| * tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko2020-11-053-4/+21
* | tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-051-1/+1
* | tools, bpftool: Remove two unused variables.Ian Rogers2020-10-291-2/+2
* | tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
|\
| * tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar2020-09-191-1/+1
* | bpftool: Support dumping metadataYiFei Zhu2020-09-153-0/+208
* | bpftool: Fix build failureYonghong Song2020-09-141-1/+1
* | tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet2020-09-1013-198/+11
* | tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet2020-09-103-18/+62
* | tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet2020-09-101-2/+2
* | tools: bpftool: Clean up function to dump map entryQuentin Monnet2020-09-101-49/+52
* | tools: bpftool: Include common options from separate fileQuentin Monnet2020-09-1014-196/+35
* | tools: bpftool: Print optional built-in features along with versionQuentin Monnet2020-09-102-3/+38
* | tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet2020-09-104-1/+12
* | tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet2020-09-071-1/+1
* | tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko2020-09-031-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-017-26/+333
|\ \ | |/ |/|
| * tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-1/+5
| * bpf: Implement bpf_local_storage for inodesKP Singh2020-08-253-3/+5
| * bpftool: Implement link_query for bpf iteratorsYonghong Song2020-08-211-3/+41
| * tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-182-19/+282
* | bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song2020-08-181-0/+2
|/
* tools/bpftool: Generate data section struct with conservative alignmentAndrii Nakryiko2020-08-131-0/+14
* tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-134-12/+20