index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-7
/
+259
2018-04-29
tools/bpf: add a test for bpf_get_stack with tracepoint prog
Yonghong Song
3
-11
/
+98
2018-04-29
tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
Yonghong Song
3
-12
/
+266
2018-04-29
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
Yonghong Song
1
-0
/
+45
2018-04-29
samples/bpf: move common-purpose trace functions to selftests
Yonghong Song
2
-0
/
+203
2018-04-29
tools/bpf: add bpf_get_stack helper to tools headers
Yonghong Song
1
-0
/
+2
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-5
/
+3522
2018-04-27
selftests/bpf: bpf tunnel test.
William Tu
3
-2
/
+1445
2018-04-26
selftests: udp gso benchmark
Willem de Bruijn
5
-1
/
+763
2018-04-26
selftests: udp gso with corking
Willem de Bruijn
2
-10
/
+38
2018-04-26
selftests: udp gso with connected sockets
Willem de Bruijn
2
-2
/
+122
2018-04-26
selftests: udp gso
Willem de Bruijn
4
-1
/
+504
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-26
/
+75
2018-04-25
bpf: reduce runtime of test_sockmap tests
John Fastabend
1
-17
/
+16
2018-04-25
bpf: sockmap, add selftests
John Fastabend
3
-2
/
+1808
2018-04-25
tools/bpf: remove test_sock_addr from TEST_GEN_PROGS
Yonghong Song
1
-2
/
+2
2018-04-24
selftests: bpf: update .gitignore with missing file
Anders Roxell
1
-0
/
+1
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-2
/
+7
2018-04-24
tools/bpf: add verifier tests for accesses to map values
Paul Chaignon
1
-0
/
+266
2018-04-24
samples/bpf: extend test_tunnel_bpf.sh with xfrm state test
Eyal Birger
1
-1
/
+3
2018-04-23
selftests: net: update .gitignore with missing test
Anders Roxell
1
-0
/
+1
2018-04-23
tc-testing: updated ife test cases
Roman Mashak
1
-12
/
+1024
2018-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-2
/
+7
2018-04-21
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-19
/
+65
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-25
/
+1033
2018-04-21
Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+3
2018-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-04-19
bpf: btf: Add BTF tests
Martin KaFai Lau
4
-3
/
+1783
2018-04-19
tools/bpf: fix test_sock and test_sock_addr.sh failure
Yonghong Song
3
-2
/
+4
2018-04-18
bpf: add bpf_xdp_adjust_tail sample prog
Nikita V. Shirokov
1
-0
/
+2
2018-04-18
bpf: adding tests for bpf_xdp_adjust_tail
Nikita V. Shirokov
4
-1
/
+66
2018-04-17
selftests/filesystems: Don't run dnotify_test by default
Michael Ellerman
1
-5
/
+3
2018-04-17
selftest: tc_flower: add testcase for 'ip_flags'
Davide Caratti
1
-0
/
+70
2018-04-16
selftests: net: add tcp_mmap program
Eric Dumazet
2
-0
/
+439
2018-04-16
tc-testing: add sample action tests
Roman Mashak
1
-0
/
+588
2018-04-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-17
/
+995
2018-04-16
kvm: selftests: add vmx_tsc_adjust_test
Paolo Bonzini
6
-13
/
+991
2018-04-16
tools/testing/nvdimm: enable labels for nfit_test.1 dimms
Dan Williams
1
-0
/
+3
2018-04-16
tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attribute
Dan Williams
1
-1
/
+1
2018-04-16
tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1
Dan Williams
1
-18
/
+25
2018-04-16
tools/testing/nvdimm: allow custom error code injection
Dan Williams
1
-1
/
+37
2018-04-12
proc: fixup copyright sign
Alexey Dobriyan
9
-7
/
+37
2018-04-12
selftests: net: add in_netns.sh to TEST_PROGS
Anders Roxell
1
-1
/
+1
2018-04-12
kvm: selftests: add -std=gnu99 cflags
Peng Hao
1
-1
/
+1
2018-04-11
Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-272
/
+1091
2018-04-11
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
Matthew Wilcox
1
-0
/
+1
2018-04-11
proc: selftests: test /proc/uptime
Alexey Dobriyan
5
-0
/
+202
2018-04-11
proc: selftests: shotgun testing of read/readdir/readlink/write
Alexey Dobriyan
3
-0
/
+149
2018-04-11
proc: add selftest for last field of /proc/loadavg
Alexey Dobriyan
3
-0
/
+85
2018-04-11
proc: fix /proc/*/map_files lookup some more
Alexey Dobriyan
4
-1
/
+172
[next]