index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: net: test IPV6_TCLASS
Jakub Kicinski
2022-02-17
2
-1
/
+69
*
selftests: net: test IPV6_DONTFRAG
Jakub Kicinski
2022-02-17
2
-23
/
+147
*
selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"
Colin Ian King
2022-02-14
1
-1
/
+1
*
net/sched: act_police: more accurate MTU policing
Davide Caratti
2022-02-14
1
-0
/
+52
*
ipv6: Reject routes configurations that specify dsfield (tos)
Guillaume Nault
2022-02-11
1
-0
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
10
-26
/
+61
|
\
|
*
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-02-11
1
-0
/
+1
|
|
\
|
|
*
selftests: mptcp: add missing join check
Matthieu Baerts
2022-02-10
1
-0
/
+1
|
*
|
Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2022-02-11
6
-15
/
+43
|
|
\
\
|
|
*
|
selftests/ir: fix build with ancient kernel headers
Sean Young
2022-02-04
1
-0
/
+10
|
|
*
|
selftests: fixup build warnings in pidfd / clone3 tests
Axel Rasmussen
2022-02-04
3
-8
/
+5
|
|
*
|
pidfd: fix test failure due to stack overflow on some arches
Axel Rasmussen
2022-02-04
2
-7
/
+28
|
*
|
|
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...
Linus Torvalds
2022-02-11
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
kunit: fix missing f in f-string in run_checks.py
Daniel Latypov
2022-02-02
1
-1
/
+1
|
*
|
|
|
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-06
1
-8
/
+9
|
|
\
\
\
\
|
|
*
|
|
|
selftests/perf_events: Test modification of perf_event_attr::sig_data
Marco Elver
2022-02-02
1
-8
/
+9
|
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-02-04
1
-2
/
+7
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...
Shuah Khan
2022-02-04
1
-2
/
+7
*
|
|
|
|
|
selftests: net: test standard socket cmsgs across UDP and ICMP sockets
Jakub Kicinski
2022-02-10
2
-0
/
+84
*
|
|
|
|
|
selftests: net: cmsg_sender: support Tx timestamping
Jakub Kicinski
2022-02-10
1
-1
/
+122
*
|
|
|
|
|
selftests: net: cmsg_sender: support setting SO_TXTIME
Jakub Kicinski
2022-02-10
1
-3
/
+46
*
|
|
|
|
|
selftests: net: cmsg_so_mark: test with SO_MARK set by setsockopt
Jakub Kicinski
2022-02-10
2
-11
/
+31
*
|
|
|
|
|
selftests: net: cmsg_so_mark: test ICMP and RAW sockets
Jakub Kicinski
2022-02-10
1
-8
/
+16
*
|
|
|
|
|
selftests: net: cmsg_sender: support icmp and raw sockets
Jakub Kicinski
2022-02-10
1
-9
/
+55
*
|
|
|
|
|
selftests: net: make cmsg_so_mark ready for more options
Jakub Kicinski
2022-02-10
2
-26
/
+117
*
|
|
|
|
|
selftests: net: rename cmsg_so_mark
Jakub Kicinski
2022-02-10
4
-6
/
+6
*
|
|
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
116
-1235
/
+1965
|
\
\
\
\
\
\
|
*
|
|
|
|
|
selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
Jakub Sitnicki
2022-02-09
1
-0
/
+6
|
*
|
|
|
|
|
selftests/bpf: Test BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-09
2
-0
/
+29
|
*
|
|
|
|
|
selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390
Ilya Leoshkevich
2022-02-09
2
-1
/
+7
|
*
|
|
|
|
|
selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
Ilya Leoshkevich
2022-02-09
1
-1
/
+1
|
*
|
|
|
|
|
selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
Ilya Leoshkevich
2022-02-09
1
-1
/
+4
|
*
|
|
|
|
|
selftests/bpf: Do not export subtest as standalone test
Hou Tao
2022-02-08
5
-8
/
+8
|
*
|
|
|
|
|
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
2022-02-07
1
-1
/
+1
|
*
|
|
|
|
|
selftests/bpf: Fix tests to use arch-dependent syscall entry points
Naveen N. Rao
2022-02-07
11
-23
/
+34
|
*
|
|
|
|
|
selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
Naveen N. Rao
2022-02-07
1
-1
/
+1
|
*
|
|
|
|
|
selftests/bpf: Test bpf_core_types_are_compat() functionality.
Matteo Croce
2022-02-04
6
-2
/
+74
|
*
|
|
|
|
|
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
2022-02-03
1
-0
/
+19
|
*
|
|
|
|
|
selftests/bpf: Redo the switch to new libbpf XDP APIs
Andrii Nakryiko
2022-02-03
7
-50
/
+47
|
*
|
|
|
|
|
selftests/bpf: Remove usage of deprecated feature probing APIs
Andrii Nakryiko
2022-02-03
2
-3
/
+3
|
*
|
|
|
|
|
selftests/bpf: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
2022-02-03
14
-283
/
+218
|
*
|
|
|
|
|
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
2022-02-03
38
-523
/
+649
|
*
|
|
|
|
|
selftests/bpf: Update cpumap/devmap sec_name
Lorenzo Bianconi
2022-02-01
5
-5
/
+5
|
*
|
|
|
|
|
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
2022-01-31
3
-20
/
+160
|
*
|
|
|
|
|
selftests/bpf/test_xdp_redirect: use temp netns for testing
Hangbin Liu
2022-01-28
1
-14
/
+16
|
*
|
|
|
|
|
selftests/bpf/test_xdp_meta: use temp netns for testing
Hangbin Liu
2022-01-28
1
-18
/
+20
|
*
|
|
|
|
|
selftests/bpf/test_tcp_check_syncookie: use temp netns for testing
Hangbin Liu
2022-01-28
1
-2
/
+3
|
*
|
|
|
|
|
selftests/bpf/test_lwt_seg6local: use temp netns for testing
Hangbin Liu
2022-01-28
1
-82
/
+88
|
*
|
|
|
|
|
selftests/bpf/test_xdp_vlan: use temp netns for testing
Hangbin Liu
2022-01-28
1
-32
/
+34
|
*
|
|
|
|
|
selftests/bpf/test_xdp_veth: use temp netns for testing
Hangbin Liu
2022-01-28
1
-18
/
+21
[next]