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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-30
memblock tests: update tests to check if memblock_alloc zeroed memory
Rebecca Mckeever
3
-0
/
+42
2022-08-30
memblock tests: update reference to obsolete build option in comments
Rebecca Mckeever
1
-3
/
+6
2022-08-30
memblock tests: add command line help option
Rebecca Mckeever
1
-1
/
+3
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-26
selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4
James Hilliard
1
-1
/
+1
2022-08-26
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
selftests/powerpc: Add a test for execute-only memory
Nicholas Miehlbradt
2
-1
/
+233
2022-08-25
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
3
-7
/
+7
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-4
/
+131
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
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-24
selftests/net: Add sk_bind_sendto_listen and sk_connect_zero_addr
Joanne Koong
4
-0
/
+146
2022-08-24
selftests/net: Add test for timing a bind request to a port with a populated bhash entry
Joanne Koong
4
-1
/
+215
2022-08-24
selftests/bpf: Fix wrong size passed to bpf_setsockopt()
Yang Yingliang
1
-3
/
+7
2022-08-24
selftests/bpf: Add cb_refs test to s390x deny list
Daniel Müller
1
-0
/
+1
2022-08-24
selftests/bpf: Add tests for reference state fixes for callbacks
Kumar Kartikeya Dwivedi
2
-0
/
+164
2022-08-23
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.retval
Shmulik Ladkani
2
-2
/
+23
2022-08-23
Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2
-0
/
+7
2022-08-23
vsock_test: POLLIN + SO_RCVLOWAT test
Arseniy Krasnov
1
-0
/
+108
2022-08-22
selftests: include bonding tests into the kselftest infra
Jonathan Toppins
5
-0
/
+90
2022-08-22
powerpc/selftests: Use timersub() for gettimeofday()
ye xingchen
1
-2
/
+4
2022-08-20
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-4
/
+34
2022-08-19
selftests/vm: fix inability to build any vm tests
Axel Rasmussen
1
-0
/
+1
2022-08-19
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
KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()
David Matlack
1
-1
/
+1
2022-08-19
KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
David Matlack
1
-1
/
+1
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-172
/
+213
2022-08-18
selftests: mlxsw: Add egress VID classification test
Amit Cohen
1
-0
/
+273
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for VXLAN
Amit Cohen
1
-0
/
+311
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for 802.1Q bridge
Amit Cohen
1
-0
/
+264
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for 802.1D bridge
Amit Cohen
1
-0
/
+264
2022-08-18
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-170
/
+207
2022-08-18
selftests/bpf: bpf_setsockopt tests
Martin KaFai Lau
3
-1
/
+606
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
21
-98
/
+514
2022-08-17
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
[prev]
[next]