Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
dcc9de2ebe86791a041a92cdf9806bde004706c6
/
tools
/
bpf
64cf548
tools: bpftool: Cleanup license mess
by Thomas Gleixner
· 6 years ago
6e8ccb4
tools/bpf: properly account for libbfd variations
by Stanislav Fomichev
· 6 years ago
298e59d3
tools/bpf: fix bpftool map dump with bitfields
by Yonghong Song
· 6 years ago
9e88b93
tools: bpftool: do not force gcc as CC
by Ivan Babrou
· 6 years ago
3322130
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
by Quentin Monnet
· 6 years ago
be3245e
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
by Quentin Monnet
· 6 years ago
8772c8b
tools: bpftool: support pretty print with kind_flag set
by Yonghong Song
· 6 years ago
9f95e37
tools: bpftool: refactor btf_dumper_int_bits()
by Yonghong Song
· 6 years ago
c101189
tools: bpftool: fix -Wmissing declaration warnings
by Quentin Monnet
· 6 years ago
8c03ecf
tools: bpftool: fix warning on struct bpf_prog_linfo definition
by Quentin Monnet
· 6 years ago
bd0fb9d
tools: bpftool: add a prog array map update example to documentation
by Quentin Monnet
· 6 years ago
32870ba
tools: bpftool: fix examples in documentation for bpftool prog
by Quentin Monnet
· 6 years ago
bc6cd66
tools: bpftool: add doc for -m option to bpftool-prog.rst
by Quentin Monnet
· 6 years ago
177e771
bpf: Remove !func_info and !line_info check from test_btf and bpftool
by Martin KaFai Lau
· 6 years ago
907b223
tools: bpftool: dual license all files
by Jakub Kicinski
· 6 years ago
02ff58d
tools: bpftool: replace Netronome boilerplate with SPDX license headers
by Jakub Kicinski
· 6 years ago
afc7c94
tools: bpftool: fix SPDX format in headers
by Jakub Kicinski
· 6 years ago
addb067
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
cfc5424
tools/bpf: rename *_info_cnt to nr_*_info
by Yonghong Song
· 6 years ago
10a5ce9
bpf: bpftool: Fix newline and p_err issue
by Martin KaFai Lau
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b053b43
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
by Martin KaFai Lau
· 6 years ago
84ecc1f
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
by Martin KaFai Lau
· 6 years ago
30da46b
tools: bpftool: add a command to dump the trace pipe
by Quentin Monnet
· 6 years ago
99a44bef
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
by Quentin Monnet
· 6 years ago
73f0b9d
tools: bpftool: mark offloaded programs more explicitly in plain output
by Quentin Monnet
· 6 years ago
4f0fc6f
tools: bpftool: fix bash completion for new map types (queue and stack)
by Quentin Monnet
· 6 years ago
cad4977
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
by Quentin Monnet
· 6 years ago
327e5da
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
by Quentin Monnet
· 6 years ago
93029d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
e561bb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
528bff0
tools: bpftool: fix a bitfield pretty print issue
by Yonghong Song
· 6 years ago
1d2f44c
libbpf: Name changing for btf_get_from_id
by Martin KaFai Lau
· 6 years ago
ffac28f
bpf: align map type names formatting.
by David Calavera
· 6 years ago
197c2da
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
by David Calavera
· 6 years ago
dde7011
tools: bpftool: fix potential NULL pointer dereference in do_load
by Jakub Kicinski
· 6 years ago
254471e
tools/bpf: bpftool: add support for func types
by Yonghong Song
· 6 years ago
d7f5b5e
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
by Yonghong Song
· 6 years ago
29a9c10
bpftool: make libbfd optional
by Stanislav Fomichev
· 6 years ago
092f089
bpftool: support loading flow dissector
by Stanislav Fomichev
· 6 years ago
3767a94
bpftool: add pinmaps argument to the load/loadall
by Stanislav Fomichev
· 6 years ago
7738099
bpftool: add loadall command
by Stanislav Fomichev
· 6 years ago
bf598a8
bpftool: Improve handling of ENOENT on map dumps
by David Ahern
· 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
8302b9b
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
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
Next »