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
/
bpftool
/
prog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-2
/
+2
2019-02-27
tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
Alexei Starovoitov
1
-0
/
+7
2019-02-19
bpf: bpftool, fix documentation for attach types
Alban Crequy
1
-1
/
+1
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2019-01-23
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
1
-7
/
+3
2019-01-23
bpftool: Fix prog dump by tag
Jiri Olsa
1
-2
/
+3
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
1
-2
/
+2
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
1
-7
/
+0
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
1
-32
/
+2
2018-12-10
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
1
-24
/
+24
2018-12-10
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
1
-2
/
+1
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
1
-10
/
+90
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
1
-0
/
+7
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
1
-1
/
+3
2018-11-30
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
1
-24
/
+1
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+8
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
1
-1
/
+1
2018-11-22
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
1
-3
/
+7
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
1
-0
/
+56
2018-11-16
bpftool: make libbfd optional
Stanislav Fomichev
1
-0
/
+3
2018-11-10
bpftool: support loading flow dissector
Stanislav Fomichev
1
-39
/
+46
2018-11-10
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
1
-1
/
+23
2018-11-10
bpftool: add loadall command
Stanislav Fomichev
1
-20
/
+54
2018-11-09
tools: bpftool: fix plain output and doc for --bpffs option
Quentin Monnet
1
-2
/
+1
2018-11-07
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
1
-0
/
+2
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
1
-5
/
+9
2018-10-15
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
1
-1
/
+1
2018-10-15
bpf: bpftool, add support for attaching programs to maps
John Fastabend
1
-1
/
+98
2018-09-14
bpf: support flow dissector in libbpf and bpftool
Petar Penkov
1
-0
/
+1
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
1
-13
/
+135
2018-07-11
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
1
-13
/
+48
2018-07-11
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
1
-3
/
+41
2018-07-11
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
1
-2
/
+33
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
1
-4
/
+7
2018-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+1
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
1
-3
/
+1
2018-06-21
tools: bpftool: remember to close the libbpf object after prog load
Jakub Kicinski
1
-1
/
+7
2018-06-21
tools: bpftool: remove duplicated error message on prog load
Jakub Kicinski
1
-3
/
+1
2018-06-15
tools: bpftool: improve accuracy of load time
Jakub Kicinski
1
-1
/
+3
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
1
-0
/
+1
2018-05-24
tools: bpftool: add delimiters to multi-function JITed dumps
Sandipan Das
1
-1
/
+72
2018-05-24
tools: bpftool: resolve calls without using imm field
Sandipan Das
1
-0
/
+24
2018-05-01
tools: bpftool: change time format for program 'loaded at:' information
Quentin Monnet
1
-2
/
+6
2018-04-26
tools, bpftool: Display license GPL compatible in prog show/list
Jiri Olsa
1
-0
/
+3
2018-04-18
bpftool: Support new prog types and attach types
Andrey Ignatov
1
-0
/
+3
2018-03-01
tools: bpftool: new command-line option and documentation for 'visual'
Jiong Wang
1
-1
/
+11
2018-03-01
tools: bpftool: factor out xlated dump related code into separate file
Jiong Wang
1
-254
/
+1
2018-03-01
tools: bpftool: remove unnecessary 'if' to reduce indentation
Jiong Wang
1
-20
/
+18
2018-02-15
tools: bpftool: preserve JSON for batch mode when dumping insns to file
Quentin Monnet
1
-0
/
+3
[next]