summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
* tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet2019-11-241-3/+3
* bpftool: Allow to read btf as raw dataJiri Olsa2019-10-251-1/+56
* libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-221-4/+4
* bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko2019-10-073-13/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-0618-65/+756
|\
| * tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet2019-08-311-2/+2
| * tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet2019-08-312-4/+8
| * tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-311-5/+7
| * tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet2019-08-311-1/+1
| * tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet2019-08-213-3/+44
| * tools: bpftool: show frozen status for mapsQuentin Monnet2019-08-211-3/+27
| * tools: bpftool: implement "bpftool btf show|list"Quentin Monnet2019-08-203-6/+363
| * tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet2019-08-154-10/+10
| * tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet2019-08-151-1/+1
| * tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet2019-08-151-4/+4
| * tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet2019-08-151-2/+2
| * tools: bpftool: add documentation for net attach/detachDaniel T. Lee2019-08-151-3/+54
| * tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee2019-08-151-10/+55
| * tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee2019-08-151-1/+41
| * tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee2019-08-151-7/+129
| * tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet2019-08-143-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+3
|\ \
| * | tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet2019-08-151-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-2/+6
|\| | | |/ |/|
| * tools: bpftool: add error message on pin failureJakub Kicinski2019-08-091-1/+5
| * tools: bpftool: fix error message (prog -> object)Jakub Kicinski2019-08-091-1/+1
* | tools: bpftool: add feature check for zlibPeter Wu2019-08-131-3/+8
* | tools: bpftool: fix reading from /proc/config.gzPeter Wu2019-08-122-53/+54
* | tools: bpftool: add support for reporting the effective cgroup progsJakub Kicinski2019-07-303-38/+76
* | tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen2019-07-293-4/+5
|/
* tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee2019-07-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-3/+3
|\
| * tools: bpftool: use correct argument in cgroup errorsJakub Kicinski2019-06-261-3/+3
* | tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet2019-07-081-1/+8
* | tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko2019-07-081-137/+64
* | tools: bpftool: Fix json dump crash on powerpcJiri Olsa2019-07-051-4/+7
* | tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-055-3/+437
* | bpftool: support cgroup sockoptStanislav Fomichev2019-06-276-8/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-48/+5
|\ \
| * | bpf: use libbpf_num_possible_cpus internallyHechao Li2019-06-111-48/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-176-6/+17
|\ \ \ | |/ / |/| / | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-076-6/+17
| |\
| | * bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-065-6/+15
| | * tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
* | | tools: bpftool: make -d option print debug output from verifierQuentin Monnet2019-05-285-14/+26
* | | tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet2019-05-2810-2/+45
* | | bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-281-3/+1