summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/main.h
AgeCommit message (Expand)Author
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov
2019-12-15bpftool: Add skeleton codegen commandAndrii Nakryiko
2019-12-15bpftool: Match maps by namePaul Chaignon
2019-12-15bpftool: Match programs by namePaul Chaignon
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko
2019-04-16bpftool: Support sysctl hookAndrey Ignatov
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
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-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song
2018-11-16bpftool: make libbfd optionalStanislav Fomichev
2018-11-10bpftool: add loadall commandStanislav Fomichev
2018-11-09tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet
2018-11-07tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet
2018-10-18tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski
2018-10-15tools: bpftool: add map create commandJakub Kicinski
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-09-18tools/bpf: bpftool: improve output format for bpftool netYonghong Song
2018-09-06tools/bpf: bpftool: add net supportYonghong Song
2018-07-14bpf: btf: add btf print functionalityOkash Khawaja
2018-07-11tools: bpftool: allow reuse of maps with bpftool prog loadJakub Kicinski
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski
2018-07-11tools: bpftool: refactor argument parsing for prog loadJakub Kicinski
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski
2018-05-24tools/bpftool: add perf subcommandYonghong Song
2018-05-04tools: bpftool: add simple perf event output readerJakub Kicinski
2018-05-04tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski
2018-01-18tools: bpftool: improve architecture detection by using ifindexJiong Wang
2017-12-31tools: bpftool: report device information for offloaded programsJakub Kicinski
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin
2017-12-14bpftool: implement prog load commandRoman Gushchin
2017-11-30tools: bpftool: remove spurious line break from error messageQuentin Monnet