index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-24
tools: bpftool: don't use hex numbers in JSON output
Jakub Kicinski
1
-1
/
+1
2018-03-23
bpftool: Adjust to new print_bpf_insn interface
Jiri Olsa
1
-6
/
+6
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2018-03-16
tools: bpf: remove feature detection output
Jakub Kicinski
2
-0
/
+4
2018-03-16
tools: bpf: cleanup PHONY target
Jakub Kicinski
1
-1
/
+1
2018-03-16
tools: bpftool: fix potential format truncation
Jakub Kicinski
1
-1
/
+1
2018-03-16
tools: bpftool: fix dependency file path
Jakub Kicinski
1
-1
/
+1
2018-03-09
tools: bpf: silence make by not deleting intermediate file
Jiri Benc
1
-1
/
+1
2018-03-09
tools: bpf: respect quiet/verbose build
Jiri Benc
1
-11
/
+27
2018-03-09
tools: bpf: call descend in Makefile
Jiri Benc
1
-3
/
+3
2018-03-09
tools: bpf: make install should build first
Jiri Benc
1
-2
/
+4
2018-03-09
tools: bpf: consistent make bpf_install
Jiri Benc
1
-4
/
+6
2018-03-09
tools: bpf: respect output directory during build
Jiri Benc
1
-16
/
+22
2018-03-09
tools: bpftool: silence 'missing initializer' warnings
Jiri Benc
1
-1
/
+1
2018-03-06
tools: bpftool: fix compilation with older headers
Jiri Benc
1
-0
/
+4
2018-03-02
tools: bpftool: add support for quotations in batch files
Quentin Monnet
1
-14
/
+51
2018-03-02
tools: bpftool: read from stdin when batch file name is "-"
Quentin Monnet
1
-2
/
+6
2018-03-02
tools: bpftool: support continuation lines in batch files
Quentin Monnet
1
-4
/
+32
2018-03-02
tools: bpftool: support comments in batch files
Quentin Monnet
1
-0
/
+5
2018-03-01
tools: bpftool: add bash completion for CFG dump
Quentin Monnet
1
-4
/
+9
2018-03-01
tools: bpftool: new command-line option and documentation for 'visual'
Jiong Wang
2
-7
/
+23
2018-03-01
tools: bpftool: generate .dot graph from CFG information
Jiong Wang
3
-0
/
+147
2018-03-01
tools: bpftool: add out edges for each basic-block
Jiong Wang
1
-2
/
+160
2018-03-01
tools: bpftool: partition basic-block for each function in the CFG
Jiong Wang
1
-1
/
+117
2018-03-01
tools: bpftool: detect sub-programs from the eBPF sequence
Jiong Wang
2
-0
/
+190
2018-03-01
tools: bpftool: factor out xlated dump related code into separate file
Jiong Wang
3
-254
/
+349
2018-03-01
tools: bpftool: remove unnecessary 'if' to reduce indentation
Jiong Wang
1
-20
/
+18
2018-02-15
tools: bpftool: preserve JSON output on errors on batch file parsing
Quentin Monnet
1
-1
/
+1
2018-02-15
tools: bpftool: preserve JSON for batch mode when dumping insns to file
Quentin Monnet
1
-0
/
+3
2018-02-08
tools: bpftool: add bash completion for cgroup commands
Quentin Monnet
2
-6
/
+62
2018-02-08
tools: bpftool: add bash completion for `bpftool prog load`
Quentin Monnet
1
-2
/
+6
2018-02-08
tools: bpftool: make syntax for program map update explicit in man page
Quentin Monnet
1
-1
/
+2
2018-02-08
tools: bpftool: exit doc Makefile early if rst2man is not available
Quentin Monnet
1
-0
/
+5
2018-01-19
bpftool: recognize BPF_MAP_TYPE_CPUMAP maps
Roman Gushchin
1
-0
/
+1
2018-01-18
tools: bpftool: report device information for offloaded maps
Jakub Kicinski
1
-1
/
+6
2018-01-18
tools/bpf_jit_disasm: silence a static checker warning
Dan Carpenter
1
-3
/
+4
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
4
-3
/
+102
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
1
-1
/
+1
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
1
-0
/
+1
2018-01-04
tools: bpftool: remove new lines from errors
Jakub Kicinski
2
-11
/
+11
2018-01-04
tools: bpftool: alias show and list commands
Jakub Kicinski
8
-19
/
+22
2018-01-04
tools: bpftool: rename cgroup list -> show in the code
Jakub Kicinski
1
-9
/
+9
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
3
-0
/
+57
2017-12-30
tools/bpftool: fix bpftool build with bintutils >= 2.9
Roman Gushchin
4
-0
/
+67
2017-12-30
tools/bpftool: use version from the kernel source tree
Roman Gushchin
2
-11
/
+5
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+7
2017-12-23
tools: bpftool: protect against races with disappearing objects
Jakub Kicinski
2
-0
/
+4
2017-12-23
tools: bpftool: maps: close json array on error paths of show
Jakub Kicinski
1
-3
/
+3
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-9
/
+172
[next]