summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2017-11-01tc-testing: better check if thing is listBrenda J. Butler-1/+1
2017-11-01tc-testing: correction to docstring in get_unique_itemBrenda J. Butler-1/+1
2017-11-01tc-testing: split config fileBrenda J. Butler-0/+37
2017-11-01tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler-0/+1
2017-11-01tc-testing: very simple example test casesBrenda J. Butler-2/+80
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan-1/+5
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler-2/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+102
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi-0/+62
2017-10-25locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removalMark Rutland-3/+2
2017-10-25locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT...Mark Rutland-2/+2
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-9/+9
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov-3/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+545
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+522
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo-0/+3
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann-0/+480
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng-0/+48
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend-2/+14
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend-3/+3
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend-1/+11
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski-0/+14
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates-4/+4
2017-10-14tc-testing: Add test cases for police and skbmodLucas Bates-0/+899
2017-10-14tc-testing: Split test case files into smaller chunksLucas Bates-1212/+1194
2017-10-14tc-testing: Add test cases for flushing actionsLucas Bates-1/+48
2017-10-13userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli-5/+20
2017-10-13selftests/powerpc: context_switch: Fix pthread errorsCyril Bur-3/+14
2017-10-12selftests: rtnetlink: add a small macsec test caseFlorian Westphal-0/+42
2017-10-12Merge tag 'drm-intel-next-2017-09-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+234
2017-10-10selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal-0/+28
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski-1/+172
2017-10-10Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+3
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-10-09torture: Provide TMPDIR environment variable to specify tmpdirPaul E. McKenney-9/+9
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song-0/+3
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song-0/+3
2017-10-07acpi nfit: nfit_test supports translate SPAYasunori Goto-1/+103
2017-10-06selftests/powerpc: Use snprintf to construct DSCR sysfs interface pathsSeth Forshee-1/+5
2017-10-05selftests/net: rxtimestamp: Fix an off by oneDan Carpenter-1/+1
2017-10-05VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi-0/+1038
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-65/+245
2017-10-05selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan-2/+2
2017-10-05selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan-1/+1
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov-0/+72
2017-10-04selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal-0/+6
2017-10-02selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal-0/+96
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau-11/+132
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau-28/+30