aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+7
2021-04-30selftests/bpf: Fix the snprintf testFlorent Revest2-0/+7
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-04-28bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela1-29/+75
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann1-1/+1
2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko9-48/+24
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko7-15/+56
2021-04-25selftests/bpf: Use ASSERT macros in lsm testJiri Olsa1-17/+10
2021-04-25selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa1-0/+23
2021-04-25selftests/bpf: Add re-attach test to lsm testJiri Olsa1-10/+38
2021-04-25selftests/bpf: Add re-attach test to fexit_testJiri Olsa1-15/+37
2021-04-25selftests/bpf: Add re-attach test to fentry_testJiri Olsa1-15/+37
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller34-114/+1012
2021-04-25tools: do not include scripts/Kbuild.includeMasahiro Yamada1-1/+1
2021-04-23selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko1-0/+9
2021-04-23selftests/bpf: Add map linking selftestAndrii Nakryiko4-1/+191
2021-04-23selftests/bpf: Add global variables linking selftestAndrii Nakryiko4-1/+154
2021-04-23selftests/bpf: Add function linking selftestAndrii Nakryiko4-1/+190
2021-04-23selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko1-1/+3
2021-04-23selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko1-4/+4
2021-04-20selftests/bpf: Add docs target as all dependencyJiri Olsa1-1/+2
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky2-0/+28
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky1-0/+43
2021-04-19selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest3-0/+218
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-35/+16
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann6-35/+16
2021-04-15selftests/bpf: Silence clang compilation warningsYonghong Song3-4/+9
2021-04-15selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song1-1/+1
2021-04-14tools/testing: Remove unused variablezuoqilin1-1/+1
2021-04-14selftests/bpf: Fix the ASSERT_ERR_PTR macroFlorent Revest1-1/+1
2021-04-13selftests/bpf: Add tests for target information in bpf_link info queriesToke Høiland-Jørgensen1-14/+44
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+63
2021-04-08selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fdYauheni Kaliuta2-0/+25
2021-04-08selftests/bpf: ringbuf_multi: Use runtime page sizeYauheni Kaliuta2-4/+20
2021-04-08selftests/bpf: ringbuf: Use runtime page sizeYauheni Kaliuta2-5/+13
2021-04-08selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta2-7/+19
2021-04-08selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta2-4/+15
2021-04-08selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta2-6/+6
2021-04-08selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta1-48/+17
2021-04-08selftests/bpf: test_progs/sockopt_sk: Remove versionYauheni Kaliuta1-1/+0
2021-04-03bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau1-0/+2
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend1-12/+0
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang2-0/+58
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang2-0/+158
2021-03-30selftests/bpf: Add an option for a debug shell in vmtest.shKP Singh1-11/+28
2021-03-30selftests: xsk: Remove unused definesBjörn Töpel2-6/+3
2021-03-30selftests: xsk: Remove mutex and condition variableBjörn Töpel2-30/+6
2021-03-30selftests: xsk: Remove thread attributeBjörn Töpel2-9/+2
2021-03-30selftests: xsk: Implement bpf_link testMaciej Fijalkowski3-50/+139