| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 2020-05-19 | 2 | -4/+9 |
* | tools, bpftool: Minor fixes for documentation | Quentin Monnet | 2020-05-11 | 12 | -69/+114 |
* | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song | 2020-05-10 | 1 | -0/+83 |
* | tools: bpftool: Make libcap dependency optional | Quentin Monnet | 2020-04-29 | 1 | -1/+3 |
* | tools: bpftool: Allow unprivileged users to probe features | Quentin Monnet | 2020-04-29 | 1 | -1/+9 |
* | bpftool: Add bpftool-link manpage | Andrii Nakryiko | 2020-04-29 | 1 | -0/+118 |
* | bpftool: Add struct_ops support | Martin KaFai Lau | 2020-03-20 | 1 | -0/+116 |
* | bpftool: Documentation for bpftool prog profile | Song Liu | 2020-03-10 | 1 | -0/+19 |
* | bpftool: Update documentation of "bpftool feature" command | Michal Rostecki | 2020-02-26 | 1 | -9/+10 |
* | bpftool: Support struct_ops, tracing, ext prog types | Andrey Ignatov | 2020-02-26 | 1 | -1/+2 |
* | bpftool: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 2020-01-21 | 1 | -1/+1 |
* | bpftool: Work-around rst2man conversion bug | Andrii Nakryiko | 2019-12-19 | 1 | -7/+8 |
* | bpftool: Add gen subcommand manpage | Andrii Nakryiko | 2019-12-18 | 2 | -1/+306 |
* | bpftool: Match maps by name | Paul Chaignon | 2019-12-15 | 1 | -4/+6 |
* | bpftool: Match programs by name | Paul Chaignon | 2019-12-15 | 2 | -7/+7 |
* | bpftool: Match several programs with same tag | Paul Chaignon | 2019-12-15 | 1 | -4/+12 |
* | tools: bpftool: add "bpftool map freeze" subcommand | Quentin Monnet | 2019-08-21 | 1 | -0/+9 |
* | tools: bpftool: implement "bpftool btf show|list" | Quentin Monnet | 2019-08-20 | 1 | -0/+7 |
* | tools: bpftool: add documentation for net attach/detach | Daniel T. Lee | 2019-08-16 | 1 | -3/+54 |
* | tools: bpftool: add support for reporting the effective cgroup progs | Jakub Kicinski | 2019-07-31 | 1 | -4/+12 |
* | tools: Add definitions for devmap_hash map type | Toke Høiland-Jørgensen | 2019-07-29 | 1 | -1/+1 |
* | tools: bpftool: add "prog run" subcommand to test-run programs | Quentin Monnet | 2019-07-05 | 1 | -0/+34 |
* | bpftool: support cgroup sockopt | Stanislav Fomichev | 2019-06-28 | 2 | -3/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-18 | 2 | -2/+6 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-06-07 | 2 | -2/+6 |
| |\ |
|
| | * | bpf, bpftool: enable recvmsg attach types | Daniel Borkmann | 2019-06-07 | 2 | -2/+6 |
* | | | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 2019-05-28 | 2 | -4/+6 |
* | | | tools: bpftool: add -d option to get debug output from libbpf | Quentin Monnet | 2019-05-28 | 8 | -0/+31 |
* | | | bpftool/docs: add description of btf dump C option | Andrii Nakryiko | 2019-05-24 | 1 | -15/+20 |
|/ / |
|
* / | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | bpftool/docs: add btf sub-command documentation | Andrii Nakryiko | 2019-04-26 | 8 | -7/+236 |
* | bpftool: Support sysctl hook | Andrey Ignatov | 2019-04-17 | 2 | -3/+5 |
* | 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: recognize bpf_prog_info run_time_ns and run_cnt | Alexei Starovoitov | 2019-02-27 | 1 | -1/+3 |
* | bpf: bpftool, fix documentation for attach types | Alban Crequy | 2019-02-19 | 1 | -1/+1 |
* | tools: bpftool: doc, add text about feature-subcommand | Prashant Bhole | 2019-02-12 | 1 | -1/+3 |
* | tools: bpftool: doc, fix incorrect text | Prashant Bhole | 2019-02-06 | 3 | -5/+5 |
* | tools: bpftool: add probes for a network device | Quentin Monnet | 2019-01-23 | 1 | -3/+15 |
* | tools: bpftool: add C-style "#define" output for probes | Quentin Monnet | 2019-01-23 | 1 | -2/+11 |
* | tools: bpftool: add probes for eBPF helper functions | Quentin Monnet | 2019-01-23 | 1 | -0/+4 |
* | tools: bpftool: add basic probe capability, probe syscall availability | Quentin Monnet | 2019-01-23 | 7 | -0/+66 |
* | bpftool: add pop and dequeue commands | Stanislav Fomichev | 2019-01-17 | 1 | -0/+8 |
* | bpftool: add push and enqueue commands | Stanislav Fomichev | 2019-01-17 | 1 | -0/+8 |
* | bpftool: add peek command | Stanislav Fomichev | 2019-01-17 | 1 | -0/+4 |
* | bpftool: make key optional in lookup command | Stanislav Fomichev | 2019-01-17 | 1 | -2/+2 |
* | bpftool: make key and value optional in update command | Stanislav Fomichev | 2019-01-17 | 1 | -2/+2 |
* | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs | Quentin Monnet | 2018-12-18 | 3 | -0/+12 |
* | tools: bpftool: add a prog array map update example to documentation | Quentin Monnet | 2018-12-15 | 1 | -0/+55 |