Age | Commit message (Expand) | Author |
2020-01-20 | bpftool: Use consistent include paths for libbpf | Toke Høiland-Jørgensen |
2019-12-18 | bpftool: Work-around rst2man conversion bug | Andrii Nakryiko |
2019-12-17 | bpftool: Add gen subcommand manpage | Andrii Nakryiko |
2019-12-15 | bpftool: Match maps by name | Paul Chaignon |
2019-12-15 | bpftool: Match programs by name | Paul Chaignon |
2019-12-15 | bpftool: Match several programs with same tag | Paul Chaignon |
2019-08-21 | tools: bpftool: add "bpftool map freeze" subcommand | Quentin Monnet |
2019-08-20 | tools: bpftool: implement "bpftool btf show|list" | Quentin Monnet |
2019-08-15 | tools: bpftool: add documentation for net attach/detach | Daniel T. Lee |
2019-07-30 | tools: bpftool: add support for reporting the effective cgroup progs | Jakub Kicinski |
2019-07-29 | tools: Add definitions for devmap_hash map type | Toke Høiland-Jørgensen |
2019-07-05 | tools: bpftool: add "prog run" subcommand to test-run programs | Quentin Monnet |
2019-06-27 | bpftool: support cgroup sockopt | Stanislav Fomichev |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-06-06 | bpf, bpftool: enable recvmsg attach types | Daniel Borkmann |
2019-05-28 | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet |
2019-05-28 | tools: bpftool: add -d option to get debug output from libbpf | Quentin Monnet |
2019-05-24 | bpftool/docs: add description of btf dump C option | Andrii Nakryiko |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-25 | bpftool/docs: add btf sub-command documentation | Andrii Nakryiko |
2019-04-16 | bpftool: Support sysctl hook | Andrey Ignatov |
2019-04-16 | tools: bpftool: add a note on program statistics in man page | Quentin Monnet |
2019-04-16 | tools: bpftool: fix short option name for printing version in man pages | Quentin Monnet |
2019-04-16 | tools: bpftool: fix man page documentation for "pinmaps" keyword | Quentin Monnet |
2019-02-27 | tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt | Alexei Starovoitov |
2019-02-19 | bpf: bpftool, fix documentation for attach types | Alban Crequy |
2019-02-12 | tools: bpftool: doc, add text about feature-subcommand | Prashant Bhole |
2019-02-06 | tools: bpftool: doc, fix incorrect text | Prashant Bhole |
2019-01-22 | tools: bpftool: add probes for a network device | Quentin Monnet |
2019-01-22 | tools: bpftool: add C-style "#define" output for probes | Quentin Monnet |
2019-01-22 | tools: bpftool: add probes for eBPF helper functions | Quentin Monnet |
2019-01-22 | tools: bpftool: add basic probe capability, probe syscall availability | Quentin Monnet |
2019-01-17 | bpftool: add pop and dequeue commands | Stanislav Fomichev |
2019-01-17 | bpftool: add push and enqueue commands | Stanislav Fomichev |
2019-01-17 | bpftool: add peek command | Stanislav Fomichev |
2019-01-17 | bpftool: make key optional in lookup command | Stanislav Fomichev |
2019-01-17 | bpftool: make key and value optional in update command | Stanislav Fomichev |
2018-12-18 | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs | Quentin Monnet |
2018-12-15 | tools: bpftool: add a prog array map update example to documentation | Quentin Monnet |
2018-12-15 | tools: bpftool: fix examples in documentation for bpftool prog | Quentin Monnet |
2018-12-15 | tools: bpftool: add doc for -m option to bpftool-prog.rst | Quentin Monnet |
2018-12-10 | bpf: bpftool: Fix newline and p_err issue | Martin KaFai Lau |
2018-12-09 | bpf: libbpf: bpftool: Print bpf_line_info during prog dump | Martin KaFai Lau |
2018-12-05 | tools: bpftool: add a command to dump the trace pipe | Quentin Monnet |
2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-11-23 | bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map | David Calavera |
2018-11-10 | bpftool: support loading flow dissector | Stanislav Fomichev |
2018-11-10 | bpftool: add pinmaps argument to the load/loadall | Stanislav Fomichev |
2018-11-10 | bpftool: add loadall command | Stanislav Fomichev |