| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-07-09 | 1 | -3/+3 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-07-03 | 1 | -3/+3 |
| |\ |
|
| | * | tools: bpftool: use correct argument in cgroup errors | Jakub Kicinski | 2019-06-26 | 1 | -3/+3 |
* | | | tools: bpftool: add completion for bpftool prog "loadall" | Quentin Monnet | 2019-07-08 | 1 | -1/+8 |
* | | | tools/bpftool: switch map event_pipe to libbpf's perf_buffer | Andrii Nakryiko | 2019-07-08 | 1 | -137/+64 |
* | | | tools: bpftool: Fix json dump crash on powerpc | Jiri Olsa | 2019-07-05 | 1 | -4/+7 |
* | | | tools: bpftool: add "prog run" subcommand to test-run programs | Quentin Monnet | 2019-07-05 | 5 | -3/+437 |
* | | | bpftool: support cgroup sockopt | Stanislav Fomichev | 2019-06-28 | 6 | -8/+20 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 3 | -3/+3 |
|\| | |
|
| * | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-21 | 3 | -3/+3 |
| |\ \
| | |/
| |/| |
|
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232 | Thomas Gleixner | 2019-06-19 | 3 | -3/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-06-20 | 1 | -48/+5 |
|\ \ \ |
|
| * | | | bpf: use libbpf_num_possible_cpus internally | Hechao Li | 2019-06-11 | 1 | -48/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-18 | 6 | -6/+17 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-06-07 | 6 | -6/+17 |
| |\ \
| | |/
| |/| |
|
| | * | bpf, bpftool: enable recvmsg attach types | Daniel Borkmann | 2019-06-07 | 5 | -6/+15 |
| | * | tools: bpftool: Fix JSON output when lookup fails | Krzesimir Nowak | 2019-06-05 | 1 | -0/+2 |
* | | | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 2019-05-28 | 5 | -14/+26 |
* | | | tools: bpftool: add -d option to get debug output from libbpf | Quentin Monnet | 2019-05-28 | 10 | -2/+45 |
* | | | bpf: style fix in while(!feof()) loop | Chang-Hsien Tsai | 2019-05-28 | 1 | -3/+1 |
* | | | bpftool: auto-complete BTF IDs for btf dump | Andrii Nakryiko | 2019-05-28 | 1 | -0/+9 |
* | | | bpftool: update bash-completion w/ new c option for btf dump | Andrii Nakryiko | 2019-05-24 | 1 | -4/+17 |
* | | | bpftool/docs: add description of btf dump C option | Andrii Nakryiko | 2019-05-24 | 1 | -15/+20 |
* | | | bpftool: add C output format option to btf dump subcommand | Andrii Nakryiko | 2019-05-24 | 1 | -2/+73 |
* | | | bpftool: use libbpf's btf__parse_elf API | Andrii Nakryiko | 2019-05-24 | 1 | -109/+8 |
|/ / |
|
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-05-21 | 3 | -0/+3 |
|\ \
| |/
|/| |
|
| * | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | | bpftool: fix BTF raw dump of FWD's fwd_kind | Andrii Nakryiko | 2019-05-17 | 1 | -2/+2 |
* | | tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr() | Yonghong Song | 2019-05-16 | 1 | -2/+2 |
|/ |
|
* | bpftool: exclude bash-completion/bpftool from .gitignore pattern | Masahiro Yamada | 2019-05-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-05-03 | 1 | -0/+3 |
|\ |
|
| * | tools: bpftool: fix infinite loop in map create | Alban Crequy | 2019-04-26 | 1 | -0/+3 |
* | | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing | Martin KaFai Lau | 2019-04-27 | 1 | -0/+1 |
* | | bpftool: fix indendation in bash-completion/bpftool | Andrii Nakryiko | 2019-04-26 | 1 | -11/+11 |
* | | bpftool: add bash completions for btf command | Andrii Nakryiko | 2019-04-26 | 1 | -0/+46 |
* | | bpftool/docs: add btf sub-command documentation | Andrii Nakryiko | 2019-04-26 | 8 | -7/+236 |
* | | bpftool: add ability to dump BTF types | Andrii Nakryiko | 2019-04-26 | 3 | -1/+589 |
* | | bpftool: Fix errno variable usage | Benjamin Poirier | 2019-04-26 | 1 | -1/+1 |
* | | bpftool: show flow_dissector attachment status | Stanislav Fomichev | 2019-04-25 | 1 | -0/+54 |
* | | tools/bpftool: show btf_id in map listing | Prashant Bhole | 2019-04-17 | 1 | -0/+6 |
* | | tools/bpftool: re-organize newline printing for map listing | Prashant Bhole | 2019-04-17 | 1 | -2/+3 |
* | | bpftool: Support sysctl hook | Andrey Ignatov | 2019-04-17 | 6 | -8/+13 |
* | | bpftool: Improve handling of ENOSPC on reuseport_array map dumps | Benjamin Poirier | 2019-04-16 | 1 | -0/+7 |
* | | bpftool: Use print_entry_error() in case of ENOENT when dumping | Benjamin Poirier | 2019-04-16 | 1 | -19/+14 |
* | | tools: bpftool: add a note on program statistics in man page | Quentin Monnet | 2019-04-16 | 1 | -0/+8 |
* | | tools: bpftool: fix short option name for printing version in man pages | Quentin Monnet | 2019-04-16 | 7 | -7/+7 |
* | | tools: bpftool: fix man page documentation for "pinmaps" keyword | Quentin Monnet | 2019-04-16 | 1 | -1/+1 |
* | | tools: bpftool: reset errno for "bpftool cgroup tree" | Quentin Monnet | 2019-04-16 | 1 | -0/+7 |
* | | tools: bpftool: remove blank line after btf_id when listing programs | Quentin Monnet | 2019-04-16 | 1 | -1/+1 |
* | | tools/bpftool: show btf id in program information | Prashant Bhole | 2019-04-11 | 1 | -0/+6 |