summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1
| * | | | | | samples/bpf: add a test for bpf_override_returnJosef Bacik2017-11-111-1/+2
| * | | | | | selftests/bpf: add a test for device cgroup controllerRoman Gushchin2017-11-053-2/+155
| * | | | | | bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin2017-11-053-1/+196
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04235-1/+239
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann2017-11-021-0/+442
| * | | | | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-72/+72
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+2
| |\ \ \ \ \ \
| * | | | | | | selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2017-11-012-5/+0
| * | | | | | | tc-testing: better test case file error reportingBrenda J. Butler2017-11-011-9/+14
| * | | | | | | tc-testing: better check if thing is listBrenda J. Butler2017-11-011-1/+1
| * | | | | | | tc-testing: correction to docstring in get_unique_itemBrenda J. Butler2017-11-011-1/+1
| * | | | | | | tc-testing: split config fileBrenda J. Butler2017-11-012-0/+37
| * | | | | | | tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler2017-11-011-0/+1
| * | | | | | | tc-testing: very simple example test casesBrenda J. Butler2017-11-013-2/+80
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-304-5/+102
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-3/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-227-14/+545
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: Adding helper function bpf_getsockopsLawrence Brakmo2017-10-221-0/+3
| * | | | | | | | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
| * | | | | | | | tc-testing: fix the -l argument bug in tdc.pyLucas Bates2017-10-141-4/+4
| * | | | | | | | tc-testing: Add test cases for police and skbmodLucas Bates2017-10-142-0/+899
| * | | | | | | | tc-testing: Split test case files into smaller chunksLucas Bates2017-10-146-1212/+1194
| * | | | | | | | tc-testing: Add test cases for flushing actionsLucas Bates2017-10-141-1/+48
| * | | | | | | | selftests: rtnetlink: add a small macsec test caseFlorian Westphal2017-10-121-0/+42
| * | | | | | | | selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal2017-10-101-0/+28
| * | | | | | | | selftests/bpf: add a test for verifier logsJakub Kicinski2017-10-102-1/+172
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-071-0/+3
| * | | | | | | | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-071-0/+3
| * | | | | | | | | VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-058-0/+1038
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0520-65/+245
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-041-0/+72
| * | | | | | | | | selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal2017-10-041-0/+6
| * | | | | | | | | selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal2017-10-021-0/+96
| * | | | | | | | | bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
| * | | | | | | | | bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
| * | | | | | | | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-1/+1
| * | | | | | | | | selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal2017-09-281-0/+42
| * | | | | | | | | bpf: improve selftests and add tests for meta pointerDaniel Borkmann2017-09-265-4/+370
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-104/+626
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-7/+49
| * | | | | | | | | selftests: rtnetlink.sh: add test case for device ifaliasFlorian Westphal2017-09-191-0/+57
| * | | | | | | | | bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-4/+183
| * | | | | | | | | bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek2017-09-191-1/+13
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-133-25/+176
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri2017-11-081-1/+17
| * | | | | | | | | | selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri2017-11-081-1/+72
| * | | | | | | | | | selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
| * | | | | | | | | | selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9