summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: test IPV6_TCLASSJakub Kicinski2022-02-172-1/+69
* selftests: net: test IPV6_DONTFRAGJakub Kicinski2022-02-172-23/+147
* selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"Colin Ian King2022-02-141-1/+1
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-02-141-0/+52
* ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1110-26/+61
|\
| * Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-111-0/+1
| |\
| | * selftests: mptcp: add missing join checkMatthieu Baerts2022-02-101-0/+1
| * | Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-116-15/+43
| |\ \
| | * | selftests/ir: fix build with ancient kernel headersSean Young2022-02-041-0/+10
| | * | selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-043-8/+5
| | * | pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2022-02-042-7/+28
| * | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...Linus Torvalds2022-02-111-1/+1
| |\ \ \
| | * | | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1
| * | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-061-8/+9
| |\ \ \ \
| | * | | | selftests/perf_events: Test modification of perf_event_attr::sig_dataMarco Elver2022-02-021-8/+9
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-041-2/+7
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan2022-02-041-2/+7
* | | | | | selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski2022-02-102-0/+84
* | | | | | selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski2022-02-101-1/+122
* | | | | | selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski2022-02-101-3/+46
* | | | | | selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski2022-02-102-11/+31
* | | | | | selftests: net: cmsg_so_mark: test ICMP and RAW socketsJakub Kicinski2022-02-101-8/+16
* | | | | | selftests: net: cmsg_sender: support icmp and raw socketsJakub Kicinski2022-02-101-9/+55
* | | | | | selftests: net: make cmsg_so_mark ready for more optionsJakub Kicinski2022-02-102-26/+117
* | | | | | selftests: net: rename cmsg_so_markJakub Kicinski2022-02-104-6/+6
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-10116-1235/+1965
|\ \ \ \ \ \
| * | | | | | selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2022-02-091-0/+6
| * | | | | | selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-092-0/+29
| * | | | | | selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich2022-02-092-1/+7
| * | | | | | selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich2022-02-091-1/+1
| * | | | | | selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich2022-02-091-1/+4
| * | | | | | selftests/bpf: Do not export subtest as standalone testHou Tao2022-02-085-8/+8
| * | | | | | selftests/bpf: Fix strict mode calculationMauricio Vásquez2022-02-071-1/+1
| * | | | | | selftests/bpf: Fix tests to use arch-dependent syscall entry pointsNaveen N. Rao2022-02-0711-23/+34
| * | | | | | selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao2022-02-071-1/+1
| * | | | | | selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce2022-02-046-2/+74
| * | | | | | selftests/bpf: Add a selftest for invalid func btf with btf decl_tagYonghong Song2022-02-031-0/+19
| * | | | | | selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko2022-02-037-50/+47
| * | | | | | selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko2022-02-032-3/+3
| * | | | | | selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov2022-02-0314-283/+218
| * | | | | | selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov2022-02-0338-523/+649
| * | | | | | selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi2022-02-015-5/+5
| * | | | | | selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki2022-01-313-20/+160
| * | | | | | selftests/bpf/test_xdp_redirect: use temp netns for testingHangbin Liu2022-01-281-14/+16
| * | | | | | selftests/bpf/test_xdp_meta: use temp netns for testingHangbin Liu2022-01-281-18/+20
| * | | | | | selftests/bpf/test_tcp_check_syncookie: use temp netns for testingHangbin Liu2022-01-281-2/+3
| * | | | | | selftests/bpf/test_lwt_seg6local: use temp netns for testingHangbin Liu2022-01-281-82/+88
| * | | | | | selftests/bpf/test_xdp_vlan: use temp netns for testingHangbin Liu2022-01-281-32/+34
| * | | | | | selftests/bpf/test_xdp_veth: use temp netns for testingHangbin Liu2022-01-281-18/+21