Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7c6c57f2ab2c5113844fe187a7c45c4bd76dc671
/
tools
/
bpf
a55aaf6
bpftool: recognize BPF_MAP_TYPE_CPUMAP maps
by Roman Gushchin
· 7 years ago
064a07c
tools: bpftool: report device information for offloaded maps
by Jakub Kicinski
· 7 years ago
b223e3b
tools/bpf_jit_disasm: silence a static checker warning
by Dan Carpenter
· 7 years ago
e659359
tools: bpftool: improve architecture detection by using ifindex
by Jiong Wang
· 7 years ago
39b72cc
tools: bpftool: add -DPACKAGE when including bfd.h
by Jiong Wang
· 7 years ago
45e5e12
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
by Roman Gushchin
· 7 years ago
b4fac96
tools: bpftool: remove new lines from errors
by Jakub Kicinski
· 7 years ago
6ebe6db
tools: bpftool: alias show and list commands
by Jakub Kicinski
· 7 years ago
65b875b
tools: bpftool: rename cgroup list -> show in the code
by Jakub Kicinski
· 7 years ago
5226221
tools: bpftool: report device information for offloaded programs
by Jakub Kicinski
· 7 years ago
fb98266
tools/bpftool: fix bpftool build with bintutils >= 2.9
by Roman Gushchin
· 7 years ago
4bfe3bd
tools/bpftool: use version from the kernel source tree
by Roman Gushchin
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8207c6d
tools: bpftool: protect against races with disappearing objects
by Jakub Kicinski
· 7 years ago
b3b1b65
tools: bpftool: maps: close json array on error paths of show
by Jakub Kicinski
· 7 years ago
7105e82
bpf: allow for correlation of maps and helpers in dump
by Daniel Borkmann
· 7 years ago
5ccda64
bpftool: implement cgroup bpf operations
by Roman Gushchin
· 7 years ago
49a086c
bpftool: implement prog load command
by Roman Gushchin
· 7 years ago
d324424
tools: bpftool: create "uninstall", "doc-uninstall" make targets
by Quentin Monnet
· 7 years ago
658e85a
tools: bpftool: harmonise Makefile and Documentation/Makefile
by Quentin Monnet
· 7 years ago
ad3cda0
tools: bpftool: declare phony targets as such
by Quentin Monnet
· 7 years ago
507e590
tools: bpftool: unify installation directories
by Quentin Monnet
· 7 years ago
0d954ee
tools: bpftool: remove spurious line break from error message
by Quentin Monnet
· 7 years ago
146882a
tools: bpftool: make error message from getopt_long() JSON-friendly
by Quentin Monnet
· 7 years ago
7868620
tools: bpftool: clean up the JSON writer before exiting in usage()
by Quentin Monnet
· 7 years ago
9b85c2d
tools: bpftool: fix crash on bad parameters with JSON
by Quentin Monnet
· 7 years ago
51aa423
bpftool: revert printing program device bound info
by Jakub Kicinski
· 7 years ago
c541b73
tools: bpftool: optionally show filenames of pinned objects
by Prashant Bhole
· 7 years ago
4990f1f
tools: bpftool: show filenames of pinned objects
by Prashant Bhole
· 7 years ago
1852719
tools: bpftool: open pinned object without type check
by Prashant Bhole
· 7 years ago
0b1c27d
tools: bpftool: move p_err() and p_info() from main.h to common.c
by Quentin Monnet
· 7 years ago
928631e
bpftool: print program device bound info
by Jakub Kicinski
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cdc89c9
tools: bpf: handle long path in jit disasm
by Prashant Bhole
· 7 years ago
995231c
tools: bpftool: add bash completion for bpftool
by Quentin Monnet
· 7 years ago
3fc27b7
tools: bpftool: try to mount bpffs if required for pinning objects
by Quentin Monnet
· 7 years ago
0641c3c
tools: bpftool: update documentation for --json and --pretty usage
by Quentin Monnet
· 7 years ago
47ff7ac
tools: bpftool: add cosmetic changes for the manual pages
by Quentin Monnet
· 7 years ago
004b45c
tools: bpftool: provide JSON output for all possible commands
by Quentin Monnet
· 7 years ago
9a5ab8b
tools: bpftool: turn err() and info() macros into functions
by Quentin Monnet
· 7 years ago
3aaca6b
tools: bpftool: add JSON output for `bpftool batch file FILE` command
by Quentin Monnet
· 7 years ago
831a0aa
tools: bpftool: add JSON output for `bpftool map *` commands
by Quentin Monnet
· 7 years ago
f05e2c3
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
by Quentin Monnet
· 7 years ago
107f041
tools: bpftool: add JSON output for `bpftool prog dump jited *` command
by Quentin Monnet
· 7 years ago
743cc66
tools: bpftool: add JSON output for `bpftool prog show *` command
by Quentin Monnet
· 7 years ago
d35efba
tools: bpftool: introduce --json and --pretty options
by Quentin Monnet
· 7 years ago
a2bc2e5
tools: bpftool: add option parsing to bpftool, --help and --version
by Quentin Monnet
· 7 years ago
b66e907
tools: bpftool: copy JSON writer from iproute2 repository
by Quentin Monnet
· 7 years ago
821cfbb
tools: bpftool: add a command to display bpftool version
by Quentin Monnet
· 7 years ago
8dfbc6d
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
by Quentin Monnet
· 7 years ago
9e2308c
tools: bpftool: print all relevant byte opcodes for "load double word"
by Quentin Monnet
· 7 years ago
d9c0b48
tools: bpftool: print only one error message on byte parsing failure
by Quentin Monnet
· 7 years ago
9f60617
tools: bpftool: add `bpftool prog help` as real command i.r.t exit code
by Quentin Monnet
· 7 years ago
1d84487
tools: bpftool: use err() instead of info() if there are too many insns
by Quentin Monnet
· 7 years ago
1739c26
tools: bpftool: fix return value when all eBPF programs have been shown
by Quentin Monnet
· 7 years ago
9cbe1f58
tools: bpftool: add pointer to file argument to print_hex()
by Quentin Monnet
· 7 years ago
2dc7c1f
tools: bpftool: use more common tag format
by Jakub Kicinski
· 7 years ago
c9c3599
tools: bpftool: use the kernel's instruction printer
by Jakub Kicinski
· 7 years ago
ff69c21
tools: bpftool: add documentation
by Jakub Kicinski
· 7 years ago
71bb428
tools: bpf: add bpftool
by Jakub Kicinski
· 7 years ago
a92bb54
tools: rename tools/net directory to tools/bpf
by Jakub Kicinski
· 7 years ago