summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.h
AgeCommit message (Expand)Author
2020-11-05tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-07-21bpftool: Use only nftw for file tree parsingTony Ambardar
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko
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