summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan-1/+5
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-67/+760
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet-2/+2
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet-6/+12
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet-5/+7
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet-1/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+3
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet-3/+44
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet-3/+27
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet-6/+363
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+6
2019-08-15tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet-1/+3
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet-10/+10
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet-1/+1
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet-1/+1
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet-1/+1
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet-4/+4
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet-2/+2
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee-3/+54
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee-10/+55
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee-1/+41
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee-7/+129
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet-2/+7
2019-08-13tools: bpftool: add feature check for zlibPeter Wu-3/+8
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu-53/+54
2019-08-09tools: bpftool: add error message on pin failureJakub Kicinski-1/+5
2019-08-09tools: bpftool: fix error message (prog -> object)Jakub Kicinski-1/+1
2019-07-30tools: bpftool: add support for reporting the effective cgroup progsJakub Kicinski-38/+76
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen-4/+5
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee-0/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2019-07-08tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet-1/+8
2019-07-08tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko-137/+64
2019-07-05tools: bpftool: Fix json dump crash on powerpcJiri Olsa-4/+7
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet-3/+437
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-3/+3
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev-8/+20
2019-06-26tools: bpftool: use correct argument in cgroup errorsJakub Kicinski-3/+3
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-48/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232Thomas Gleixner-3/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+17
2019-06-11bpf: use libbpf_num_possible_cpus internallyHechao Li-48/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+17
2019-06-06bpf, bpftool: enable recvmsg attach typesDaniel Borkmann-6/+15
2019-06-05tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak-0/+2
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet-14/+26
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet-2/+45
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai-3/+1