summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1556-241/+2560
|\
| * selftests/bpf: Test for sk helpers in cgroup skbAndrey Ignatov2020-05-152-0/+192
| * selftests/bpf: Add connect_fd_to_fd, connect_wait net helpersAndrey Ignatov2020-05-152-13/+63
| * selftest/bpf: Fix spelling mistake "SIGALARM" -> "SIGALRM"Colin Ian King2020-05-151-1/+1
| * selftests/bpf: Test narrow loads for bpf_sock_addr.user_portAndrey Ignatov2020-05-151-10/+28
| * tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0Yonghong Song2020-05-131-0/+43
| * selftest/bpf: Add BPF triggering benchmarkAndrii Nakryiko2020-05-135-1/+238
| * selftest/bpf: Fmod_ret prog and implement test_overhead as part of benchAndrii Nakryiko2020-05-136-2/+240
| * selftests/bpf: Add benchmark runner infrastructureAndrii Nakryiko2020-05-135-1/+608
| * selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko2020-05-135-64/+78
| * selftests/bpf: Install generated test progsYauheni Kaliuta2020-05-131-0/+1
| * bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
| * tools/bpf: selftests: Add bpf_iter selftestsYonghong Song2020-05-106-0/+509
| * tools/bpf: selftests: Add iter progs for bpf_map/task/task_fileYonghong Song2020-05-103-0/+79
| * tools/bpf: selftests: Add iterator programs for ipv6_route and netlinkYonghong Song2020-05-102-0/+128
| * bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-093-0/+171
| * selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev2020-05-0922-53/+90
| * selftests/bpf: Generalize helpers to control background listenerStanislav Fomichev2020-05-094-113/+108
* | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski2020-05-151-0/+15
* | selftests: fix flower parent qdiscVlad Buslov2020-05-142-6/+6
* | selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...Jiri Pirko2020-05-101-0/+107
* | selftests: mlxsw: tc_restrictions: add test to check sample action restrictionsJiri Pirko2020-05-101-0/+25
* | selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.shJiri Pirko2020-05-101-0/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-0722-45/+372
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-073-5/+57
| |\ \
| | * | wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld2020-05-071-3/+51
| | * | wireguard: selftests: use normal kernel stack size on ppc64Jason A. Donenfeld2020-05-071-0/+1
| | * | selftests: net: tcp_mmap: fix SO_RCVLOWAT settingEric Dumazet2020-05-071-1/+3
| | * | selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet2020-05-061-1/+2
| * | | Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-0119-40/+315
| |\ \ \ | | |/ / | |/| |
| | * | selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang2020-04-241-1/+1
| | * | selftests: add build/cross-build dependency check scriptShuah Khan2020-04-244-9/+291
| | * | selftests/ftrace: Check required filter files before running testXiao Yang2020-04-2414-30/+23
* | | | devlink: let kernel allocate region snapshot idJakub Kicinski2020-05-041-0/+13
| |_|/ |/| |
* | | ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng2020-05-031-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-0225-264/+2295
|\ \ \
| * | | selftests/bpf: Use reno instead of dctcpStanislav Fomichev2020-05-022-4/+3
| * | | bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev2020-05-012-0/+47
| * | | bpf: Add selftest for BPF_ENABLE_STATSSong Liu2020-05-012-0/+63
| * | | selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2020-04-302-1/+56
| * | | selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign testJakub Sitnicki2020-04-293-52/+53
| * | | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowedJakub Sitnicki2020-04-292-30/+70
| * | | selftests/bpf: Add runqslower binary to .gitignoreAndrii Nakryiko2020-04-291-1/+1
| * | | selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftestAndrii Nakryiko2020-04-291-4/+1
| * | | selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory readAndrii Nakryiko2020-04-291-0/+5
| * | | selftests/bpf: Fix invalid memory reads in core_relo selftestAndrii Nakryiko2020-04-291-1/+1
| * | | selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko2020-04-291-0/+1
| * | | selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko2020-04-291-4/+16
| * | | selftests/bpf: Convert test_hashmap into test_progs testAndrii Nakryiko2020-04-293-144/+140
| * | | selftests/bpf: Add SAN_CFLAGS param to selftests build to allow sanitizersAndrii Nakryiko2020-04-291-3/+4