summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-182-19/+282
* | tools/resolve_btfids: Fix sections with wrong alignmentJiri Olsa2020-08-201-0/+36
* | 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
* tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()Andrii Nakryiko2020-08-121-4/+4
* bpf: Add missing return to resolve_btfidsStanislav Fomichev2020-08-061-0/+1
* tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-061-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0528-612/+1878
|\
| * tools/resolve_btfids: Use libbpf's btf__parse() APIAndrii Nakryiko2020-08-032-57/+5
| * tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from fileAndrii Nakryiko2020-08-031-53/+1
| * tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang2020-08-031-1/+1
| * tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko2020-08-012-2/+10
| * tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-011-1/+36
| * tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
| * tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
| * tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song2020-07-253-7/+62
| * tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-251-1/+2
| * bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-212-59/+82
| * samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-211-1/+2
| * tools/bpftool: Fix error handing in do_skeleton()YueHaibing2020-07-211-1/+4
| * tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-174-3/+5
| * bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-0/+14
| * tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko2020-07-131-13/+10
| * tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko2020-07-131-1/+0
| * bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa2020-07-131-1/+8
| * bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa2020-07-133-0/+808