summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2017-05-03userfaultfd: selftest: combine all cases into a single executableMike Rapoport
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01bpf: Include bpf_endian.h in test_progs.c too.David S. Miller
2017-05-01bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann
2017-04-28bpf: fix _htons occurences in test_progsDaniel Borkmann
2017-04-28bpf: add various test cases to verifier selftestsDaniel Borkmann
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-25selftests/net: Fix broken test case in psock_fanoutMike Maloney
2017-04-24selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEIDMike Maloney
2017-04-24selftests/net: cleanup unused parameter in psock_fanoutMike Maloney
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21bpf: Fix values type used in test_mapsDavid Miller
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-20selftests/net: Fixes psock_fanout CBPF test caseMike Maloney
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-18Merge tag 'trace-v4.11-rc5-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-18selftests: ftrace: Add check for function-fork before running pid filter testSteven Rostedt (VMware)
2017-04-18selftests: ftrace: Add a testcase for function PID filterNamhyung Kim
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau
2017-04-17bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau
2017-04-17bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-12x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadowJoerg Roedel
2017-04-08Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05selftests: add a generic testsuite for ethernet deviceLABBE Corentin
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann
2017-03-27selftests/powerpc: Fix standalone powerpc buildMichael Ellerman
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-24tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall ...Chijun Sima
2017-03-24selftests/timers: Spelling s/privledges/privileges/Geert Uytterhoeven
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-23selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-03-21selftests/bpf: fix broken build, take 2Zi Shen Lim
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov
2017-03-09userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli