summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+3
* bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+54
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-196-7/+108
* bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-154-2/+256
* selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_o...Jiri Pirko2018-03-071-1/+1
* selftests: forwarding: fix "ok" action testJiri Pirko2018-03-071-1/+4
* selftests: net: Introduce first PMTU testStefano Brivio2018-03-072-1/+164
* selftests/net: fix in_netns.sh scriptPrashant Bhole2018-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-0610-19/+80
|\
| * Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-051-1/+2
| |\
| | * selftests: memory-hotplug: fix emit_tests regressionShuah Khan2018-03-021-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-052-1/+59
| |\ \
| | * | tc-testing: skbmod: fix match value of ethertypeDavide Caratti2018-03-051-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-021-0/+58
| | |\ \
| | | * | bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-0/+58
| * | | | Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-288-16/+19
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | selftests: vm: update .gitignore with new testShuah Khan2018-02-271-0/+1
| | * | selftests: memory-hotplug: silence test command echoShuah Khan2018-02-271-1/+1
| | * | selftests/futex: Fix line continuation in MakefileDaniel Díaz2018-02-271-3/+3
| | * | selftests: memfd: add config fragment for fuseAnders Roxell2018-02-131-0/+1
| | * | selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=mNaresh Kamboju2018-02-131-0/+1
| | * | selftests/android: Fix line continuation in MakefileDaniel Díaz2018-02-131-4/+4
| | * | selftest/vDSO: fix O=Dominik Brodowski2018-02-131-7/+7
| | * | selftests: sync: missing CFLAGS while compilingAnders Roxell2018-02-131-1/+1
* | | | selftests: forwarding: Add suppport to create veth interfacesDavid Ahern2018-03-052-0/+40
* | | | selftests: Extend the tc action test for action mirrorArkadi Sharshevsky2018-03-051-6/+10
* | | | selftests: rtnetlink: remove testns on test failPrashant Bhole2018-03-051-0/+6
* | | | tools: tc-testing: Add notap optionBrenda J. Butler2018-03-041-11/+23
* | | | selftests: forwarding: Add multipath test for L4 hashingDavid Ahern2018-03-041-0/+44
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-0311-61/+154
|\ \ \ \
| * | | | bpf: add tail call tests to test_verifierDaniel Borkmann2018-02-271-7/+110
| * | | | bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-2711-54/+44
* | | | | selftests: forwarding: Add description to the multipath testsDavid Ahern2018-03-021-17/+20
* | | | | selftests: forwarding: Use PING6 instead of ping for ipv6 multipath testDavid Ahern2018-03-021-1/+1
* | | | | selftests: forwarding: Handle 0 for packet difference in multipath testsDavid Ahern2018-03-021-0/+7
* | | | | selftests: forwarding: Only check tc version for tc testsDavid Ahern2018-03-027-15/+25
* | | | | 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