aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-05-18mptcp: introduces more address related mibsPaolo Abeni1-2/+2
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang1-0/+1
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-12/+84
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsDan Williams2-0/+16
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-7/+12
2023-05-17Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-4/+71
2023-05-17selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song1-1/+1
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song4-1/+4
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov1-2/+1
2023-05-17net: selftests: Fix optstringBenjamin Poirier1-1/+1
2023-05-16selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson2-20/+30
2023-05-16selftests/xsk: generate data for multi-buffer packetsMagnus Karlsson1-27/+43
2023-05-16selftests/xsk: populate fill ring based on frags neededMagnus Karlsson2-12/+41
2023-05-16selftests/xsx: test for huge pages only onceMagnus Karlsson2-94/+94
2023-05-16selftests/xsk: store offset in pkt instead of addrMagnus Karlsson2-64/+90
2023-05-16selftests/xsk: add packet iterator for tx to packet streamMagnus Karlsson2-21/+24
2023-05-16selftests/xsk: dump packet at errorMagnus Karlsson3-22/+9
2023-05-16selftests/xsk: add varying payload pattern within packetMagnus Karlsson2-24/+47
2023-05-16selftests/xsk: generate simpler packets with variable lengthMagnus Karlsson2-200/+38
2023-05-16selftests/xsk: do not change XDP program when not necessaryMagnus Karlsson1-3/+12
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2-0/+226
2023-05-16selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa1-18/+18
2023-05-16selftests/bpf: Allow to use kfunc from testmod.ko in test_verifierJiri Olsa1-22/+139
2023-05-16selftests/bpf: Load bpf_testmod for verifier testJiri Olsa1-0/+9
2023-05-16selftests/bpf: Use un/load_bpf_testmod functions in testsJiri Olsa4-41/+14
2023-05-16selftests/bpf: Do not unload bpf_testmod in load_bpf_testmodJiri Olsa2-6/+8
2023-05-16selftests/bpf: Use only stdout in un/load_bpf_testmod functionsJiri Olsa1-4/+4
2023-05-16selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa4-66/+74
2023-05-16selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.hJiri Olsa11-51/+52
2023-05-16selftests/bpf: Fix s390 sock_field test failureYonghong Song1-1/+4
2023-05-16selftests/bpf: improve netcnt test robustnessAndrii Nakryiko1-2/+2
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski33-364/+1964
2023-05-16kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook2-0/+5
2023-05-15torture: Remove duplicated argument -enable-kvm for ppc64Zhouyi Zhou1-1/+1
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest1-1/+0
2023-05-14selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden1-1/+1
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-05-13selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev10-132/+166
2023-05-13selftests/bpf: Update EFAULT {g,s}etsockopt selftestsStanislav Fomichev1-6/+90
2023-05-13selftests: net: vxlan: Add tests for vxlan nolocalbypass option.Vladimir Nikishkin2-0/+241
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams1-1/+1
2023-05-12selftests: fcnal: Test SO_DONTROUTE on raw and ping sockets.Guillaume Nault1-0/+14
2023-05-12selftests: fcnal: Test SO_DONTROUTE on UDP sockets.Guillaume Nault1-0/+17
2023-05-12selftests: fcnal: Test SO_DONTROUTE on TCP sockets.Guillaume Nault1-0/+56
2023-05-12selftests: Add SO_DONTROUTE option to nettest.Guillaume Nault1-1/+45
2023-05-11selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer1-5/+6
2023-05-11selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer1-1/+5
2023-05-11rcutorture: Correct name of use_softirq module parameterPaul E. McKenney2-2/+2
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+194
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-7/+193