Age | Commit message (Expand) | Author | Files | Lines |
2018-02-08 | tools: bpftool: add bash completion for cgroup commands | Quentin Monnet | 2 | -6/+62 |
2018-02-08 | tools: bpftool: add bash completion for `bpftool prog load` | Quentin Monnet | 1 | -2/+6 |
2018-02-08 | tools: bpftool: make syntax for program map update explicit in man page | Quentin Monnet | 1 | -1/+2 |
2018-02-08 | tools: bpftool: exit doc Makefile early if rst2man is not available | Quentin Monnet | 1 | -0/+5 |
2018-01-19 | bpftool: recognize BPF_MAP_TYPE_CPUMAP maps | Roman Gushchin | 1 | -0/+1 |
2018-01-18 | tools: bpftool: report device information for offloaded maps | Jakub Kicinski | 1 | -1/+6 |
2018-01-18 | tools/bpf_jit_disasm: silence a static checker warning | Dan Carpenter | 1 | -3/+4 |
2018-01-18 | tools: bpftool: improve architecture detection by using ifindex | Jiong Wang | 4 | -3/+102 |
2018-01-17 | tools: bpftool: add -DPACKAGE when including bfd.h | Jiong Wang | 1 | -1/+1 |
2018-01-16 | bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs | Roman Gushchin | 1 | -0/+1 |
2018-01-04 | tools: bpftool: remove new lines from errors | Jakub Kicinski | 2 | -11/+11 |
2018-01-04 | tools: bpftool: alias show and list commands | Jakub Kicinski | 8 | -19/+22 |
2018-01-04 | tools: bpftool: rename cgroup list -> show in the code | Jakub Kicinski | 1 | -9/+9 |
2017-12-31 | tools: bpftool: report device information for offloaded programs | Jakub Kicinski | 3 | -0/+57 |
2017-12-30 | tools/bpftool: fix bpftool build with bintutils >= 2.9 | Roman Gushchin | 4 | -0/+67 |
2017-12-30 | tools/bpftool: use version from the kernel source tree | Roman Gushchin | 2 | -11/+5 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+7 |
2017-12-23 | tools: bpftool: protect against races with disappearing objects | Jakub Kicinski | 2 | -0/+4 |
2017-12-23 | tools: bpftool: maps: close json array on error paths of show | Jakub Kicinski | 1 | -3/+3 |
2017-12-20 | bpf: allow for correlation of maps and helpers in dump | Daniel Borkmann | 1 | -9/+172 |
2017-12-14 | bpftool: implement cgroup bpf operations | Roman Gushchin | 7 | -5/+434 |
2017-12-14 | bpftool: implement prog load command | Roman Gushchin | 5 | -34/+79 |
2017-12-08 | tools: bpftool: create "uninstall", "doc-uninstall" make targets | Quentin Monnet | 2 | -3/+17 |
2017-12-08 | tools: bpftool: harmonise Makefile and Documentation/Makefile | Quentin Monnet | 2 | -39/+36 |
2017-11-30 | tools: bpftool: declare phony targets as such | Quentin Monnet | 1 | -1/+1 |
2017-11-30 | tools: bpftool: unify installation directories | Quentin Monnet | 2 | -3/+4 |
2017-11-30 | tools: bpftool: remove spurious line break from error message | Quentin Monnet | 1 | -1/+1 |
2017-11-30 | tools: bpftool: make error message from getopt_long() JSON-friendly | Quentin Monnet | 1 | -1/+6 |
2017-11-30 | tools: bpftool: clean up the JSON writer before exiting in usage() | Quentin Monnet | 2 | -2/+11 |
2017-11-30 | tools: bpftool: fix crash on bad parameters with JSON | Quentin Monnet | 1 | -10/+9 |
2017-11-21 | bpftool: revert printing program device bound info | Jakub Kicinski | 1 | -31/+0 |
2017-11-11 | tools: bpftool: optionally show filenames of pinned objects | Prashant Bhole | 6 | -8/+25 |
2017-11-11 | tools: bpftool: show filenames of pinned objects | Prashant Bhole | 5 | -0/+152 |
2017-11-11 | tools: bpftool: open pinned object without type check | Prashant Bhole | 2 | -2/+14 |
2017-11-05 | tools: bpftool: move p_err() and p_info() from main.h to common.c | Quentin Monnet | 2 | -31/+34 |
2017-11-05 | bpftool: print program device bound info | Jakub Kicinski | 1 | -0/+31 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | tools: bpf: handle long path in jit disasm | Prashant Bhole | 2 | -2/+4 |
2017-10-29 | tools: bpftool: add bash completion for bpftool | Quentin Monnet | 2 | -0/+357 |
2017-10-26 | tools: bpftool: try to mount bpffs if required for pinning objects | Quentin Monnet | 2 | -8/+65 |
2017-10-24 | tools: bpftool: update documentation for --json and --pretty usage | Quentin Monnet | 7 | -6/+88 |
2017-10-24 | tools: bpftool: add cosmetic changes for the manual pages | Quentin Monnet | 3 | -23/+26 |
2017-10-24 | tools: bpftool: provide JSON output for all possible commands | Quentin Monnet | 3 | -6/+47 |
2017-10-24 | tools: bpftool: turn err() and info() macros into functions | Quentin Monnet | 5 | -91/+126 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool batch file FILE` command | Quentin Monnet | 1 | -0/+20 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool map *` commands | Quentin Monnet | 1 | -20/+129 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool prog dump xlated *` command | Quentin Monnet | 5 | -2/+89 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool prog dump jited *` command | Quentin Monnet | 1 | -6/+80 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool prog show *` command | Quentin Monnet | 1 | -32/+107 |
2017-10-24 | tools: bpftool: introduce --json and --pretty options | Quentin Monnet | 2 | -3/+35 |