index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: sync bpf.h to tools/
Stanislav Fomichev
2019-08-17
1
-0
/
+3
*
selftests/bpf: fix race in test_tcp_rtt test
Petar Penkov
2019-08-17
1
-0
/
+31
*
libbpf: relicense bpf_helpers.h and bpf_endian.h
Andrii Nakryiko
2019-08-17
2
-2
/
+2
*
libbpf: add support for need_wakeup flag in AF_XDP part
Magnus Karlsson
2019-08-17
3
-0
/
+23
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-15
5
-10
/
+12
*
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
2019-08-15
1
-1
/
+1
*
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
2019-08-15
1
-1
/
+1
*
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
2019-08-15
1
-1
/
+1
*
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
2019-08-15
1
-4
/
+4
*
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
2019-08-15
1
-2
/
+2
*
libbpf: make libbpf.map source of truth for libbpf version
Andrii Nakryiko
2019-08-15
2
-12
/
+11
*
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
2019-08-15
1
-3
/
+54
*
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
2019-08-15
1
-10
/
+55
*
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
2019-08-15
1
-1
/
+41
*
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
2019-08-15
1
-7
/
+129
*
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
2019-08-14
3
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-13
96
-728
/
+4416
|
\
|
*
libbpf: attempt to load kernel BTF from sysfs first
Andrii Nakryiko
2019-08-13
1
-7
/
+57
|
*
selftests/bpf: fix race in flow dissector tests
Petar Penkov
2019-08-13
2
-8
/
+27
|
*
tools: bpftool: add feature check for zlib
Peter Wu
2019-08-13
1
-3
/
+8
|
*
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2019-08-12
2
-53
/
+54
|
*
tools/bpf: fix core_reloc.c compilation error
Yonghong Song
2019-08-07
1
-1
/
+1
|
*
selftests/bpf: add CO-RE relocs misc tests
Andrii Nakryiko
2019-08-07
4
-0
/
+106
|
*
selftests/bpf: add CO-RE relocs ints tests
Andrii Nakryiko
2019-08-07
11
-0
/
+209
|
*
selftests/bpf: add CO-RE relocs ptr-as-array tests
Andrii Nakryiko
2019-08-07
5
-0
/
+69
|
*
selftests/bpf: add CO-RE relocs modifiers/typedef tests
Andrii Nakryiko
2019-08-07
6
-0
/
+170
|
*
selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
Andrii Nakryiko
2019-08-07
10
-0
/
+167
|
*
selftests/bpf: add CO-RE relocs array tests
Andrii Nakryiko
2019-08-07
11
-0
/
+201
|
*
selftests/bpf: add CO-RE relocs nesting tests
Andrii Nakryiko
2019-08-07
16
-0
/
+421
|
*
selftests/bpf: add CO-RE relocs struct flavors tests
Andrii Nakryiko
2019-08-07
5
-0
/
+117
|
*
selftests/bpf: add CO-RE relocs testing setup
Andrii Nakryiko
2019-08-07
2
-0
/
+165
|
*
selftests/bpf: add BPF_CORE_READ relocatable read macro
Andrii Nakryiko
2019-08-07
1
-0
/
+20
|
*
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
2019-08-07
2
-18
/
+864
|
*
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
2019-08-07
3
-42
/
+136
|
*
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
2019-08-07
3
-221
/
+158
|
*
libbpf: add helpers for working with BTF types
Andrii Nakryiko
2019-08-07
1
-0
/
+178
|
*
selftests/bpf: test_progs: drop extra trailing tab
Stanislav Fomichev
2019-08-06
1
-1
/
+1
|
*
selftests/bpf: test_progs: test__printf -> printf
Stanislav Fomichev
2019-08-06
10
-38
/
+22
|
*
selftests/bpf: test_progs: switch to open_memstream
Stanislav Fomichev
2019-08-06
2
-56
/
+62
|
*
selftests/bpf: add loop test 5
Alexei Starovoitov
2019-08-06
2
-0
/
+33
|
*
selftests/bpf: add loop test 4
Alexei Starovoitov
2019-08-06
2
-0
/
+19
|
*
selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use case
Stanislav Fomichev
2019-08-01
2
-0
/
+47
|
*
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
2019-07-30
3
-38
/
+76
|
*
selftests/bpf: fix clearing buffered output between tests/subtests
Andrii Nakryiko
2019-07-30
1
-1
/
+1
|
*
selftests/bpf: add test for bpf_tcp_gen_syncookie
Petar Penkov
2019-07-30
3
-13
/
+99
|
*
selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
Petar Penkov
2019-07-30
1
-0
/
+3
|
*
bpf: sync bpf.h to tools/
Petar Penkov
2019-07-30
1
-3
/
+34
|
*
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
2019-07-29
4
-4
/
+21
|
*
tools/libbpf_probes: Add new devmap_hash type
Toke Høiland-Jørgensen
2019-07-29
1
-0
/
+1
|
*
tools/include/uapi: Add devmap_hash BPF map type
Toke Høiland-Jørgensen
2019-07-29
1
-0
/
+1
[next]