summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
* tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet2019-11-241-0/+6
* tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet2019-11-241-3/+3
* tools, bpf_asm: Warn when jumps are out of rangeIlya Leoshkevich2019-11-071-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-262-5/+60
|\
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-1/+5
|\ \ | |/ |/|
| * tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan2019-09-301-1/+5
* | 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-0620-67/+760
|\
| * 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-314-6/+12
| * 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
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-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/davem/netDavid S. Miller2019-06-223-3/+3
|\| |
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-213-3/+3
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232Thomas Gleixner2019-06-193-3/+3