index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
tc-testing: fixed copy-pasting error in ife tests
Roman Mashak
1
-14
/
+14
2018-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
14
-530
/
+1100
2018-05-16
bpf: selftest additions for SOCKHASH
John Fastabend
6
-347
/
+401
2018-05-16
tc-testing: updated mirred and vlan with more tests
Roman Mashak
2
-20
/
+324
2018-05-16
tc-testing: fixed copy-pasting error in police tests
Roman Mashak
1
-2
/
+2
2018-05-15
selftests/bpf: make sure build-id is on
Alexei Starovoitov
1
-1
/
+1
2018-05-15
bpf: add ld64 imm test cases
Daniel Borkmann
2
-0
/
+142
2018-05-15
bpf: add selftest for stackmap with build_id in NMI context
Song Liu
2
-2
/
+142
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+10
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
4
-68
/
+38
2018-05-11
selftests/bpf: Fix bash reference in Makefile
Joe Stringer
1
-3
/
+3
2018-05-11
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
David Ahern
1
-0
/
+3
2018-05-11
tc-testing: fix tdc tests for 'bpf' action
Davide Caratti
1
-3
/
+8
2018-05-10
selftests/bpf: ignore build products
Sirio Balmelli
1
-0
/
+1
2018-05-09
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
Martin KaFai Lau
1
-13
/
+276
2018-05-09
bpf: btf: Some test_btf clean up
Martin KaFai Lau
1
-102
/
+99
2018-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+103
2018-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-30
/
+873
2018-05-08
selftests: net: use TEST_PROGS_EXTENDED
Anders Roxell
1
-1
/
+1
2018-05-08
selftests: net: add udpgso* to TEST_GEN_FILES
Anders Roxell
1
-1
/
+1
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-26
/
+81
2018-05-04
Merge tag 'linux-kselftest-4.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+4
2018-05-04
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-7
/
+259
2018-05-03
selftests: forwarding: mirror_gre_nh: Unset RP filter
Petr Machata
1
-0
/
+6
2018-05-03
selftests: forwarding: Use sysctl_set(), sysctl_restore()
Petr Machata
3
-20
/
+10
2018-05-03
selftests: forwarding: lib: Add sysctl_set(), sysctl_restore()
Petr Machata
1
-0
/
+17
2018-05-03
selftests: forwarding: Allow running specific tests
Ido Schimmel
15
-63
/
+219
2018-05-03
selftests: forwarding: Increase maximum deviation in multipath test
Ido Schimmel
1
-1
/
+1
2018-05-03
tc-testing: Updated csum action tests batch create w/wo cookies.
Craig Dillabaugh
1
-2
/
+72
2018-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2018-05-02
selftest: add test for TCP_INQ
Soheil Hassas Yeganeh
2
-1
/
+191
2018-05-02
bpf: minor fix to selftest test_stacktrace_build_id()
Song Liu
1
-2
/
+2
2018-04-30
selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVE
Eric Dumazet
1
-28
/
+38
2018-04-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+21
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-28
selftests: Fix lib.mk run_tests target shell script
Mathieu Desnoyers
1
-4
/
+4
2018-04-27
selftests: forwarding: Test changes in mirror-to-gretap
Petr Machata
1
-0
/
+194
2018-04-27
selftests: forwarding: Test neighbor updates when mirroring to gretap
Petr Machata
1
-0
/
+101
2018-04-27
selftests: forwarding: Test flower mirror to gretap
Petr Machata
1
-0
/
+116
2018-04-27
selftests: forwarding: Test mirror to gretap w/ bound dev
Petr Machata
1
-0
/
+213
2018-04-27
selftests: forwarding: Test gretap mirror with next-hop remote
Petr Machata
1
-0
/
+117
2018-04-27
selftests: forwarding: Add test for mirror to gretap
Petr Machata
1
-0
/
+139
2018-04-27
selftests: forwarding: Add libs for gretap mirror testing
Petr Machata
4
-0
/
+350
2018-04-27
selftests: pmtu: Minimum MTU for vti6 is 68
Stefano Brivio
1
-2
/
+2
2018-04-27
selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
Anders Roxell
1
-1
/
+2
[next]