index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
main.h
Age
Commit message (
Expand
)
Author
2019-01-22
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-22
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
2018-12-18
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-15
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-10
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-11-30
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-11-16
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-10
bpftool: add loadall command
Stanislav Fomichev
2018-11-09
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-07
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
2018-10-15
tools: bpftool: add map create command
Jakub Kicinski
2018-10-15
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-09-18
tools/bpf: bpftool: improve output format for bpftool net
Yonghong Song
2018-09-06
tools/bpf: bpftool: add net support
Yonghong Song
2018-07-14
bpf: btf: add btf print functionality
Okash Khawaja
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
2018-05-24
tools/bpftool: add perf subcommand
Yonghong Song
2018-05-04
tools: bpftool: add simple perf event output reader
Jakub Kicinski
2018-05-04
tools: bpftool: move get_possible_cpus() to common code
Jakub Kicinski
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
2017-12-14
bpftool: implement cgroup bpf operations
Roman Gushchin
2017-12-14
bpftool: implement prog load command
Roman Gushchin
2017-11-30
tools: bpftool: remove spurious line break from error message
Quentin Monnet
2017-11-30
tools: bpftool: clean up the JSON writer before exiting in usage()
Quentin Monnet
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-11
tools: bpftool: open pinned object without type check
Prashant Bhole
2017-11-05
tools: bpftool: move p_err() and p_info() from main.h to common.c
Quentin Monnet
2017-10-26
tools: bpftool: try to mount bpffs if required for pinning objects
Quentin Monnet
2017-10-24
tools: bpftool: update documentation for --json and --pretty usage
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: introduce --json and --pretty options
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