index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2021-10-08
selftests/tls: add SM4 GCM/CCM to tls selftests
Tianjia Zhang
-2
/
+26
2021-10-08
selfetest/bpf: Make some tests serial
Yucong Sun
-38
/
+48
2021-10-08
selftests/bpf: Fix pid check in fexit_sleep test
Yucong Sun
-2
/
+2
2021-10-08
selftests/bpf: Adding pid filtering for atomics test
Yucong Sun
-0
/
+17
2021-10-08
selftests/bpf: Make cgroup_v1v2 use its own port
Yucong Sun
-2
/
+2
2021-10-08
selftests/bpf: Fix race condition in enable_stats
Yucong Sun
-1
/
+1
2021-10-08
selftests/bpf: Add per worker cgroup suffix
Yucong Sun
-4
/
+4
2021-10-08
selftests/bpf: Allow some tests to be executed in sequence
Yucong Sun
-6
/
+54
2021-10-08
selftests/bpf: Add parallelism to test_progs
Yucong Sun
-37
/
+610
2021-10-08
bpf/selftests: Add test for writable bare tracepoint
Hou Tao
-2
/
+83
2021-10-08
bpftool: Add install-bin target to install binary only
Quentin Monnet
-1
/
+1
2021-10-08
selftests/bpf: Better clean up for runqslower in test_bpftool_build.sh
Quentin Monnet
-0
/
+4
2021-10-08
tools/runqslower: Install libbpf headers when building
Quentin Monnet
-6
/
+9
2021-10-08
tools/resolve_btfids: Install libbpf headers when building
Quentin Monnet
-2
/
+5
2021-10-08
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
-0
/
+2
2021-10-08
selftests/bpf: Fix btf_dump test under new clang
Yucong Sun
-9
/
+9
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Send a full-length key
Amit Cohen
-2
/
+4
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Remove code duplication
Amit Cohen
-27
/
+11
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Align topology drawing correctly
Amit Cohen
-3
/
+3
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip6: Add test case for IPv6 decap_error
Amit Cohen
-0
/
+250
2021-10-08
selftests: forwarding: Add IPv6 GRE hierarchical tests
Amit Cohen
-1
/
+364
2021-10-08
selftests: forwarding: Add IPv6 GRE flat tests
Amit Cohen
-0
/
+465
2021-10-08
testing: selftests: tc_common: Add tc_check_at_least_x_packets()
Amit Cohen
-0
/
+10
2021-10-08
testing: selftests: forwarding.config.sample: Add tc flag
Amit Cohen
-0
/
+3
2021-10-07
selftests/bpf: Remove SEC("version") from test progs
Dave Marchevsky
-61
/
+0
2021-10-07
selftests/bpf: Skip the second half of get_branch_snapshot in vm
Song Liu
-0
/
+34
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+64
2021-10-07
selftests: futex: Test sys_futex_waitv() wouldblock
André Almeida
-4
/
+37
2021-10-07
selftests: futex: Test sys_futex_waitv() timeout
André Almeida
-1
/
+20
2021-10-07
selftests: futex: Add sys_futex_waitv() test
André Almeida
-1
/
+265
2021-10-07
selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance
Mark Brown
-1
/
+54
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
-7
/
+7
2021-10-06
selftest/bpf: Switch recursion test to use htab_map_delete_elem
Jiri Olsa
-11
/
+8
2021-10-06
selftests/bpf: Test new btf__add_btf() API
Andrii Nakryiko
-0
/
+86
2021-10-06
selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic
Andrii Nakryiko
-6
/
+49
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
-0
/
+47
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
-30
/
+126
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
-1
/
+1
2021-10-05
kselftests/sched: cleanup the child processes
Li Zhijian
-10
/
+18
2021-10-04
Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-1
/
+4
2021-10-04
selftests: net: Test for the IOAM encapsulation with IPv6
Justin Iurman
-50
/
+159
2021-10-02
selftests: net: mscc: ocelot: add a test for egress VLAN modification
Vladimir Oltean
-0
/
+39
2021-10-02
selftests: net: mscc: ocelot: rename the VLAN modification test to ingress
Vladimir Oltean
-3
/
+3
2021-10-02
selftests: net: mscc: ocelot: bring up the ports automatically
Vladimir Oltean
-0
/
+5
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-367
/
+1154
2021-10-01
selftests/bpf: Use BTF-defined key/value for map definitions
Hengqi Chen
-40
/
+38
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
-2
/
+30
2021-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-11
/
+60
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-102
/
+966
2021-09-30
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-6
/
+475
[prev]
[next]