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
2023-05-16
selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
Jiri Olsa
-51
/
+52
2023-05-16
selftests/bpf: Fix s390 sock_field test failure
Yonghong Song
-1
/
+4
2023-05-16
selftests/bpf: improve netcnt test robustness
Andrii Nakryiko
-2
/
+2
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-364
/
+1964
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
-0
/
+5
2023-05-15
torture: Remove duplicated argument -enable-kvm for ppc64
Zhouyi Zhou
-1
/
+1
2023-05-15
bpf, arm64: Support struct arguments in the BPF trampoline
Florent Revest
-1
/
+0
2023-05-14
selftests/bpf: Fix pkg-config call building sign-file
Jeremy Sowden
-1
/
+1
2023-05-14
Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2023-05-13
selftests/bpf: Correctly handle optlen > 4096
Stanislav Fomichev
-132
/
+166
2023-05-13
selftests/bpf: Update EFAULT {g,s}etsockopt selftests
Stanislav Fomichev
-6
/
+90
2023-05-13
selftests: net: vxlan: Add tests for vxlan nolocalbypass option.
Vladimir Nikishkin
-0
/
+241
2023-05-13
tools/testing/cxl: Use DEFINE_STATIC_SRCU()
Dan Williams
-1
/
+1
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on raw and ping sockets.
Guillaume Nault
-0
/
+14
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on UDP sockets.
Guillaume Nault
-0
/
+17
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on TCP sockets.
Guillaume Nault
-0
/
+56
2023-05-12
selftests: Add SO_DONTROUTE option to nettest.
Guillaume Nault
-1
/
+45
2023-05-11
selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
Andrea Mayer
-5
/
+6
2023-05-11
selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
Andrea Mayer
-1
/
+5
2023-05-11
rcutorture: Correct name of use_softirq module parameter
Paul E. McKenney
-2
/
+2
2023-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+194
2023-05-11
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-7
/
+193
2023-05-11
selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
Mirsad Todorovac
-0
/
+3
2023-05-10
Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
-6
/
+139
2023-05-10
selftests: bonding: delete unnecessary line
Liang Li
-1
/
+0
2023-05-10
kselftest: bonding: add num_grat_arp test
Hangbin Liu
-0
/
+52
2023-05-10
selftests: forwarding: lib: add netns support for tc rule handle stats get
Hangbin Liu
-1
/
+2
2023-05-10
selftests: nft_flowtable.sh: check ingress/egress chain too
Florian Westphal
-0
/
+124
2023-05-10
selftests: nft_flowtable.sh: monitor result file sizes
Boris Sukholitko
-1
/
+9
2023-05-10
selftests: nft_flowtable.sh: wait for specific nc pids
Boris Sukholitko
-1
/
+2
2023-05-10
selftests: nft_flowtable.sh: no need for ps -x option
Boris Sukholitko
-2
/
+2
2023-05-10
selftests: nft_flowtable.sh: use /proc for pid checking
Boris Sukholitko
-2
/
+2
2023-05-08
selftests/ftrace: Improve integration with kselftest runner
Mark Brown
-4
/
+70
2023-05-08
selftests/sgx: Add "test_encl.elf" to TEST_FILES
Yi Lai
-0
/
+1
2023-05-08
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
-4
/
+10
2023-05-07
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2023-05-06
selftests/bpf: Accept mem from dynptr in helper funcs
Daniel Rosenberg
-0
/
+22
2023-05-06
selftests/bpf: Check overflow in optional buffer
Daniel Rosenberg
-0
/
+20
2023-05-06
selftests/bpf: Test allowing NULL buffer in dynptr slice
Daniel Rosenberg
-0
/
+18
2023-05-06
selftests/bpf: Add testcase for bpf_task_under_cgroup
Feng Zhou
-0
/
+105
2023-05-05
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-7
/
+10
2023-05-04
selftests/bpf: revert iter test subprog precision workaround
Andrii Nakryiko
-15
/
+11
2023-05-04
selftests/bpf: add precision propagation tests in the presence of subprogs
Andrii Nakryiko
-0
/
+542
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
-4
/
+5
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
-9
/
+9
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
-52
/
+54
2023-05-04
veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag
Andrii Nakryiko
-0
/
+9
2023-05-04
Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+40
2023-05-03
selftests: netfilter: fix libmnl pkg-config usage
Jeremy Sowden
-2
/
+5
2023-05-02
selftests/ksm: ksm_functional_tests: add prctl unmerge test
David Hildenbrand
-6
/
+40
[prev]
[next]