aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2-0/+104
2020-09-30selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker1-0/+6
2020-09-30selftests: net: Add drop monitor testIdo Schimmel3-0/+219
2020-09-30selftests: mlxsw: Add a PFC testPetr Machata1-0/+403
2020-09-30selftests: mlxsw: Add headroom handling testPetr Machata1-0/+379
2020-09-30selftests: mlxsw: qos_lib: Add a wrapper for running mlnx_qosPetr Machata1-0/+14
2020-09-30selftests: forwarding: devlink_lib: Support port-less topologiesPetr Machata1-1/+1
2020-09-30selftests: forwarding: devlink_lib: Add devlink_cell_size_get()Petr Machata1-0/+6
2020-09-30selftests: forwarding: devlink_lib: Split devlink_..._set() into save & setPetr Machata5-11/+72
2020-09-30selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko1-0/+105
2020-09-30bpf, selftests: Add redirect_neigh selftestDaniel Borkmann2-0/+312
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann8-40/+40
2020-09-30selftests: netfilter: add time counter checkFabian Frederick1-2/+8
2020-09-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich1-115/+101
2020-09-29bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend1-1/+3
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen3-1/+71
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa3-0/+154
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen2-32/+139
2020-09-29selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko1-0/+101
2020-09-29selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko2-34/+63
2020-09-29selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen2-2/+2
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen1-3/+9
2020-09-29selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.hAlan Maguire3-1/+51
2020-09-29selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire1-1/+1
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend1-1/+1
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko1-0/+278
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire2-0/+124
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire1-7/+7
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire2-0/+309
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen4-39/+1
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer2-11/+30
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer3-24/+20
2020-09-28selftests: bpf: Add helper to compare socket cookiesLorenz Bauer1-14/+36
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu2-0/+120
2020-09-28selftests: net: add a test for static UDP tunnel portsJakub Kicinski1-0/+58
2020-09-28selftests: net: add a test for shared UDP tunnel info tablesJakub Kicinski1-0/+109
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini2-0/+169
2020-09-28KVM: selftests: Add test for user space MSR handlingAlexander Graf3-0/+250
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson1-1/+1
2020-09-26netdevsim: fix duplicated debugfs directoryJakub Kicinski1-1/+1
2020-09-25netdevsim: add support for flash_update overwrite maskJacob Keller1-0/+18
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-0/+3
2020-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-09-25bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend1-0/+16
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau3-0/+413
2020-09-25bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau3-8/+4
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau2-9/+55
2020-09-25bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau1-79/+9
2020-09-25bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau2-305/+229
2020-09-25bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau4-6/+3