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
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-04-01
1
-0
/
+1
*
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2020-07-21
1
-57
/
+80
*
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
2020-07-17
1
-0
/
+1
*
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-07-08
1
-0
/
+1
*
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2020-06-25
1
-0
/
+36
*
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-06-22
1
-0
/
+308
*
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
2020-04-28
1
-0
/
+2
*
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
2020-03-13
1
-0
/
+7
*
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
2020-03-13
1
-29
/
+4
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-2
/
+2
|
\
|
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-15
1
-2
/
+2
*
|
tools: bpftool: add error message on pin failure
Jakub Kicinski
2019-08-09
1
-1
/
+5
*
|
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
2019-08-09
1
-1
/
+1
|
/
*
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-06-11
1
-48
/
+5
*
tools: bpftool: fix crash with un-owned prog arrays
Jakub Kicinski
2019-01-28
1
-5
/
+1
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
1
-0
/
+6
*
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-18
1
-5
/
+20
*
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-15
1
-2
/
+2
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
1
-32
/
+2
*
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
1
-1
/
+1
*
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-30
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-28
1
-8
/
+9
|
\
|
*
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-09
1
-7
/
+8
|
*
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
2018-11-09
1
-1
/
+1
*
|
bpftool: add loadall command
Stanislav Fomichev
2018-11-10
1
-16
/
+15
*
|
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
2018-11-07
1
-0
/
+8
|
/
*
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
2018-10-18
1
-1
/
+4
*
tools: bpftool: add map create command
Jakub Kicinski
2018-10-15
1
-0
/
+21
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-24
1
-3
/
+8
|
\
|
*
tools/bpftool: Fix segfault case regarding 'pin' arguments
Taeung Song
2018-07-20
1
-3
/
+8
*
|
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
2018-07-01
1
-2
/
+0
|
/
*
tools: bpftool: add simple perf event output reader
Jakub Kicinski
2018-05-04
1
-0
/
+19
*
tools: bpftool: move get_possible_cpus() to common code
Jakub Kicinski
2018-05-04
1
-1
/
+57
*
tools: bpftool: fix compilation with older headers
Jiri Benc
2018-03-06
1
-0
/
+4
*
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
2018-01-18
1
-0
/
+72
*
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
2017-12-31
1
-0
/
+52
*
bpftool: implement prog load command
Roman Gushchin
2017-12-14
1
-31
/
+40
*
tools: bpftool: show filenames of pinned objects
Prashant Bhole
2017-11-11
1
-0
/
+82
*
tools: bpftool: open pinned object without type check
Prashant Bhole
2017-11-11
1
-2
/
+13
*
tools: bpftool: move p_err() and p_info() from main.h to common.c
Quentin Monnet
2017-11-05
1
-0
/
+31
*
tools: bpftool: try to mount bpffs if required for pinning objects
Quentin Monnet
2017-10-26
1
-8
/
+63
*
tools: bpftool: turn err() and info() macros into functions
Quentin Monnet
2017-10-24
1
-13
/
+13
*
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
2017-10-24
1
-0
/
+10
*
tools: bpf: add bpftool
Jakub Kicinski
2017-10-04
1
-0
/
+216