aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Documentation/bpftool-prog.rst (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-0/+34
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-06bpf, bpftool: enable recvmsg attach typesDaniel Borkmann1-1/+1
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet1-2/+3
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet1-0/+4
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko1-1/+2
2019-04-16bpftool: Support sysctl hookAndrey Ignatov1-1/+2
2019-04-16tools: bpftool: add a note on program statistics in man pageQuentin Monnet1-0/+8
2019-04-16tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet1-1/+1
2019-04-16tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet1-1/+1
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov1-1/+3
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy1-1/+1
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole1-1/+1
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet1-0/+1
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet1-0/+4
2018-12-15tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet1-45/+53
2018-12-15tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet1-0/+3
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau1-0/+2
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-4/+12
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet1-2/+11
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-11-10bpftool: support loading flow dissectorStanislav Fomichev1-10/+16
2018-11-10bpftool: add pinmaps argument to the load/loadallStanislav Fomichev1-1/+3
2018-11-10bpftool: add loadall commandStanislav Fomichev1-5/+9
2018-11-09tools: bpftool: update references to other man pages in documentationQuentin Monnet1-1/+7
2018-11-09tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet1-1/+2
2018-10-21tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet1-2/+6
2018-10-15bpf: bpftool, add support for attaching programs to mapsJohn Fastabend1-0/+11
2018-07-11tools: bpftool: allow reuse of maps with bpftool prog loadJakub Kicinski1-2/+18
2018-07-11tools: bpftool: allow users to specify program type for prog loadJakub Kicinski1-2/+13
2018-07-11tools: bpftool: add support for loading programs for offloadJakub Kicinski1-2/+4
2018-04-26tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa1-1/+2
2018-03-01tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang1-6/+12
2018-01-04tools: bpftool: alias show and list commandsJakub Kicinski1-3/+3
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin1-1/+1
2017-12-14bpftool: implement prog load commandRoman Gushchin1-1/+9
2017-11-11tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole1-1/+4
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet1-2/+59
2017-10-24tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet1-6/+6
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet1-0/+8
2017-10-22tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet1-4/+4
2017-10-18tools: bpftool: use more common tag formatJakub Kicinski1-1/+1
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski1-4/+7
2017-10-04tools: bpftool: add documentationJakub Kicinski1-0/+79