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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-05-31
68
-490
/
+5496
|
\
|
*
selftests/bpf: measure RTT from xdp using xdping
Alan Maguire
2019-05-31
6
-2
/
+558
|
*
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
2019-05-30
1
-36
/
+16
|
*
libbpf: typo and formatting fixes
Andrii Nakryiko
2019-05-30
1
-8
/
+7
|
*
libbpf: simplify two pieces of logic
Andrii Nakryiko
2019-05-30
1
-3
/
+1
|
*
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
2019-05-30
1
-6
/
+7
|
*
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
2019-05-30
1
-1
/
+1
|
*
libbpf: check map name retrieved from ELF
Andrii Nakryiko
2019-05-30
1
-0
/
+5
|
*
libbpf: simplify endianness check
Andrii Nakryiko
2019-05-30
1
-25
/
+12
|
*
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
2019-05-30
1
-4
/
+4
|
*
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
2019-05-30
1
-5
/
+7
|
*
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
2019-05-29
1
-1
/
+1
|
*
selftests/bpf: fix compilation error for flow_dissector.c
Alan Maguire
2019-05-29
1
-0
/
+114
|
*
selftests/bpf: add auto-detach test
Roman Gushchin
2019-05-28
1
-1
/
+97
|
*
selftests/bpf: enable all available cgroup v2 controllers
Roman Gushchin
2019-05-28
1
-0
/
+57
|
*
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
2019-05-28
3
-1
/
+478
|
*
selftests/bpf: fail test_tunnel.sh if subtests fail
Stanislav Fomichev
2019-05-28
1
-0
/
+32
|
*
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
2019-05-28
5
-14
/
+26
|
*
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
4
-4
/
+25
|
*
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
2019-05-28
10
-2
/
+45
|
*
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-28
1
-3
/
+1
|
*
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-05-28
2
-6
/
+2
|
*
bpftool: auto-complete BTF IDs for btf dump
Andrii Nakryiko
2019-05-28
1
-0
/
+9
|
*
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
2019-05-24
7
-5
/
+51
|
*
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
2019-05-24
1
-10
/
+19
|
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
4
-0
/
+6
|
*
tools: bpf: sync uapi header bpf.h
Jiong Wang
2019-05-24
1
-0
/
+18
|
*
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
2019-05-24
3
-0
/
+250
|
*
tools/bpf: sync bpf uapi header bpf.h to tools directory
Yonghong Song
2019-05-24
1
-1
/
+16
|
*
bpftool: update bash-completion w/ new c option for btf dump
Andrii Nakryiko
2019-05-24
1
-4
/
+17
|
*
bpftool/docs: add description of btf dump C option
Andrii Nakryiko
2019-05-24
1
-15
/
+20
|
*
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
2019-05-24
1
-2
/
+73
|
*
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
2019-05-24
10
-1
/
+824
|
*
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
4
-1
/
+1359
|
*
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
2019-05-24
1
-116
/
+85
|
*
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+384
|
*
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+403
|
*
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
2019-05-24
1
-58
/
+13
|
*
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
2019-05-24
1
-109
/
+8
|
*
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-05-24
3
-0
/
+135
|
*
libbpf: ensure libbpf.h is included along libbpf_internal.h
Andrii Nakryiko
2019-05-24
1
-0
/
+2
|
*
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
2019-05-24
7
-42
/
+8
|
*
selftests/bpf: add pyperf scale test
Alexei Starovoitov
2019-05-23
5
-13
/
+298
|
*
selftests/bpf: adjust verifier scale test
Alexei Starovoitov
2019-05-23
1
-14
/
+17
|
*
libbpf: emit diff of mismatched public API, if any
Andrii Nakryiko
2019-05-22
1
-0
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
57
-286
/
+634
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-30
5
-9
/
+371
|
|
\
\
|
|
*
|
selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu
Stefano Brivio
2019-05-28
1
-7
/
+7
|
|
*
|
selftests/tls: add test for sleeping even though there is data
Jakub Kicinski
2019-05-26
1
-0
/
+15
|
|
*
|
selftests/tls: test for lowat overshoot with multiple records
Jakub Kicinski
2019-05-26
1
-0
/
+19
[next]