| Commit message (Expand) | Author | Age | Files | Lines |
* | bpftool: Update documentation where progs/maps can be passed by name | Quentin Monnet | 2024-04-16 | 1 | -1/+1 |
* | bpftool: Remove useless emphasis on command description in man pages | Rameez Rehman | 2024-04-02 | 1 | -11/+11 |
* | bpftool: Use simpler indentation in source rST for documentation | Rameez Rehman | 2024-04-02 | 1 | -230/+206 |
* | bpftool: Add support for cgroup unix socket address hooks | Daan De Meyer | 2023-10-12 | 1 | -3/+5 |
* | bpftool: Specify XDP Hints ifname when loading program | Larysa Zaremba | 2023-05-23 | 1 | -4/+7 |
* | bpftool: Support "opcodes", "linum", "visual" simultaneously | Quentin Monnet | 2023-04-06 | 1 | -4/+4 |
* | bpftool: Fix documentation about line info display for prog dumps | Quentin Monnet | 2023-04-06 | 1 | -6/+4 |
* | bpftool: Update doc (add autoattach to prog load) | Wang Yufen | 2022-10-21 | 1 | -2/+13 |
* | bpftool: Use libbpf_bpf_attach_type_str | Daniel Müller | 2022-06-03 | 1 | -2/+3 |
* | bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py | Quentin Monnet | 2021-11-16 | 1 | -1/+3 |
* | bpftool: Add SPDX tags to RST documentation files | Quentin Monnet | 2021-11-16 | 1 | -0/+2 |
* | bpftool: Fix indent in option lists in the documentation | Quentin Monnet | 2021-11-15 | 1 | -4/+4 |
* | tools: bpftool: Complete metrics list in "bpftool prog profile" doc | Quentin Monnet | 2021-07-31 | 1 | -1/+2 |
* | tools: bpftool: Document and add bash completion for -L, -B options | Quentin Monnet | 2021-07-31 | 1 | -1/+29 |
* | tools: bpftool: Update and synchronise option list in doc and help msg | Quentin Monnet | 2021-07-31 | 1 | -1/+2 |
* | tools: bpftool: Complete and synchronise attach or map types | Quentin Monnet | 2021-07-31 | 1 | -1/+1 |
* | bpftool: Add sock_release help info for cgroup attach/prog load command | Liu Jian | 2021-05-25 | 1 | -1/+1 |
* | tools: bpftool: Automate generation for "SEE ALSO" sections in man pages | Quentin Monnet | 2020-09-11 | 1 | -16/+0 |
* | tools: bpftool: Include common options from separate file | Quentin Monnet | 2020-09-10 | 1 | -17/+1 |
* | tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type | Jakub Sitnicki | 2020-07-18 | 1 | -1/+1 |
* | tools/bpftool: Add documentation and sample output for process info | Andrii Nakryiko | 2020-06-23 | 1 | -0/+11 |
* | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 2020-05-19 | 1 | -1/+2 |
* | tools, bpftool: Minor fixes for documentation | Quentin Monnet | 2020-05-11 | 1 | -9/+14 |
* | bpftool: Documentation for bpftool prog profile | Song Liu | 2020-03-10 | 1 | -0/+19 |
* | bpftool: Support struct_ops, tracing, ext prog types | Andrey Ignatov | 2020-02-26 | 1 | -1/+2 |
* | bpftool: Match programs by name | Paul Chaignon | 2019-12-15 | 1 | -6/+6 |
* | bpftool: Match several programs with same tag | Paul Chaignon | 2019-12-15 | 1 | -4/+12 |
* | 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 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-18 | 1 | -1/+1 |
|\ |
|
| * | bpf, bpftool: enable recvmsg attach types | Daniel Borkmann | 2019-06-07 | 1 | -1/+1 |
* | | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 2019-05-28 | 1 | -2/+3 |
* | | tools: bpftool: add -d option to get debug output from libbpf | Quentin Monnet | 2019-05-28 | 1 | -0/+4 |
|/ |
|
* | bpftool/docs: add btf sub-command documentation | Andrii Nakryiko | 2019-04-26 | 1 | -1/+2 |
* | bpftool: Support sysctl hook | Andrey Ignatov | 2019-04-17 | 1 | -1/+2 |
* | 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 | 1 | -1/+1 |
* | 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, fix incorrect text | Prashant Bhole | 2019-02-06 | 1 | -1/+1 |
* | tools: bpftool: add basic probe capability, probe syscall availability | Quentin Monnet | 2019-01-23 | 1 | -0/+1 |
* | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs | Quentin Monnet | 2018-12-18 | 1 | -0/+4 |
* | tools: bpftool: fix examples in documentation for bpftool prog | Quentin Monnet | 2018-12-15 | 1 | -45/+53 |
* | tools: bpftool: add doc for -m option to bpftool-prog.rst | Quentin Monnet | 2018-12-15 | 1 | -0/+3 |
* | bpf: bpftool: Fix newline and p_err issue | Martin KaFai Lau | 2018-12-10 | 1 | -0/+2 |
* | bpf: libbpf: bpftool: Print bpf_line_info during prog dump | Martin KaFai Lau | 2018-12-09 | 1 | -4/+12 |
* | tools: bpftool: add a command to dump the trace pipe | Quentin Monnet | 2018-12-05 | 1 | -2/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-11-29 | 1 | -2/+9 |
|\ |
|
| * | tools: bpftool: update references to other man pages in documentation | Quentin Monnet | 2018-11-09 | 1 | -1/+7 |