index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
bash-completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: bpftool: add completion for bpftool prog "loadall"
Quentin Monnet
2019-07-08
1
-1
/
+8
*
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
2019-07-05
1
-2
/
+26
*
bpftool: support cgroup sockopt
Stanislav Fomichev
2019-06-27
1
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-2
/
+3
|
\
|
*
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
2019-06-06
1
-2
/
+3
*
|
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
2019-05-28
1
-1
/
+1
*
|
bpftool: auto-complete BTF IDs for btf dump
Andrii Nakryiko
2019-05-28
1
-0
/
+9
*
|
bpftool: update bash-completion w/ new c option for btf dump
Andrii Nakryiko
2019-05-24
1
-4
/
+17
|
/
*
bpftool: fix indendation in bash-completion/bpftool
Andrii Nakryiko
2019-04-25
1
-11
/
+11
*
bpftool: add bash completions for btf command
Andrii Nakryiko
2019-04-25
1
-0
/
+46
*
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-16
1
-3
/
+4
*
bpf: bpftool, fix documentation for attach types
Alban Crequy
2019-02-19
1
-2
/
+2
*
tools: bpftool: add bash completion for bpftool probes
Quentin Monnet
2019-01-22
1
-0
/
+19
*
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
Stanislav Fomichev
2019-01-17
1
-18
/
+73
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
1
-30
/
+1
*
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-09
1
-3
/
+3
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
1
-1
/
+4
*
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
2018-11-30
1
-1
/
+1
*
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
2018-11-30
1
-24
/
+49
*
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-10
1
-2
/
+12
*
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
2018-11-10
1
-1
/
+2
*
bpftool: add loadall command
Stanislav Fomichev
2018-11-10
1
-2
/
+2
*
tools: bpftool: fix completion for "bpftool map update"
Quentin Monnet
2018-10-21
1
-1
/
+1
*
tools: bpftool: add map create command
Jakub Kicinski
2018-10-15
1
-1
/
+37
*
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-10-15
1
-1
/
+1
*
bpf: bpftool, add support for attaching programs to maps
John Fastabend
2018-10-15
1
-1
/
+18
*
tools/bpf: bpftool: add net support
Yonghong Song
2018-09-06
1
-4
/
+13
*
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
1
-6
/
+61
*
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
2018-07-11
1
-0
/
+6
*
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
2018-07-11
1
-2
/
+21
*
bpftool: add bash completion for cgroup tree command
Roman Gushchin
2018-07-07
1
-1
/
+5
*
tools: bpftool: deal with options upfront
Jakub Kicinski
2018-07-01
1
-11
/
+21
*
tools: bpftool: add missing --bpffs to completions
Jakub Kicinski
2018-07-01
1
-1
/
+1
*
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
2018-05-30
1
-2
/
+3
*
tools/bpftool: add perf subcommand
Yonghong Song
2018-05-24
1
-0
/
+9
*
tools: bpftool: add simple perf event output reader
Jakub Kicinski
2018-05-04
1
-2
/
+34
*
tools: bpftool: make it easier to feed hex bytes to bpftool
Quentin Monnet
2018-04-18
1
-3
/
+5
*
bpftool: Support new prog types and attach types
Andrey Ignatov
2018-04-18
1
-2
/
+4
*
tools: bpftool: add bash completion for CFG dump
Quentin Monnet
2018-03-01
1
-4
/
+9
*
tools: bpftool: add bash completion for cgroup commands
Quentin Monnet
2018-02-08
1
-4
/
+60
*
tools: bpftool: add bash completion for `bpftool prog load`
Quentin Monnet
2018-02-08
1
-2
/
+6
*
tools: bpftool: alias show and list commands
Jakub Kicinski
2018-01-04
1
-4
/
+4
*
tools: bpftool: add bash completion for bpftool
Quentin Monnet
2017-10-29
1
-0
/
+354