summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | selftests/net: remove min gso test in packet_sndDust Li2021-08-021-3/+0
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3122-61/+1798
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet2021-07-301-11/+111
| | * | | | | | | | | selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet2021-07-301-0/+486
| | * | | | | | | | | tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-291-1/+2
| | * | | | | | | | | tools: Free BTF objects at various locationsQuentin Monnet2021-07-291-0/+1
| | * | | | | | | | | bpf: Increase supported cgroup storage value sizeStanislav Fomichev2021-07-273-15/+35
| | * | | | | | | | | selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki2021-07-261-6/+17
| | * | | | | | | | | selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko2021-07-231-0/+7
| | * | | | | | | | | libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-231-0/+9
| | * | | | | | | | | bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-235-9/+384
| | * | | | | | | | | libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-222-0/+13
| | * | | | | | | | | selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis2021-07-221-0/+5
| | * | | | | | | | | selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire2021-07-201-0/+17
| | * | | | | | | | | selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li2021-07-201-1/+1
| | * | | | | | | | | bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend2021-07-201-2/+2
| | * | | | | | | | | selftests/bpf: Check inner map deletionMartynas Pumputis2021-07-192-1/+88
| | * | | | | | | | | selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire2021-07-161-0/+598
| | * | | | | | | | | selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire2021-07-161-0/+12
| | * | | | | | | | | selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng2021-07-162-26/+21
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-318-4/+668
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN optionPeilin Ye2021-07-281-0/+24
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2311-19/+355
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | selftests: net: Test for the IOAM insertion with IPv6Justin Iurman2021-07-214-0/+702
| * | | | | | | | | | | selftests: net: veth: add tests for set_channelPaolo Abeni2021-07-201-1/+182
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-1513-127/+1196
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | selftests/bpf: Add test cases for redirection between udp and unixCong Wang2021-07-151-0/+170
| | * | | | | | | | | | selftests/bpf: Add a test case for unix sockmapCong Wang2021-07-151-0/+97
| | * | | | | | | | | | selftests/bpf: Factor out add_to_sockmap()Cong Wang2021-07-151-38/+21
| | * | | | | | | | | | selftests/bpf: Factor out udp_socketpair()Cong Wang2021-07-151-38/+40
| | * | | | | | | | | | sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-151-3/+5
| | * | | | | | | | | | selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2021-07-152-2/+27
| | * | | | | | | | | | selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2021-07-152-0/+101
| | * | | | | | | | | | selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov2021-07-153-0/+231
| | * | | | | | | | | | selftests/bpf: Add bpf_timer test.Alexei Starovoitov2021-07-152-0/+352
| | * | | | | | | | | | selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser2021-07-151-1/+0
| | * | | | | | | | | | bpf: Tidy xdp attach selftestsKumar Kartikeya Dwivedi2021-07-072-50/+32
| | * | | | | | | | | | selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-072-0/+125
* | | | | | | | | | | | Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds2021-08-315-0/+385
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: add move_mount(MOVE_MOUNT_SET_GROUP) selftestPavel Tikhomirov2021-07-265-0/+385
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-3018-58/+368
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | torture: Make kvm-test-1-run-qemu.sh check for reboot loopsPaul E. McKenney2021-07-271-1/+5
| * | | | | | | | | | | torture: Add timestamps to kvm-test-1-run-qemu.sh outputPaul E. McKenney2021-07-271-5/+5
| * | | | | | | | | | | torture: Don't use "test" command's "-a" argumentPaul E. McKenney2021-07-271-5/+5
| * | | | | | | | | | | torture: Make kvm-test-1-run-batch.sh select per-scenario affinity masksPaul E. McKenney2021-07-274-2/+26
| * | | | | | | | | | | torture: Consistently name "qemu*" test output filesPaul E. McKenney2021-07-273-10/+10
| * | | | | | | | | | | torture: Use numeric taskset argument in jitter.shPaul E. McKenney2021-07-271-7/+3
| * | | | | | | | | | | rcutorture: Upgrade two-CPU scenarios to four CPUsPaul E. McKenney2021-07-273-3/+3
| * | | | | | | | | | | torture: Make kvm-test-1-run-qemu.sh apply affinityPaul E. McKenney2021-07-271-3/+10
| * | | | | | | | | | | torture: Don't redirect qemu-cmd comment linesPaul E. McKenney2021-07-271-1/+1