summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.c
AgeCommit message (Expand)Author
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski
2018-05-24tools/bpftool: add perf subcommandYonghong Song
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet
2018-02-15tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin
2017-11-30tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet
2017-11-30tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet
2017-11-30tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet
2017-11-11tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole
2017-11-11tools: bpftool: show filenames of pinned objectsPrashant Bhole
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet
2017-10-22tools: bpftool: add a command to display bpftool versionQuentin Monnet
2017-10-22tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet
2017-10-04tools: bpf: add bpftoolJakub Kicinski