| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-12-11 | 11 | -102/+566 |
|\ |
|
| * | tools/bpf: rename *_info_cnt to nr_*_info | Yonghong Song | 2018-12-10 | 1 | -24/+24 |
| * | bpf: bpftool: Fix newline and p_err issue | Martin KaFai Lau | 2018-12-10 | 3 | -3/+3 |
| * | bpf: libbpf: bpftool: Print bpf_line_info during prog dump | Martin KaFai Lau | 2018-12-09 | 8 | -24/+245 |
| * | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool | Martin KaFai Lau | 2018-12-06 | 2 | -2/+9 |
| * | tools: bpftool: add a command to dump the trace pipe | Quentin Monnet | 2018-12-05 | 5 | -4/+176 |
| * | tools: bpftool: add owner_prog_type and owner_jited to bpftool output | Quentin Monnet | 2018-11-30 | 3 | -26/+75 |
| * | tools: bpftool: mark offloaded programs more explicitly in plain output | Quentin Monnet | 2018-11-30 | 1 | -1/+1 |
| * | tools: bpftool: fix bash completion for new map types (queue and stack) | Quentin Monnet | 2018-11-30 | 1 | -1/+1 |
| * | tools: bpftool: fix bash completion for bpftool prog (attach|detach) | Quentin Monnet | 2018-11-30 | 1 | -24/+49 |
| * | tools: bpftool: use "/proc/self/" i.o. crafting links with getpid() | Quentin Monnet | 2018-11-30 | 2 | -13/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-10 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | tools: bpftool: fix a bitfield pretty print issue | Yonghong Song | 2018-11-29 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-11-30 | 2 | -3/+3 |
|\ \ |
|
| * | | libbpf: Name changing for btf_get_from_id | Martin KaFai Lau | 2018-11-27 | 2 | -3/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-11-29 | 9 | -22/+62 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | tools: bpftool: fix potential NULL pointer dereference in do_load | Jakub Kicinski | 2018-11-22 | 1 | -3/+7 |
| * | tools: bpftool: update references to other man pages in documentation | Quentin Monnet | 2018-11-09 | 6 | -7/+42 |
| * | tools: bpftool: pass an argument to silence open_obj_pinned() | Quentin Monnet | 2018-11-09 | 2 | -8/+9 |
| * | tools: bpftool: fix plain output and doc for --bpffs option | Quentin Monnet | 2018-11-09 | 2 | -3/+3 |
| * | tools: bpftool: prevent infinite loop in get_fdinfo() | Quentin Monnet | 2018-11-09 | 1 | -1/+1 |
* | | bpf: align map type names formatting. | David Calavera | 2018-11-26 | 1 | -23/+23 |
* | | bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map | David Calavera | 2018-11-23 | 2 | -1/+4 |
* | | tools/bpf: bpftool: add support for func types | Yonghong Song | 2018-11-20 | 5 | -0/+230 |
* | | tools/bpf: refactor to implement btf_get_from_id() in lib/bpf | Yonghong Song | 2018-11-20 | 1 | -66/+2 |
* | | bpftool: make libbfd optional | Stanislav Fomichev | 2018-11-17 | 5 | -6/+35 |
* | | bpftool: support loading flow dissector | Stanislav Fomichev | 2018-11-11 | 3 | -51/+74 |
* | | bpftool: add pinmaps argument to the load/loadall | Stanislav Fomichev | 2018-11-11 | 3 | -3/+28 |
* | | bpftool: add loadall command | Stanislav Fomichev | 2018-11-11 | 5 | -43/+81 |
* | | bpftool: Improve handling of ENOENT on map dumps | David Ahern | 2018-11-09 | 1 | -4/+14 |
* | | tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps | Quentin Monnet | 2018-11-07 | 4 | -0/+14 |
|/ |
|
* | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
* | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet | 2018-10-21 | 1 | -1/+2 |
* | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet | 2018-10-21 | 2 | -3/+9 |
* | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2018-10-21 | 1 | -4/+6 |
* | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 2018-10-18 | 4 | -9/+20 |
* | tools: bpftool: add map create command | Jakub Kicinski | 2018-10-16 | 6 | -6/+183 |
* | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 2018-10-16 | 5 | -4/+14 |
* | bpf: bpftool, add support for attaching programs to maps | John Fastabend | 2018-10-16 | 4 | -3/+128 |
* | bpftool: Allow add linker flags via EXTRA_LDFLAGS variable | Jiri Olsa | 2018-10-11 | 1 | -1/+4 |
* | bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable | Jiri Olsa | 2018-10-11 | 1 | -0/+4 |
* | tools/bpf: bpftool, print strerror when map lookup error occurs | Prashant Bhole | 2018-10-10 | 1 | -5/+24 |
* | tools/bpf: bpftool, split the function do_dump() | Prashant Bhole | 2018-10-10 | 1 | -34/+49 |
* | libbpf: Consistent prefixes for interfaces in nlattr.h. | Andrey Ignatov | 2018-10-04 | 2 | -17/+25 |
* | libbpf: Consistent prefixes for interfaces in libbpf.h. | Andrey Ignatov | 2018-10-04 | 1 | -16/+15 |
* | bpftool: add support for PERCPU_CGROUP_STORAGE maps | Roman Gushchin | 2018-10-01 | 1 | -1/+3 |
* | bpftool: Fix bpftool net output | Andrey Ignatov | 2018-09-27 | 1 | -9/+9 |
* | bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps | Roman Gushchin | 2018-09-25 | 1 | -0/+1 |
* | tools/bpf: bpftool: improve output format for bpftool net | Yonghong Song | 2018-09-18 | 5 | -130/+161 |
* | bpf: support flow dissector in libbpf and bpftool | Petar Penkov | 2018-09-14 | 1 | -0/+1 |