summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)Author
2022-02-08tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor
2022-01-27bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet
2022-01-27bpftool: Enable line buffering for stdoutPaul Chaignon
2021-11-18bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser
2021-07-25bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian
2021-07-25tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li
2021-07-14bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar
2021-07-14tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-06-03bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian
2021-05-14bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko
2021-04-10tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev
2021-04-10tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa
2021-04-10tools/resolve_btfids: Check objects before removingJiri Olsa
2021-04-10tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa
2021-03-17tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2021-01-17bpftool: Fix compilation failure for net.o with older glibcAlan Maguire
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko
2020-11-24bpftool: Fix error return value in build_btf_type_tableZhen Lei
2020-11-13tools, bpftool: Add missing close before bpftool net attach exitWang Hai
2020-11-05tools/bpftool: Fix attaching flow dissectorLorenz Bauer
2020-10-29tools, bpftool: Remove two unused variables.Ian Rogers
2020-10-29tools, bpftool: Avoid array index warnings.Ian Rogers
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-23tools resolve_btfids: Always force HOSTARCHJiri Olsa
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-19tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar
2020-09-15bpftool: Support dumping metadataYiFei Zhu
2020-09-14bpftool: Fix build failureYonghong Song
2020-09-10tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet
2020-09-10tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet
2020-09-10tools: bpftool: Clean up function to dump map entryQuentin Monnet
2020-09-10tools: bpftool: Include common options from separate fileQuentin Monnet
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet
2020-09-10tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet
2020-09-03tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer
2020-08-25tools resolve_btfids: Add support for set symbolsJiri Olsa
2020-08-25tools resolve_btfids: Add size check to get_id functionJiri Olsa
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-21bpftool: Implement link_query for bpf iteratorsYonghong Song
2020-08-20tools/resolve_btfids: Fix sections with wrong alignmentJiri Olsa
2020-08-18tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko
2020-08-18bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song