index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2022-08-31
selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
1
-0
/
+4
2022-08-31
selftests: net: sort .gitignore file
Axel Rasmussen
1
-25
/
+25
2022-08-29
selftests/bpf: Fix connect4_prog tcp/socket header type conflict
James Hilliard
1
-2
/
+3
2022-08-29
selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
James Hilliard
2
-4
/
+0
2022-08-27
selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4
James Hilliard
1
-1
/
+1
2022-08-27
selftests/bpf: fix type conflict in test_tc_dtime
James Hilliard
1
-1
/
+0
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-0
/
+26
2022-08-26
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
3
-7
/
+7
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-4
/
+131
2022-08-26
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-0
/
+90
2022-08-25
selftests/net: fix reinitialization of TEST_PROGS in net self tests.
Adel Abouchaev
1
-1
/
+1
2022-08-25
selftests/bpf: Add regression test for pruning fix
Kumar Kartikeya Dwivedi
1
-0
/
+25
2022-08-25
selftests/bpf: add a selftest for cgroup hierarchical stats collection
Yosry Ahmed
3
-0
/
+584
2022-08-25
selftests/bpf: extend cgroup helpers
Yosry Ahmed
2
-47
/
+174
2022-08-25
selftests/bpf: Test cgroup_iter.
Hao Luo
4
-1
/
+271
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
1
-2
/
+2
2022-08-25
selftests/net: Add sk_bind_sendto_listen and sk_connect_zero_addr
Joanne Koong
4
-0
/
+146
2022-08-25
selftests/net: Add test for timing a bind request to a port with a populated ...
Joanne Koong
4
-1
/
+215
2022-08-25
selftests/bpf: Fix wrong size passed to bpf_setsockopt()
Yang Yingliang
1
-3
/
+7
2022-08-25
selftests/bpf: Add cb_refs test to s390x deny list
Daniel Müller
1
-0
/
+1
2022-08-25
selftests/bpf: Add tests for reference state fixes for callbacks
Kumar Kartikeya Dwivedi
2
-0
/
+164
2022-08-24
selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere
Stanislav Fomichev
4
-0
/
+90
2022-08-23
bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUE
Shmulik Ladkani
3
-0
/
+44
2022-08-23
bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...
Shmulik Ladkani
2
-2
/
+23
2022-08-23
Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-0
/
+7
2022-08-23
vsock_test: POLLIN + SO_RCVLOWAT test
Arseniy Krasnov
1
-0
/
+108
2022-08-23
selftests: include bonding tests into the kselftest infra
Jonathan Toppins
5
-0
/
+90
2022-08-20
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-4
/
+34
2022-08-20
selftests/vm: fix inability to build any vm tests
Axel Rasmussen
1
-0
/
+1
2022-08-20
selftests/net: test l2 tunnel TOS/TTL inheriting
Matthias May
2
-0
/
+391
2022-08-19
selftest/bpf: Add setget_sockopt to DENYLIST.s390x
Martin KaFai Lau
1
-0
/
+1
2022-08-19
selftests/bpf: Fix spelling mistake.
Colin Ian King
1
-1
/
+1
2022-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-172
/
+213
2022-08-19
selftests: mlxsw: Add egress VID classification test
Amit Cohen
1
-0
/
+273
2022-08-19
selftests: mlxsw: Add ingress RIF configuration test for VXLAN
Amit Cohen
1
-0
/
+311
2022-08-19
selftests: mlxsw: Add ingress RIF configuration test for 802.1Q bridge
Amit Cohen
1
-0
/
+264
2022-08-19
selftests: mlxsw: Add ingress RIF configuration test for 802.1D bridge
Amit Cohen
1
-0
/
+264
2022-08-19
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-170
/
+207
2022-08-19
selftests/bpf: bpf_setsockopt tests
Martin KaFai Lau
3
-1
/
+606
2022-08-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
21
-98
/
+514
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-170
/
+207
2022-08-17
selftests/bpf: Few fixes for selftests/bpf built in release mode
Andrii Nakryiko
4
-6
/
+6
2022-08-17
selftests/bpf: Tests libbpf autoattach APIs
Hao Luo
2
-0
/
+53
2022-08-17
testing: selftests: nft_flowtable.sh: rework test to detect offload failure
Florian Westphal
1
-57
/
+84
2022-08-17
testing: selftests: nft_flowtable.sh: use random netns names
Florian Westphal
1
-118
/
+128
2022-08-16
selftests/bpf: Fix attach point for non-x86 arches in test_progs/lsm
Artem Savkov
2
-2
/
+3
2022-08-16
selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
Kristen Carlson Accardi
1
-0
/
+6
2022-08-15
selftests/bpf: Update CI kconfig
Daniel Xu
1
-0
/
+2
2022-08-15
selftests/bpf: Add connmark read test
Daniel Xu
2
-1
/
+5
2022-08-15
selftests/bpf: Add existing connection bpf_*_ct_lookup() test
Daniel Xu
2
-0
/
+77
[prev]
[next]