summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-02-08tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor1-1/+5
2022-01-27bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2022-01-27bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2021-11-18bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet1-7/+9
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-25bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian1-2/+4
2021-07-25tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li1-5/+2
2021-07-14bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar1-0/+3
2021-07-14tools/bpftool: Fix error return code in do_batch()Zhihao Cheng1-1/+3
2021-06-03bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian5-7/+10
2021-05-14bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko3-3/+5
2021-04-10tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev1-0/+1
2021-04-10tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa1-5/+2
2021-04-10tools/resolve_btfids: Check objects before removingJiri Olsa1-5/+12
2021-04-10tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2-17/+11
2021-03-17tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh1-0/+5
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker1-9/+0
2021-01-17bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-11-25bpftool: Fix error return value in build_btf_type_tableZhen Lei1-0/+1
2020-11-13tools, bpftool: Add missing close before bpftool net attach exitWang Hai1-9/+9
2020-11-06tools/bpftool: Fix attaching flow dissectorLorenz Bauer1-1/+1
2020-10-29tools, bpftool: Remove two unused variables.Ian Rogers1-2/+2
2020-10-29tools, bpftool: Avoid array index warnings.Ian Rogers1-1/+6
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller21-460/+415
2020-09-23tools resolve_btfids: Always force HOSTARCHJiri Olsa1-0/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+3
2020-09-19tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar1-1/+1
2020-09-16bpftool: Support dumping metadataYiFei Zhu3-0/+208
2020-09-15bpftool: Fix build failureYonghong Song1-1/+1
2020-09-11tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet13-198/+11
2020-09-11tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet3-18/+62
2020-09-11tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet1-2/+2
2020-09-11tools: bpftool: Clean up function to dump map entryQuentin Monnet1-49/+52
2020-09-10tools: bpftool: Include common options from separate fileQuentin Monnet14-196/+35
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet2-3/+38
2020-09-10tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet4-1/+12
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet1-1/+1
2020-09-04tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko1-2/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-28/+360
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2-2/+3
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer1-1/+5
2020-08-26tools resolve_btfids: Add support for set symbolsJiri Olsa1-1/+19
2020-08-26tools resolve_btfids: Add size check to get_id functionJiri Olsa1-1/+8
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh3-3/+5
2020-08-22bpftool: Implement link_query for bpf iteratorsYonghong Song1-3/+41
2020-08-21tools/resolve_btfids: Fix sections with wrong alignmentJiri Olsa1-0/+36
2020-08-19tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2-19/+282
2020-08-19bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song1-0/+2