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