summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-03-03selftests: forwarding: hw_stats_l3: Add a new testPetr Machata1-0/+332
2022-03-01selftests: add new tests for vxlan vnifilteringRoopa Prabhu1-0/+579
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+68
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-22/+166
2022-02-23selftests: forwarding: tests of locked port featureHans Schultz3-0/+189
2022-02-23testptp: add option to shift clock by nanosecondsMaciek Machnikowski1-4/+14
2022-02-21selftests: fib_test: Add a test case for IPv4 broadcast neighboursIdo Schimmel1-1/+57
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2022-02-19selftests: mptcp: be more conservative with cookie MPJ limitsPaolo Abeni1-3/+12
2022-02-19selftests: mptcp: more robust signal race testPaolo Abeni1-3/+12
2022-02-19selftests: mptcp: improve 'fair usage on close' stabilityPaolo Abeni1-1/+1
2022-02-19selftests: mptcp: fix diag instabilityPaolo Abeni1-7/+37
2022-02-18selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang1-0/+19
2022-02-18selftests: mptcp: join: check for tools only if neededMatthieu Baerts1-18/+20
2022-02-18selftests: mptcp: join: create tmp files only if neededMatthieu Baerts1-13/+24
2022-02-18selftests: mptcp: join: remove unused varsMatthieu Baerts1-4/+1
2022-02-18selftests: mptcp: join: exit after usage()Matthieu Baerts1-1/+12
2022-02-18selftests: mptcp: simplify pm_nl_change_endpointGeliang Tang1-29/+8
2022-02-18selftests: mptcp: increase timeout to 20 minutesMatthieu Baerts1-1/+1
2022-02-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-9/+174
2022-02-18Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-4/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+104
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-8/+104
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+120
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+120
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun1-2/+2
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun1-1/+1
2022-02-17selftests: net: basic test for IPV6_2292*Jakub Kicinski2-1/+41
2022-02-17selftests: net: test IPV6_HOPLIMITJakub Kicinski2-1/+49
2022-02-17selftests: net: test IPV6_TCLASSJakub Kicinski2-1/+69
2022-02-17selftests: net: test IPV6_DONTFRAGJakub Kicinski2-23/+147
2022-02-16selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez1-2/+48
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer1-8/+18
2022-02-15selftests/bpf: Add Skeleton templated wrapper as an exampleAndrii Nakryiko1-2/+85
2022-02-15selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko3-3/+3
2022-02-14selftests/ftrace: Do not trace do_softirq because of PREEMPT_RTKrzysztof Kozlowski1-1/+1
2022-02-14selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang1-1/+1
2022-02-14selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"Colin Ian King1-1/+1
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti1-0/+52
2022-02-12selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi2-0/+86
2022-02-11selftests: kvm: Remove absent target fileMuhammad Usama Anjum1-1/+0
2022-02-11selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum1-2/+2
2022-02-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller4-2/+120
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault1-0/+13
2022-02-11tests: fix idmapped mount_setattr testChristian Brauner1-2/+2
2022-02-11selftest/bpf: Check invalid length in test_xdp_update_fragsLorenzo Bianconi1-1/+37
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-26/+61
2022-02-11Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-02-11Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-15/+43