summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
* bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-7/+0Star
* tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15Star
* tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-1111-102/+566
|\
| * tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-24/+24
| * bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau2018-12-103-3/+3
| * bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-098-24/+245
| * bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-062-2/+9
| * tools: bpftool: add a command to dump the trace pipeQuentin Monnet2018-12-055-4/+176
| * tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet2018-11-303-26/+75
| * tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet2018-11-301-24/+49
| * tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2018-11-302-13/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-3/+3
|\ \ | |/ |/|
| * tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-291-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-302-3/+3
|\ \
| * | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-272-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-299-22/+62
|\ \ \ | |/ / |/| / | |/
| * tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-11-221-3/+7
| * tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| * tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| * tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| * tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
* | bpf: align map type names formatting.David Calavera2018-11-261-23/+23
* | bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2018-11-232-1/+4
* | tools/bpf: bpftool: add support for func typesYonghong Song2018-11-205-0/+230
* | tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-201-66/+2Star
* | bpftool: make libbfd optionalStanislav Fomichev2018-11-175-6/+35
* | bpftool: support loading flow dissectorStanislav Fomichev2018-11-113-51/+74
* | bpftool: add pinmaps argument to the load/loadallStanislav Fomichev2018-11-113-3/+28
* | bpftool: add loadall commandStanislav Fomichev2018-11-115-43/+81
* | bpftool: Improve handling of ENOENT on map dumpsDavid Ahern2018-11-091-4/+14
* | tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet2018-11-074-0/+14
|/
* tools: bpftool: fix completion for "bpftool map update"Quentin Monnet2018-10-211-1/+1
* tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
* tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2018-10-212-3/+9
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-211-4/+6
* tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20
* tools: bpftool: add map create commandJakub Kicinski2018-10-166-6/+183
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-165-4/+14
* bpf: bpftool, add support for attaching programs to mapsJohn Fastabend2018-10-164-3/+128
* bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
* bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
* tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-101-5/+24
* tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-101-34/+49
* libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-042-17/+25
* libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-041-16/+15Star