summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests: forwarding: Introduce basic shared blocks testsJiri Pirko2018-02-282-0/+128
* selftests: forwarding: Introduce basic tc chains testsJiri Pirko2018-02-281-0/+122
* selftests: forwarding: Introduce tc actions testsJiri Pirko2018-02-281-0/+195
* selftests: forwarding: Introduce tc flower matching testsJiri Pirko2018-02-282-0/+219
* selftests: forwarding: Allow to get netdev interfaces names from commandlineJiri Pirko2018-02-281-0/+15
* selftests: forwarding: Add MAC get helperJiri Pirko2018-02-281-0/+7
* selftests: forwarding: Add tc offload check helperJiri Pirko2018-02-281-0/+13
* selftests: forwarding: Test IPv6 weighted nexthopsIdo Schimmel2018-02-281-0/+36
* selftests: forwarding: Test IPv4 weighted nexthopsIdo Schimmel2018-02-282-0/+91
* selftests: forwarding: Create test topology for multipath routingIdo Schimmel2018-02-281-0/+209
* selftests: forwarding: Add a test for basic IPv4 and IPv6 routingIdo Schimmel2018-02-282-0/+140
* selftests: forwarding: Add a test for flooded trafficIdo Schimmel2018-02-282-0/+90
* selftests: forwarding: Add a test for FDB learningIdo Schimmel2018-02-282-1/+96
* selftests: forwarding: Add initial testing frameworkIdo Schimmel2018-02-286-0/+465
* selftests/net: reap zerocopy completions passed up as ancillary data.Sowmini Varadhan2018-02-271-8/+57
* selftests/net: revert the zerocopy Rx path for PF_RDSSowmini Varadhan2018-02-271-67/+0Star
* selftests: Add fib-onlink-tests.sh to TEST_PROGSDavid Ahern2018-02-271-1/+1
* tc: python3, string formattingsBTaskaya2018-02-262-5/+5
* tools: tc-testing: better error reportingBrenda J. Butler2018-02-261-14/+70
* tools: tc-testing: Fix indentationBrenda J. Butler2018-02-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-263-6/+132
|\
| * bpf: add various jit test casesDaniel Borkmann2018-02-241-0/+89
| * selftests/bpf: Only run tests if !bpf_disabledJoe Stringer2018-02-151-1/+25
| * selftests/bpf: Count tests skipped by unprivJoe Stringer2018-02-151-3/+7
| * selftests/bpf: Print unexpected output on failJoe Stringer2018-02-151-1/+2
| * tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_tcpbpf_userYonghong Song2018-02-141-0/+6
| * selftests/bpf: fix Makefile for cgroup_helpers.cJesper Dangaard Brouer2018-02-141-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-246-1/+91
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-244-1/+29
| |\ \
| | * | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-231-0/+26
| | * | selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
| | * | selftests/bpf: update gitignore with test_libbpf_openAnders Roxell2018-02-221-0/+1
| | * | selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell2018-02-221-1/+0Star
| * | | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-241-0/+61
| |\ \ \
| | * \ \ Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-0/+61
| | |\ \ \ | | | |/ / | | |/| |
| | | * | seccomp: add a selftest for get_metadataTycho Andersen2018-02-221-0/+61
| * | | | selftests/memfd: add run_fuse_test.sh to TEST_FILESAnders Roxell2018-02-221-0/+1
| |/ / /
* | | | selftests/net: ignore background traffic in psock_fanoutWillem de Bruijn2018-02-233-8/+51
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-208-50/+111
|\| | |
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-157-49/+110
| |\ \ \
| | * | | selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang2018-02-151-2/+30
| | * | | selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski2018-02-151-7/+13
| | * | | selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2018-02-152-1/+6
| | * | | selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski2018-02-131-0/+4
| | * | | selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski2018-02-131-1/+1
| | * | | selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-131-28/+0Star
| | * | | selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-132-6/+16
| | * | | selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski2018-02-131-7/+43
| * | | | Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-141-1/+1
| |\ \ \ \
| | * | | | selftests/powerpc: Fix to use ucontext_t instead of struct ucontextHarish2018-02-131-1/+1