summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+68
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-22/+166
2022-02-23selftests: forwarding: tests of locked port featureHans Schultz-0/+189
2022-02-22testptp: add option to shift clock by nanosecondsMaciek Machnikowski-4/+14
2022-02-21selftests: fib_test: Add a test case for IPv4 broadcast neighboursIdo Schimmel-1/+57
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2022-02-19selftests: mptcp: be more conservative with cookie MPJ limitsPaolo Abeni-3/+12
2022-02-19selftests: mptcp: more robust signal race testPaolo Abeni-3/+12
2022-02-19selftests: mptcp: improve 'fair usage on close' stabilityPaolo Abeni-1/+1
2022-02-19selftests: mptcp: fix diag instabilityPaolo Abeni-7/+37
2022-02-17selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang-0/+19
2022-02-17selftests: mptcp: join: check for tools only if neededMatthieu Baerts-18/+20
2022-02-17selftests: mptcp: join: create tmp files only if neededMatthieu Baerts-13/+24
2022-02-17selftests: mptcp: join: remove unused varsMatthieu Baerts-4/+1
2022-02-17selftests: mptcp: join: exit after usage()Matthieu Baerts-1/+12
2022-02-17selftests: mptcp: simplify pm_nl_change_endpointGeliang Tang-29/+8
2022-02-17selftests: mptcp: increase timeout to 20 minutesMatthieu Baerts-1/+1
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-9/+174
2022-02-17Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds-4/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+104
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-8/+104
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+120
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+120
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun-2/+2
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun-1/+1
2022-02-17selftests: net: basic test for IPV6_2292*Jakub Kicinski-1/+41
2022-02-17selftests: net: test IPV6_HOPLIMITJakub Kicinski-1/+49
2022-02-17selftests: net: test IPV6_TCLASSJakub Kicinski-1/+69
2022-02-17selftests: net: test IPV6_DONTFRAGJakub Kicinski-23/+147
2022-02-16selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez-2/+48
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+0
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer-8/+18
2022-02-15selftests/bpf: Add Skeleton templated wrapper as an exampleAndrii Nakryiko-2/+85
2022-02-15selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko-3/+3
2022-02-14selftests/ftrace: Do not trace do_softirq because of PREEMPT_RTKrzysztof Kozlowski-1/+1
2022-02-14selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang-1/+1
2022-02-14selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"Colin Ian King-1/+1
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti-0/+52
2022-02-11selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi-0/+86
2022-02-11selftests: kvm: Remove absent target fileMuhammad Usama Anjum-1/+0
2022-02-11selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum-2/+2
2022-02-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller-2/+120
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault-0/+13
2022-02-11tests: fix idmapped mount_setattr testChristian Brauner-2/+2
2022-02-10selftest/bpf: Check invalid length in test_xdp_update_fragsLorenzo Bianconi-1/+37
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+61
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2022-02-10Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds-15/+43
2022-02-10Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...Linus Torvalds-1/+1
2022-02-11selftests: netfilter: disable rp_filter on routerHangbin Liu-0/+1