aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.c
AgeCommit message (Expand)Author
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski
2018-11-16bpftool: make libbfd optionalStanislav Fomichev
2018-10-21tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-09-06tools/bpf: bpftool: add net supportYonghong Song
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