summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-281-0/+5
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-251-2/+4
* tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-251-5/+2
* bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar2021-07-141-0/+3
* tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-07-141-1/+3
* bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-06-035-7/+10
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-05-143-3/+5
* tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev2021-04-101-0/+1
* tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa2021-04-101-5/+2
* tools/resolve_btfids: Check objects before removingJiri Olsa2021-04-101-5/+12
* tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2021-04-102-17/+11
* tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh2021-03-171-0/+5
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-301-9/+0
* bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-171-1/+0
* tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko2020-12-081-2/+2
* bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
* tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
* 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
| * 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