aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Documentation (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet13-18/+39
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet14-1/+27
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet2-38/+38
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet1-1/+1
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet1-1/+0
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev1-0/+9
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet1-1/+1
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet1-1/+2
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet3-3/+84
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet12-16/+22
2021-07-30tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet1-1/+1
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2-2/+4
2021-03-18bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko1-14/+51
2021-03-18bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko1-5/+8
2021-03-04tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer1-7/+4
2020-11-06bpftool: Add support for task local storageKP Singh1-1/+2
2020-09-14bpftool: Fix build failureYonghong Song1-1/+1
2020-09-10tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet13-198/+11
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet1-2/+8
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 Monnet1-1/+7
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-08-25bpf: Implement bpf_local_storage for inodesKP Singh1-1/+1
2020-08-01tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko1-0/+8
2020-07-25tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song1-2/+16
2020-07-17tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki1-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-2/+35
2020-06-22tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko4-2/+35
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser1-1/+1
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann2-4/+9
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet12-69/+114
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song1-0/+83
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet1-1/+3
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet1-1/+9
2020-04-28bpftool: Add bpftool-link manpageAndrii Nakryiko1-0/+118
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau1-0/+116
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu1-0/+19
2020-02-26bpftool: Update documentation of "bpftool feature" commandMichal Rostecki1-9/+10
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov1-1/+2
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2019-12-18bpftool: Work-around rst2man conversion bugAndrii Nakryiko1-7/+8
2019-12-17bpftool: Add gen subcommand manpageAndrii Nakryiko2-1/+306
2019-12-15bpftool: Match maps by namePaul Chaignon1-4/+6
2019-12-15bpftool: Match programs by namePaul Chaignon2-7/+7
2019-12-15bpftool: Match several programs with same tagPaul Chaignon1-4/+12
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet1-0/+9
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet1-0/+7
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee1-3/+54