aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-12-05selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_rootDave Marchevsky2-0/+76
2023-12-04selftests/bpf: Test outer map update operations in syscall programHou Tao2-7/+119
2023-12-04selftests/bpf: Add test cases for inner mapHou Tao2-0/+234
2023-12-04selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"Colin Ian King1-1/+1
2023-12-02bpf: simplify tnum output if a fully known constantAndrii Nakryiko3-4/+4
2023-12-02selftests/bpf: adjust global_func15 test to validate prog exit precisionAndrii Nakryiko1-0/+32
2023-12-02selftests/bpf: validate async callback return value check correctnessAndrii Nakryiko1-8/+28
2023-12-02bpf: enforce precise retval range on program exitAndrii Nakryiko8-11/+11
2023-12-02selftests/bpf: add selftest validating callback result is enforcedAndrii Nakryiko1-0/+50
2023-12-02bpf: provide correct register name for exception callback retval checkAndrii Nakryiko2-2/+2
2023-12-01selftests/bpf: Add test that uses fsverity and xattr to sign a fileSong Liu5-8/+280
2023-12-01selftests/bpf: Add tests for filesystem kfuncsSong Liu5-0/+223
2023-12-01selftests/bpf: Sort config in alphabetic orderSong Liu1-1/+1
2023-12-01selftests/bpf: Fix erroneous bitmask operationJeroen van Ingen Schenau1-2/+2
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski16-72/+627
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+47
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2-11/+47
2023-11-29selftests/bpf: Add TX side to xdp_hw_metadataStanislav Fomichev1-4/+160
2023-11-29selftests/bpf: Convert xdp_hw_metadata to XDP_USE_NEED_WAKEUPStanislav Fomichev1-24/+49
2023-11-29selftests/bpf: Add TX side to xdp_metadataStanislav Fomichev1-4/+29
2023-11-29selftests/bpf: Add csum helpersStanislav Fomichev1-0/+43
2023-11-29selftests/xsk: Support tx_metadata_lenStanislav Fomichev2-0/+4
2023-11-28selftests/bpf: Use pkg-config for libelfAkihiko Odaki1-2/+6
2023-11-28selftests/bpf: Override PKG_CONFIG for static buildsAkihiko Odaki1-1/+1
2023-11-28selftests/bpf: Choose pkg-config for the targetAkihiko Odaki1-3/+3
2023-11-28selftests/bpf: Add link_info test for uprobe_multi linkJiri Olsa2-0/+204
2023-11-28selftests/bpf: Use bpf_link__destroy in fill_link_info testsJiri Olsa1-21/+23
2023-11-28libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa1-1/+1
2023-11-27selftests/bpf: update test_offload to use new orphaned propertyStanislav Fomichev1-9/+6
2023-11-27bpf: Fix a few selftest failures due to llvm18 changeYonghong Song1-0/+1
2023-11-24selftests/bpf: Add lazy global subprog validation testsAndrii Nakryiko2-0/+94
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko2-4/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-208/+617
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski38-362/+3004
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinuxYuran Pereira1-8/+8
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_idYuran Pereira1-131/+73
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_permYuran Pereira1-4/+2
2023-11-21selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_caYuran Pereira1-26/+22
2023-11-20selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-10/+25
2023-11-20selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2023-11-20selftests/bpf: tests for iterating callbacksEduard Zingerman2-0/+149
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman3-14/+60
2023-11-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-20selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48
2023-11-20selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman1-32/+52
2023-11-20selftests/bpf: reduce verboseness of reg_bounds selftest logsAndrii Nakryiko1-11/+21
2023-11-20selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann1-0/+52
2023-11-20selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann1-126/+137
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko2-35/+50