summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-01-25selftests: mm: fix map_hugetlb failure on 64K page size systemsNico Pache
2024-01-25selftests/mm: switch to bash from shMuhammad Usama Anjum
2024-01-25selftests/mm: mremap_test: fix build warningMuhammad Usama Anjum
2024-01-25selftest: Show expected and actual return codes for test failures in fcnal-testDavid Ahern
2024-01-25selftest: Fix set of ping_group_range in fcnal-testDavid Ahern
2024-01-25selftest: Update PATH for nettest in fcnal-testDavid Ahern
2024-01-25selftests/net/lib: update busywait timeout valueHangbin Liu
2024-01-25vsock/test: print type for SOCK_SEQPACKETArseniy Krasnov
2024-01-25selftests: tc-testing: return fail if a test fails in setup/teardownPedro Tammela
2024-01-25selftests: tc-testing: enable all tdc testsPedro Tammela
2024-01-25selftests: tc-testing: adjust fq test to latest iproute2Pedro Tammela
2024-01-25selftests: tc-testing: check if 'jq' is available in taprio testsPedro Tammela
2024-01-25selftests: tc-testing: add missing netfilter configPedro Tammela
2024-01-25selftests: tcp_ao: set the timeout to 2 minutesJakub Kicinski
2024-01-25selftests: net: explicitly wait for listener readyPaolo Abeni
2024-01-25selftests: net: included needed helper in the install targetsPaolo Abeni
2024-01-25selftests: net: remove dependency on ebpf testsPaolo Abeni
2024-01-25selftests: tcp_ao: add a config fileJakub Kicinski
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-25selftests/landlock: Fix fs_test build with old libcHu Yadi
2024-01-25selftests/landlock: Fix net_test build with old libcHu Yadi
2024-01-25selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu
2024-01-24vsock/test: add '--peer-port' input argumentArseniy Krasnov
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko
2024-01-24selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2024-01-24selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski
2024-01-24selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski
2024-01-24KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...Jing Zhang
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau
2024-01-23selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang
2024-01-23selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang
2024-01-23selftests: fill in some missing configs for netJakub Kicinski
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima