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-06-13
tools/bpftool: fix a bug in bpftool perf
Yonghong Song
1
-2
/
+3
2018-06-03
bpf: fix cbpf parser bug for octal numbers
Daniel Borkmann
1
-1
/
+1
2018-05-30
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
3
-5
/
+13
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
1
-0
/
+1
2018-05-24
tools/bpftool: add perf subcommand
Yonghong Song
6
-2
/
+343
2018-05-24
tools: bpftool: add delimiters to multi-function JITed dumps
Sandipan Das
3
-3
/
+75
2018-05-24
tools: bpftool: resolve calls without using imm field
Sandipan Das
3
-1
/
+35
2018-05-16
bpf: bpftool, support for sockhash
John Fastabend
1
-0
/
+1
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
1
-51
/
+15
2018-05-11
tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock
Jakub Kicinski
1
-11
/
+6
2018-05-10
selftests/bpf: ignore build products
Sirio Balmelli
1
-0
/
+3
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-86
/
+518
2018-05-04
tools: bpftool: add simple perf event output reader
Jakub Kicinski
8
-19
/
+444
2018-05-04
tools: bpftool: move get_possible_cpus() to common code
Jakub Kicinski
3
-58
/
+59
2018-05-04
tools: bpftool: fold hex keyword in command help
Jakub Kicinski
2
-15
/
+17
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2018-05-01
tools: bpftool: change time format for program 'loaded at:' information
Quentin Monnet
1
-2
/
+6
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+5
2018-04-26
tools, bpftool: Display license GPL compatible in prog show/list
Jiri Olsa
2
-1
/
+5
2018-04-26
bpf: fix uninitialized variable in bpf tools
John Fastabend
1
-2
/
+5
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-04-25
bpf: fix for lex/yacc build error with gcc-5
John Fastabend
1
-0
/
+2
2018-04-18
tools: bpftool: make it easier to feed hex bytes to bpftool
Quentin Monnet
3
-18
/
+36
2018-04-18
bpftool: Support new prog types and attach types
Andrey Ignatov
4
-7
/
+28
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
[prev]
[next]