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