index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
prog.c
Age
Commit message (
Expand
)
Author
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
2018-01-04
tools: bpftool: remove new lines from errors
Jakub Kicinski
2018-01-04
tools: bpftool: alias show and list commands
Jakub Kicinski
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-23
tools: bpftool: protect against races with disappearing objects
Jakub Kicinski
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-14
bpftool: implement prog load command
Roman Gushchin
2017-11-21
bpftool: revert printing program device bound info
Jakub Kicinski
2017-11-11
tools: bpftool: optionally show filenames of pinned objects
Prashant Bhole
2017-11-11
tools: bpftool: show filenames of pinned objects
Prashant Bhole
2017-11-05
bpftool: print program device bound info
Jakub Kicinski
2017-10-24
tools: bpftool: update documentation for --json and --pretty usage
Quentin Monnet
2017-10-24
tools: bpftool: provide JSON output for all possible commands
Quentin Monnet
2017-10-24
tools: bpftool: turn err() and info() macros into functions
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog show *` command
Quentin Monnet
2017-10-22
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
Quentin Monnet
2017-10-22
tools: bpftool: print all relevant byte opcodes for "load double word"
Quentin Monnet
2017-10-22
tools: bpftool: add `bpftool prog help` as real command i.r.t exit code
Quentin Monnet
2017-10-22
tools: bpftool: use err() instead of info() if there are too many insns
Quentin Monnet
2017-10-22
tools: bpftool: fix return value when all eBPF programs have been shown
Quentin Monnet
2017-10-22
tools: bpftool: add pointer to file argument to print_hex()
Quentin Monnet
2017-10-18
tools: bpftool: use more common tag format
Jakub Kicinski
2017-10-10
tools: bpftool: use the kernel's instruction printer
Jakub Kicinski
2017-10-04
tools: bpf: add bpftool
Jakub Kicinski