summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftest: netdevsim: Add devlink rate grouping testDmytro Linkin2021-06-021-0/+42
* selftest: netdevsim: Add devlink rate nodes testDmytro Linkin2021-06-021-0/+45
* selftest: netdevsim: Add devlink port shared/max tx rate testDmytro Linkin2021-06-021-0/+55
* selftest: netdevsim: Add devlink rate testDmytro Linkin2021-06-021-1/+24
* net/sched: act_vlan: Test priority 0 modificationBoris Sukholitko2021-06-011-0/+24
* net/sched: act_vlan: No dump for unset priorityBoris Sukholitko2021-06-011-2/+2
* selftests: devlink_lib: add check for devlink device existenceJiri Pirko2021-05-271-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2720-334/+1020
|\
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2612-277/+893
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-256-193/+457
| | |\
| | | * bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-05-252-10/+0
| | | * selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki2021-05-252-178/+405
| | | * selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko2021-05-201-1/+48
| | | * selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev2021-05-202-4/+4
| | * | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-4/+4
| | * | selftests: Add .gitignore for nci test suiteDavid Matlack2021-05-201-0/+1
| | |/
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-117-266/+617
| | |\
| | | * selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki2021-05-117-266/+617
| * | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-231-9/+18
| |\ \ \
| | * | | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-211-9/+18
| * | | | tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-221-3/+3
| * | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-7/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-7/+7
| * | | | Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-152-18/+26
| |\ \ \ \
| | * | | | ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams2021-05-121-17/+25
| | * | | | tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' staticZou Wei2021-05-121-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-141-0/+1
| |\ \ \ \
| | * | | | kselftest/arm64: Add missing stddef.h include to BTI testsMark Brown2021-05-101-0/+1
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-102-20/+72
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selftests: kvm: remove reassignment of non-absolute variablesBill Wendling2021-05-071-2/+2
| | * | | KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov2021-05-071-11/+55
| | * | | KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov2021-05-071-8/+16
* | | | | selftests: net: devlink_port_split.py: skip the test if no devlink devicePo-Hsu Lin2021-05-201-1/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-05-1938-113/+718
|\ \ \ \ \
| * | | | | selftests/bpf: Convert test trace_printk to lskel.Alexei Starovoitov2021-05-192-2/+2
| * | | | | selftests/bpf: Convert test printk to use rodata.Alexei Starovoitov2021-05-192-3/+6
| * | | | | selftests/bpf: Convert atomics test to light skeleton.Alexei Starovoitov2021-05-192-37/+37
| * | | | | selftests/bpf: Convert few tests to light skeleton.Alexei Starovoitov2021-05-1910-28/+41
| * | | | | libbpf: Change the order of data and text relocations.Alexei Starovoitov2021-05-191-0/+13
| * | | | | selftests/bpf: Test for btf_load command.Alexei Starovoitov2021-05-192-0/+53
| * | | | | selftests/bpf: Test for syscall program typeAlexei Starovoitov2021-05-192-0/+123
| * | | | | libbpf: Add selftests for TC-BPF management APIKumar Kartikeya Dwivedi2021-05-172-0/+407
| * | | | | selftests/bpf: Validate skeleton gen handles skipped fieldsAndrii Nakryiko2021-05-134-5/+5
| * | | | | selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko2021-05-1119-40/+33
| |/ / / /
* | | | | selftests: forwarding: Add test for custom multipath hash with IPv6 GREIdo Schimmel2021-05-181-0/+458
* | | | | selftests: forwarding: Add test for custom multipath hash with IPv4 GREIdo Schimmel2021-05-181-0/+456
* | | | | selftests: forwarding: Add test for custom multipath hashIdo Schimmel2021-05-181-0/+364
* | | | | selftests: mlxsw: qos_lib: Drop __mlnx_qosPetr Machata2021-05-171-14/+0
* | | | | selftests: mlxsw: qos_pfc: Convert to iproute2 dcbPetr Machata2021-05-171-12/+12
* | | | | selftests: mlxsw: qos_headroom: Convert to iproute2 dcbPetr Machata2021-05-171-34/+35