summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
| * tools/runqslower: Build bpftool using HOSTCCJean-Philippe Brucker2020-11-111-1/+2
| * tools/runqslower: Enable out-of-tree buildJean-Philippe Brucker2020-11-111-14/+18
| * tools/runqslower: Use Makefile.includeJean-Philippe Brucker2020-11-111-15/+9
| * 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: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-111-9/+0
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2321-460/+415
|\ \
| * | tools resolve_btfids: Always force HOSTARCHJiri Olsa2020-09-231-0/+2
| * | 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/netdev/netDavid S. Miller2020-09-222-2/+3
|\ \ \ | |/ / |/| / | |/
| * tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2020-09-012-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-018-28/+360
|\ \ | |/ |/|
| * tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-1/+5
| * tools resolve_btfids: Add support for set symbolsJiri Olsa2020-08-251-1/+19
| * tools resolve_btfids: Add size check to get_id functionJiri Olsa2020-08-251-1/+8
| * bpf: Implement bpf_local_storage for inodesKP Singh2020-08-253-3/+5
| * bpftool: Implement link_query for bpf iteratorsYonghong Song2020-08-211-3/+41