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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
selftests/bpf: fix race in flow dissector tests
Petar Penkov
2
-8
/
+27
2019-08-13
tools: bpftool: add feature check for zlib
Peter Wu
1
-3
/
+8
2019-08-12
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2
-53
/
+54
2019-08-07
tools/bpf: fix core_reloc.c compilation error
Yonghong Song
1
-1
/
+1
2019-08-07
selftests/bpf: add CO-RE relocs misc tests
Andrii Nakryiko
4
-0
/
+106
2019-08-07
selftests/bpf: add CO-RE relocs ints tests
Andrii Nakryiko
11
-0
/
+209
2019-08-07
selftests/bpf: add CO-RE relocs ptr-as-array tests
Andrii Nakryiko
5
-0
/
+69
2019-08-07
selftests/bpf: add CO-RE relocs modifiers/typedef tests
Andrii Nakryiko
6
-0
/
+170
2019-08-07
selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
Andrii Nakryiko
10
-0
/
+167
2019-08-07
selftests/bpf: add CO-RE relocs array tests
Andrii Nakryiko
11
-0
/
+201
2019-08-07
selftests/bpf: add CO-RE relocs nesting tests
Andrii Nakryiko
16
-0
/
+421
2019-08-07
selftests/bpf: add CO-RE relocs struct flavors tests
Andrii Nakryiko
5
-0
/
+117
2019-08-07
selftests/bpf: add CO-RE relocs testing setup
Andrii Nakryiko
2
-0
/
+165
2019-08-07
selftests/bpf: add BPF_CORE_READ relocatable read macro
Andrii Nakryiko
1
-0
/
+20
2019-08-07
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
2
-18
/
+864
2019-08-07
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
3
-42
/
+136
2019-08-07
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
3
-221
/
+158
2019-08-07
libbpf: add helpers for working with BTF types
Andrii Nakryiko
1
-0
/
+178
2019-08-06
selftests/bpf: test_progs: drop extra trailing tab
Stanislav Fomichev
1
-1
/
+1
2019-08-06
selftests/bpf: test_progs: test__printf -> printf
Stanislav Fomichev
10
-38
/
+22
2019-08-06
selftests/bpf: test_progs: switch to open_memstream
Stanislav Fomichev
2
-56
/
+62
2019-08-06
selftests/bpf: add loop test 5
Alexei Starovoitov
2
-0
/
+33
2019-08-06
selftests/bpf: add loop test 4
Alexei Starovoitov
2
-0
/
+19
2019-08-01
selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use case
Stanislav Fomichev
2
-0
/
+47
2019-07-30
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
3
-38
/
+76
2019-07-30
selftests/bpf: fix clearing buffered output between tests/subtests
Andrii Nakryiko
1
-1
/
+1
2019-07-30
selftests/bpf: add test for bpf_tcp_gen_syncookie
Petar Penkov
3
-13
/
+99
2019-07-30
selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
Petar Penkov
1
-0
/
+3
2019-07-30
bpf: sync bpf.h to tools/
Petar Penkov
1
-3
/
+34
2019-07-29
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
4
-4
/
+21
2019-07-29
tools/libbpf_probes: Add new devmap_hash type
Toke Høiland-Jørgensen
1
-0
/
+1
2019-07-29
tools/include/uapi: Add devmap_hash BPF map type
Toke Høiland-Jørgensen
1
-0
/
+1
2019-07-27
selftests/bpf: convert send_signal.c to use subtests
Andrii Nakryiko
1
-3
/
+6
2019-07-27
selftests/bpf: convert bpf_verif_scale.c to sub-tests API
Andrii Nakryiko
1
-37
/
+40
2019-07-27
selftests/bpf: add sub-tests support for test_progs
Andrii Nakryiko
2
-29
/
+185
2019-07-27
selftests/bpf: abstract away test log output
Andrii Nakryiko
12
-73
/
+183
2019-07-27
selftest/bpf: centralize libbpf logging management for test_progs
Andrii Nakryiko
3
-12
/
+38
2019-07-27
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
2
-2
/
+5
2019-07-27
selftests/bpf: add test selectors by number and name to test_progs
Andrii Nakryiko
1
-4
/
+39
2019-07-27
selftests/bpf: revamp test_progs to allow more control
Andrii Nakryiko
2
-15
/
+77
2019-07-27
selftests/bpf: prevent headers to be compiled as C code
Andrii Nakryiko
1
-3
/
+3
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP
Stanislav Fomichev
2
-0
/
+72
2019-07-25
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
3
-0
/
+57
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG
Stanislav Fomichev
2
-7
/
+155
2019-07-25
tools/bpf: sync bpf_flow_keys flags
Stanislav Fomichev
1
-0
/
+5
2019-07-25
selftests/bpf: Add selftests for bpf_perf_event_output
Allan Zhang
2
-1
/
+105
2019-07-23
selftests/bpf: remove perf buffer helpers
Andrii Nakryiko
2
-134
/
+0
2019-07-23
selftests/bpf: switch test_tcpnotify to perf_buffer API
Andrii Nakryiko
1
-54
/
+36
2019-07-23
selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API
Andrii Nakryiko
2
-36
/
+44
2019-07-23
libbpf: provide more helpful message on uninitialized global var
Andrii Nakryiko
1
-3
/
+10
[next]