summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-043-0/+1037
|\
| * khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov2020-06-041-0/+83
| * khugepaged: add self testKirill A. Shutemov2020-06-043-0/+954
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-04140-1625/+10872
|\ \
| * | selftests: net: ip_defrag: ignore EPERMThadeu Lima de Souza Cascardo2020-06-031-4/+4
| * | selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich2020-06-021-0/+2
| * | bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich2020-06-024-48/+48
| * | selftests/bpf: Fix verifier testAlexei Starovoitov2020-06-021-1/+1
| * | selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko2020-06-021-1/+1
| * | bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann2020-06-021-3/+6
| * | selftests/bpf: Extend test_flow_dissector to cover link creationJakub Sitnicki2020-06-021-33/+82
| * | selftests/bpf: Convert test_flow_dissector to use BPF skeletonJakub Sitnicki2020-06-022-15/+55
| * | selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki2020-06-021-0/+1
| * | selftests/bpf: Add tests for attaching bpf_link to netnsJakub Sitnicki2020-06-021-37/+551
| * | selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockoptFerenc Fejes2020-06-011-0/+33
| * | bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend2020-06-012-22/+187
| * | selftest: Add tests for XDP programs in devmap entriesDavid Ahern2020-06-013-0/+163
| * | bpf: Add BPF ringbuf and perf buffer benchmarksAndrii Nakryiko2020-06-016-1/+754
| * | selftests/bpf: Add BPF ringbuf selftestsAndrii Nakryiko2020-06-014-0/+468
| * | bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-018-18/+18
| * | selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov2020-06-011-1/+39
| * | selftests/bpf: Cleanup comments in test_mapsAnton Protopopov2020-06-011-3/+3
| * | selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov2020-06-011-0/+4
| * | selftests/bpf: Fix a typo in test_mapsAnton Protopopov2020-06-011-1/+1
| * | bpf, selftests: Test probe_* helpers from SCHED_CLSJohn Fastabend2020-06-012-0/+58
| * | bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend2020-06-012-0/+82
| * | selftests: mlxsw: Add test for control packetsIdo Schimmel2020-06-012-0/+711
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-012-14/+53
| |\ \
| * | | selftests: forwarding: pedit_dsfield: Check counter valuePetr Machata2020-05-311-1/+6
| * | | selftests: forwarding: mirror_lib: Use mausezahnPetr Machata2020-05-311-4/+2
| * | | selftests: Add torture tests to nexthop testsDavid Ahern2020-05-281-2/+113
| * | | net: add large ecmp group nexthop testsStephen Worley2020-05-271-2/+82
| * | | mlxsw: spectrum: Reduce priority of locally delivered packetsIdo Schimmel2020-05-271-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2411-5/+241
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-2321-711/+902
| |\ \ \ \
| | * | | | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire2020-05-231-0/+1
| | * | | | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire2020-05-231-0/+1
| | * | | | selftests/bpf: Add general instructions for test executionAlan Maguire2020-05-231-0/+2
| | * | | | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr checkJohn Fastabend2020-05-221-0/+1
| | * | | | bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend2020-05-221-0/+19
| | * | | | bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend2020-05-221-0/+33
| | * | | | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_metaAndrii Nakryiko2020-05-192-0/+30
| | * | | | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.hAndrii Nakryiko2020-05-196-0/+98
| | * | | | bpf, testing: Add get{peer, sock}name selftests to test_progsDaniel Borkmann2020-05-195-33/+215
| | * | | | bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend2020-05-161-26/+44
| | * | | | bpf: Selftests, add blacklist to test_sockmapJohn Fastabend2020-05-161-2/+31
| | * | | | bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend2020-05-161-1/+30
| | * | | | bpf: Selftests, provide verbose option for selftests executionJohn Fastabend2020-05-161-108/+71
| | * | | | bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend2020-05-161-375/+348
| | * | | | bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend2020-05-161-3/+8