index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-08-06
7
-128
/
+136
|
\
|
*
selftests/livepatch: adopt to newer sysctl error format
Petr Mladek
2020-07-15
2
-2
/
+3
|
*
selftests/livepatch: Use "comm" instead of "diff" for dmesg
Joe Lawrence
2020-07-14
1
-1
/
+1
|
*
selftests/livepatch: add test delimiter to dmesg
Joe Lawrence
2020-06-19
1
-0
/
+1
|
*
selftests/livepatch: refine dmesg 'taints' in dmesg comparison
Joe Lawrence
2020-06-19
1
-1
/
+2
|
*
selftests/livepatch: Don't clear dmesg when running tests
Joe Lawrence
2020-06-19
7
-81
/
+66
|
*
selftests/livepatch: more verification in test-klp-shadow-vars
Yannick Cote
2020-06-08
1
-30
/
+51
|
*
selftests/livepatch: simplify test-klp-callbacks busy target tests
Joe Lawrence
2020-06-08
1
-15
/
+14
*
|
Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
2020-08-06
1
-1
/
+11
|
\
\
|
*
|
csky: Add SECCOMP_FILTER supported
Guo Ren
2020-07-31
1
-1
/
+12
*
|
|
Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2020-08-06
1
-1
/
+15
|
\
\
\
|
*
|
|
selftests/seccomp: add xtensa support
Max Filippov
2020-07-28
1
-1
/
+15
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
143
-621
/
+11550
|
\
\
\
|
*
|
|
selftests/net: relax cpu affinity requirement in msg_zerocopy test
Willem de Bruijn
2020-08-05
1
-3
/
+2
|
*
|
|
selftests: rtnetlink: make kci_test_encap() return sub-test result
Po-Hsu Lin
2020-08-05
1
-0
/
+3
|
*
|
|
selftests: rtnetlink: correct the final return value for the test
Po-Hsu Lin
2020-08-05
1
-22
/
+43
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2020-08-04
2
-1
/
+125
|
|
\
\
\
|
|
*
|
|
selftests: netfilter: add meta iif/oif match test
Florian Westphal
2020-08-03
2
-1
/
+125
|
*
|
|
|
selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitch
Stefano Brivio
2020-08-04
1
-0
/
+180
|
*
|
|
|
selftests: pmtu.sh: Add tests for bridged UDP tunnels
Stefano Brivio
2020-08-04
1
-7
/
+159
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-04
46
-203
/
+2062
|
|
\
\
\
\
|
|
*
|
|
|
bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb
Dmitry Yakunin
2020-08-03
1
-0
/
+5
|
|
*
|
|
|
selftests/bpf: Fix spurious test failures in core_retro selftest
Andrii Nakryiko
2020-08-02
2
-2
/
+19
|
|
*
|
|
|
selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links
Andrii Nakryiko
2020-08-02
5
-29
/
+73
|
|
*
|
|
|
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
John Fastabend
2020-08-02
15
-132
/
+43
|
|
*
|
|
|
selftests/bpf: Omit nodad flag when adding addresses to loopback
Jakub Sitnicki
2020-07-31
1
-2
/
+2
|
|
*
|
|
|
selftests/bpf: Don't destroy failed link
Andrii Nakryiko
2020-07-31
1
-14
/
+28
|
|
*
|
|
|
selftests/bpf: Add xdpdrv mode for test_xdp_redirect
Hangbin Liu
2020-07-31
1
-32
/
+52
|
|
*
|
|
|
selftests/bpf: Verify socket storage in cgroup/sock_{create, release}
Stanislav Fomichev
2020-07-31
1
-0
/
+19
|
|
*
|
|
|
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
2020-07-31
2
-0
/
+34
|
|
*
|
|
|
bpf, selftests: use :: 1 for localhost in tcp_server.py
John Fastabend
2020-07-29
3
-4
/
+4
|
|
*
|
|
|
selftests/bpf: Add new bpf_iter context structs to fix build on old kernels
Andrii Nakryiko
2020-07-28
1
-0
/
+18
|
|
*
|
|
|
selftests/bpf: Add BPF XDP link selftests
Andrii Nakryiko
2020-07-26
2
-0
/
+149
|
|
*
|
|
|
libbpf: Add support for BPF XDP link
Andrii Nakryiko
2020-07-26
1
-1
/
+1
|
|
*
|
|
|
selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
YiFei Zhu
2020-07-26
3
-27
/
+311
|
|
*
|
|
|
selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
YiFei Zhu
2020-07-26
4
-11
/
+99
|
|
*
|
|
|
selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
YiFei Zhu
2020-07-26
2
-0
/
+191
|
|
*
|
|
|
selftests/bpf: Add get_stackid_cannot_attach
Song Liu
2020-07-26
1
-0
/
+91
|
|
*
|
|
|
selftests/bpf: Add callchain_stackid
Song Liu
2020-07-26
2
-0
/
+175
|
|
*
|
|
|
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
2020-07-26
2
-0
/
+57
|
|
*
|
|
|
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
2020-07-26
2
-0
/
+106
|
|
*
|
|
|
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
2020-07-26
3
-0
/
+247
|
|
*
|
|
|
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
2020-07-26
3
-0
/
+337
|
|
*
|
|
|
selftests/bpf: Test BPF socket lookup and reuseport with connections
Jakub Sitnicki
2020-07-26
1
-1
/
+53
|
*
|
|
|
|
selftests: mlxsw: RED: Test offload of trapping on RED qevents
Petr Machata
2020-08-04
2
-6
/
+40
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
8
-23
/
+121
|
|
\
\
\
\
\
|
*
|
|
|
|
|
selftests: mptcp: add test cases for mptcp join tests with syn cookies
Florian Westphal
2020-08-01
1
-2
/
+64
|
*
|
|
|
|
|
selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally
Florian Westphal
2020-08-01
1
-0
/
+47
|
*
|
|
|
|
|
selftests: txtimestamp: add flag for timestamp validation tolerance.
Jian Yang
2020-07-31
1
-2
/
+8
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
5
-6
/
+8
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
[next]