index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
selftests: introduce test for mlxsw tc flower restrictions
Jiri Pirko
1
-0
/
+100
2020-02-24
KVM: selftests: Create a demand paging test
Ben Gardon
3
-0
/
+287
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
3
-7
/
+51
2020-02-24
KVM: selftests: Introduce vm_guest_mode_params
Andrew Jones
1
-27
/
+25
2020-02-24
KVM: selftests: Rename vm_guest_mode_params
Andrew Jones
1
-17
/
+17
2020-02-24
KVM: selftests: aarch64: Remove unnecessary ifdefs
Andrew Jones
1
-11
/
+8
2020-02-24
KVM: selftests: Remove unnecessary defines
Andrew Jones
1
-11
/
+0
2020-02-24
KVM: selftests: aarch64: Use stream when given
Andrew Jones
1
-2
/
+2
2020-02-23
tc-testing: updated tdc tests for basic filter with u32 extended match rules
Roman Mashak
1
-0
/
+198
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-29
/
+2027
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
25
-96
/
+732
2020-02-21
selftests/bpf: Tests for sockmap/sockhash holding listening sockets
Jakub Sitnicki
2
-0
/
+1594
2020-02-21
selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-10
/
+53
2020-02-21
bpf, sockmap: Allow inserting listening TCP sockets into sockmap
Jakub Sitnicki
1
-5
/
+1
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-41
/
+47
2020-02-21
selftests/vm: add missed tests in run_vmtests
SeongJae Park
1
-0
/
+33
2020-02-21
tc-testing: updated tdc tests for basic filter with u16 extended match rules
Roman Mashak
1
-0
/
+242
2020-02-20
selftests/bpf: Fix trampoline_count clean up logic
Andrii Nakryiko
1
-7
/
+18
2020-02-20
selftests/bpf: Update xdp_bpf2bpf test to use new set_attach_target API
Eelco Chaudron
2
-5
/
+15
2020-02-20
rcutorture: Set KCSAN Kconfig options to detect more data races
Paul E. McKenney
1
-0
/
+2
2020-02-20
rcutorture: Make kvm-find-errors.sh abort on bad directory
Paul E. McKenney
1
-0
/
+2
2020-02-20
rcutorture: Summarize summary of build and run results
Paul E. McKenney
1
-1
/
+16
2020-02-20
rcutorture: Add 100-CPU configuration
Paul E. McKenney
1
-0
/
+18
2020-02-20
torture: Make results-directory date format completion-friendly
Paul E. McKenney
1
-1
/
+1
2020-02-20
locktorture: Allow CPU-hotplug to be disabled via --bootargs
Paul E. McKenney
1
-1
/
+1
2020-02-20
selftests/rseq: Fix out-of-tree compilation
Michael Ellerman
1
-1
/
+1
2020-02-20
selftests: Install settings files to fix TIMEOUT failures
Michael Ellerman
5
-1
/
+9
2020-02-19
Merge tag 'linux-kselftest-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
11
-29
/
+50
2020-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+11
2020-02-19
tc-testing: updated tdc tests for basic filter
Roman Mashak
1
-0
/
+242
2020-02-20
selftests/bpf: Fix build of sockmap_ktls.c
Alexei Starovoitov
1
-0
/
+1
2020-02-19
selftests/bpf: Change llvm flag -mcpu=probe to -mcpu=v3
Yonghong Song
1
-2
/
+2
2020-02-19
selftests/bpf: Add bpf_read_branch_records() selftest
Daniel Xu
2
-0
/
+220
2020-02-19
selftests/bpf: Test unhashing kTLS socket after removing from map
Jakub Sitnicki
1
-0
/
+123
2020-02-17
selftests: forwarding: vxlan_bridge_1d: use more proper tos value
Hangbin Liu
1
-3
/
+3
2020-02-17
selftests: mlxsw: vxlan: Add test for error path
Ido Schimmel
1
-0
/
+20
2020-02-17
selftests: mlxsw: vxlan: Adjust test to recent changes
Ido Schimmel
1
-3
/
+1
2020-02-17
selftests: mlxsw: extack: Test creation of multiple VLAN-aware bridges
Ido Schimmel
1
-0
/
+23
2020-02-17
selftests: mlxsw: extack: Test bridge creation with VXLAN
Ido Schimmel
1
-0
/
+32
2020-02-17
selftests: mlxsw: Remove deprecated test
Ido Schimmel
2
-45
/
+0
2020-02-16
wireguard: selftests: reduce complexity and fix make races
Jason A. Donenfeld
1
-24
/
+14
2020-02-16
selftests: forwarding: vxlan_bridge_1d: fix tos value
Hangbin Liu
1
-3
/
+3
2020-02-16
ipv6: Fix route replacement with dev-only route
Benjamin Poirier
1
-0
/
+6
2020-02-16
selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing
Hangbin Liu
1
-12
/
+13
2020-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-26
/
+602
2020-02-13
wireguard: device: use icmp_ndo_send helper
Jason A. Donenfeld
1
-0
/
+11
2020-02-13
selftests: openat2: fix build error on newer glibc
Aleksa Sarai
1
-1
/
+1
2020-02-13
selftests: use LDLIBS for libraries instead of LDFLAGS
Dmitry Safonov
4
-5
/
+5
2020-02-12
selftests/cgroup: add tests for cloning into cgroups
Christian Brauner
5
-5
/
+214
2020-02-12
kselftest/cgroup: add cgroup destruction test
Suren Baghdasaryan
1
-0
/
+113
[prev]
[next]