Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
14541b1e7e723859ff2c75c6fc10cdbbec6b8c34
/
tools
/
bpf
528bff0
tools: bpftool: fix a bitfield pretty print issue
by Yonghong Song
· 6 years ago
dde7011
tools: bpftool: fix potential NULL pointer dereference in do_load
by Jakub Kicinski
· 6 years ago
f98e46a
tools: bpftool: update references to other man pages in documentation
by Quentin Monnet
· 6 years ago
f120919
tools: bpftool: pass an argument to silence open_obj_pinned()
by Quentin Monnet
· 6 years ago
a8bfd2b
tools: bpftool: fix plain output and doc for --bpffs option
by Quentin Monnet
· 6 years ago
5390903
tools: bpftool: prevent infinite loop in get_fdinfo()
by Quentin Monnet
· 6 years ago
fe8eccc
tools: bpftool: fix completion for "bpftool map update"
by Quentin Monnet
· 6 years ago
06ee9da
tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode
by Quentin Monnet
· 6 years ago
882731e
tools: bpftool: document restriction on '.' in names to pin in bpffs
by Quentin Monnet
· 6 years ago
3dca211
bpf, libbpf: simplify and cleanup perf ring buffer walk
by Daniel Borkmann
· 6 years ago
3ddeac6
tools: bpftool: use 4 context mode for the NFP disasm
by Jakub Kicinski
· 6 years ago
0b592b5a
tools: bpftool: add map create command
by Jakub Kicinski
· 6 years ago
c034a17
bpf: bpftool, add flag to allow non-compat map definitions
by John Fastabend
· 6 years ago
b7d3826
bpf: bpftool, add support for attaching programs to maps
by John Fastabend
· 6 years ago
c850616
bpftool: Allow add linker flags via EXTRA_LDFLAGS variable
by Jiri Olsa
· 6 years ago
0ef6bf3
bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable
by Jiri Olsa
· 6 years ago
8ec92dc
tools/bpf: bpftool, print strerror when map lookup error occurs
by Prashant Bhole
· 6 years ago
18a781d
tools/bpf: bpftool, split the function do_dump()
by Prashant Bhole
· 6 years ago
f04bc8a4
libbpf: Consistent prefixes for interfaces in nlattr.h.
by Andrey Ignatov
· 6 years ago
aae5778
libbpf: Consistent prefixes for interfaces in libbpf.h.
by Andrey Ignatov
· 6 years ago
e548709
bpftool: add support for PERCPU_CGROUP_STORAGE maps
by Roman Gushchin
· 6 years ago
53d6eb0
bpftool: Fix bpftool net output
by Andrey Ignatov
· 6 years ago
7ea3c40
bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps
by Roman Gushchin
· 6 years ago
7900efc
tools/bpf: bpftool: improve output format for bpftool net
by Yonghong Song
· 6 years ago
c22fbae
bpf: support flow dissector in libbpf and bpftool
by Petar Penkov
· 6 years ago
ad3338d
tools/bpf: bpftool: support prog array map and map of maps
by Yonghong Song
· 6 years ago
f6f3bac
tools/bpf: bpftool: add net support
by Yonghong Song
· 6 years ago
3630268
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
97911e0
tools/bpf: bpftool, add xskmap in map types
by Prashant Bhole
· 6 years ago
1a86ad8
tools/bpf: bpftool: add btf percpu map formated dump
by Yonghong Song
· 6 years ago
785e76d
tools: bpftool: return from do_event_pipe() on bad arguments
by Quentin Monnet
· 6 years ago
1ba9828
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
c1c8626
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
34a6bbb
bpftool: add support for CGROUP_STORAGE maps
by Roman Gushchin
· 6 years ago
573b3aa
tools/bpftool: fix a percpu_array map dump problem
by Yonghong Song
· 6 years ago
08a8525
tools/bpftool: ignore build products
by Taeung Song
· 6 years ago
2cc512c
bpf: btf: fix inconsistent IS_ERR and PTR_ERR
by YueHaibing
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
759b94a
tools/bpftool: Fix segfault case regarding 'pin' arguments
by Taeung Song
· 6 years ago
dc989d2
tools: bpftool: don't pass FEATURES_DUMP to libbpf
by Jakub Kicinski
· 6 years ago
2d3feca
bpf: btf: print map dump and lookup with btf info
by Okash Khawaja
· 6 years ago
b12d6ec
bpf: btf: add btf print functionality
by Okash Khawaja
· 6 years ago
86f7d85
tools: bpf: build and install man page for eBPF helpers from bpftool/
by Quentin Monnet
· 6 years ago
3ff5a4d
tools: bpftool: allow reuse of maps with bpftool prog load
by Jakub Kicinski
· 6 years ago
531b014
tools: bpf: make use of reallocarray
by Jakub Kicinski
· 6 years ago
c840684
tools: bpftool: reimplement bpf_prog_load() for prog load
by Jakub Kicinski
· 6 years ago
49f2cba
tools: bpftool: allow users to specify program type for prog load
by Jakub Kicinski
· 6 years ago
ba6dd67
tools: bpftool: add support for loading programs for offload
by Jakub Kicinski
· 6 years ago
8d1fc3d
tools: bpftool: refactor argument parsing for prog load
by Jakub Kicinski
· 6 years ago
02000b5
bpftool: add bash completion for cgroup tree command
by Roman Gushchin
· 6 years ago
7d31a0a
bpftool: document cgroup tree command
by Roman Gushchin
· 6 years ago
2058b38
bpftool: introduce cgroup tree command
by Roman Gushchin
· 6 years ago
b680340
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
121c58b
tools: bpftool: deal with options upfront
by Jakub Kicinski
· 6 years ago
ef347a3
tools: bpftool: add missing --bpffs to completions
by Jakub Kicinski
· 6 years ago
71e07dd
tools: bpftool: drop unnecessary Author comments
by Jakub Kicinski
· 6 years ago
c256429
tools: bpftool: use correct make variable type to improve compilation time
by Jakub Kicinski
· 6 years ago
bfee71f
tools: bpftool: remember to close the libbpf object after prog load
by Jakub Kicinski
· 6 years ago
957f9a1
tools: bpftool: remove duplicated error message on prog load
by Jakub Kicinski
· 6 years ago
07480cb
tools: bpftool: improve accuracy of load time
by Jakub Kicinski
· 6 years ago
73df93c
tools/bpftool: fix a bug in bpftool perf
by Yonghong Song
· 6 years ago
b3bbba3
bpf: fix cbpf parser bug for octal numbers
by Daniel Borkmann
· 6 years ago
13a370b
bpftool: Support sendmsg{4,6} attach types
by Andrey Ignatov
· 6 years ago
6bdd533
bpf: add selftest for lirc_mode2 type program
by Sean Young
· 6 years ago
b04df40
tools/bpftool: add perf subcommand
by Yonghong Song
· 6 years ago
f7f62c7
tools: bpftool: add delimiters to multi-function JITed dumps
by Sandipan Das
· 6 years ago
f84192e
tools: bpftool: resolve calls without using imm field
by Sandipan Das
· 6 years ago
62c52d1
bpf: bpftool, support for sockhash
by John Fastabend
· 7 years ago
d0cabbb
tools: bpf: move the event reading loop to libbpf
by Jakub Kicinski
· 7 years ago
e368751
tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock
by Jakub Kicinski
· 7 years ago
96112e9
selftests/bpf: ignore build products
by Sirio Balmelli
· 7 years ago
01adc48
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
f412eed
tools: bpftool: add simple perf event output reader
by Jakub Kicinski
· 7 years ago
e64d525
tools: bpftool: move get_possible_cpus() to common code
by Jakub Kicinski
· 7 years ago
c642ea2
tools: bpftool: fold hex keyword in command help
by Jakub Kicinski
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a3fe1f6
tools: bpftool: change time format for program 'loaded at:' information
by Quentin Monnet
· 7 years ago
79741a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
9b984a2
tools, bpftool: Display license GPL compatible in prog show/list
by Jiri Olsa
· 7 years ago
8154255
bpf: fix uninitialized variable in bpf tools
by John Fastabend
· 7 years ago
a9537c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9c299a3
bpf: fix for lex/yacc build error with gcc-5
by John Fastabend
· 7 years ago
0c90f22
tools: bpftool: make it easier to feed hex bytes to bpftool
by Quentin Monnet
· 7 years ago
393de51
bpftool: Support new prog types and attach types
by Andrey Ignatov
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4b6eca9
tools: bpftool: don't use hex numbers in JSON output
by Jakub Kicinski
· 7 years ago
337682c
bpftool: Adjust to new print_bpf_insn interface
by Jiri Olsa
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cc5b340
tools: bpf: remove feature detection output
by Jakub Kicinski
· 7 years ago
8050ea4
tools: bpf: cleanup PHONY target
by Jakub Kicinski
· 7 years ago
d5fc73d
tools: bpftool: fix potential format truncation
by Jakub Kicinski
· 7 years ago
90126e3
tools: bpftool: fix dependency file path
by Jakub Kicinski
· 7 years ago
ef8ba83b
tools: bpf: silence make by not deleting intermediate file
by Jiri Benc
· 7 years ago
a50b7f8
tools: bpf: respect quiet/verbose build
by Jiri Benc
· 7 years ago
58416c3
tools: bpf: call descend in Makefile
by Jiri Benc
· 7 years ago
6c07100
tools: bpf: make install should build first
by Jiri Benc
· 7 years ago
fde68c5
tools: bpf: consistent make bpf_install
by Jiri Benc
· 7 years ago
5a8997f
tools: bpf: respect output directory during build
by Jiri Benc
· 7 years ago
72ab55e
tools: bpftool: silence 'missing initializer' warnings
by Jiri Benc
· 7 years ago
20d5de5
tools: bpftool: fix compilation with older headers
by Jiri Benc
· 7 years ago
Next »