summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-131-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | mptcp: pm: update add_addr counters after connectYonglongLi2024-06-111-2/+2
| | * | | | mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi2024-06-111-1/+2
| * | | | | Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-06-072-0/+112
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM: s390x: selftests: Add shared zeropage testDavid Hildenbrand2024-06-052-0/+112
| | | |/ / | | |/| |
* | | | | selftests: forwarding: router_mpath_hash: Add a new selftestPetr Machata2024-06-132-0/+334
* | | | | selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()Petr Machata2024-06-131-1/+8
* | | | | selftests: mptcp: lib: use wait_local_port_listen helperGeliang Tang2024-06-121-14/+2
* | | | | selftests: mptcp: lib: use setup/cleanup_ns helpersGeliang Tang2024-06-121-9/+8
* | | | | selftests: net: lib: remove 'ns' var in setup_nsGeliang Tang2024-06-121-8/+12
* | | | | selftests: net: lib: do not set ns var as readonlyMatthieu Baerts (NGI0)2024-06-121-3/+3
* | | | | selftests: net: lib: remove ns from list after clean-upMatthieu Baerts (NGI0)2024-06-121-4/+17
* | | | | selftests: net: lib: ignore possible errorsMatthieu Baerts (NGI0)2024-06-121-9/+1
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-1128-195/+991
|\ \ \ \ \
| * | | | | selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang2024-06-061-11/+9
| * | | | | selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang2024-06-061-12/+15
| * | | | | selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang2024-06-061-11/+9
| * | | | | selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang2024-06-061-9/+33
| * | | | | selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_caGeliang Tang2024-06-061-27/+34
| * | | | | selftests/bpf: Add btf_field_iter selftestsAlan Maguire2024-06-061-0/+161
| * | | | | selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song2024-06-061-1/+2
| * | | | | selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()Yonghong Song2024-06-041-1/+12
| * | | | | selftests/bpf: Fix bpf_cookie and find_vma in nested VMSong Liu2024-06-042-3/+3
| * | | | | selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee2024-06-042-0/+54
| * | | | | selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee2024-06-042-0/+124
| * | | | | selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee2024-06-042-0/+176
| * | | | | selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang2024-06-031-3/+0
| * | | | | selftests/bpf: Check length of recv in test_sockmapGeliang Tang2024-06-031-1/+2
| * | | | | selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang2024-06-031-1/+1
| * | | | | selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang2024-06-031-4/+2
| * | | | | selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang2024-06-031-16/+14
| * | | | | selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang2024-06-031-28/+31
| * | | | | selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang2024-06-031-1/+2
| * | | | | selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang2024-06-031-3/+3
| * | | | | selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert2024-06-031-5/+0
| * | | | | selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert2024-06-032-12/+0
| * | | | | selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert2024-06-031-6/+0
| * | | | | selftests/bpf: test struct_ops with epollKui-Feng Lee2024-05-312-0/+67
| * | | | | bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2024-05-312-5/+5
| * | | | | selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki2024-05-302-39/+9
| * | | | | selftests/bpf: Add selftest for bits iterYafang Shao2024-05-302-0/+155
| * | | | | selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang2024-05-291-11/+55
| * | | | | selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang2024-05-292-4/+8
| * | | | | selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang2024-05-293-5/+19
| * | | | | selftests/bpf: Add start_server_str helperGeliang Tang2024-05-292-6/+18
| * | | | | selftests/bpf: Drop struct post_socket_optsGeliang Tang2024-05-294-7/+5
* | | | | | mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel2024-06-101-4/+51
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-0615-25/+103
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-063-10/+11
| |\ \ \ \ \
| | * | | | | selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)2024-06-061-0/+1