summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2021-02-13selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov9-0/+381
2021-02-13selftests/bpf: Tests using bpf_check_mtu BPF-helperJesper Dangaard Brouer1-0/+198
2021-02-13selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirectJesper Dangaard Brouer1-0/+7
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu2-0/+66
2021-02-12selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest1-3/+33
2021-02-12selftests/bpf: Use vmlinux.h in socket_cookie_prog.cFlorent Revest1-5/+6
2021-02-12selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest1-2/+0
2021-02-11selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov1-0/+69
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov1-0/+46
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei1-0/+51
2021-02-05bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh1-8/+25
2021-02-03bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman1-0/+24
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2-0/+10
2021-01-29selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addrStanislav Fomichev2-0/+80
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2-0/+16
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev2-0/+12
2021-01-28selftests/bpf: Verify that rebinding to port < 1024 from BPF worksStanislav Fomichev1-0/+45
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-2/+21
2021-01-21selftests: bpf: Add a new test for bare tracepointsQais Yousef1-0/+10
2021-01-21bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira1-19/+9
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+35
2021-01-15bpf: Add tests for new BPF atomic operationsBrendan Jackman1-0/+154
2021-01-13selftests/bpf: Test kernel module ksym externsAndrii Nakryiko1-0/+26
2021-01-13bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindexDaniel Borkmann2-8/+76
2021-01-12bpf: Update local storage test to check handling of null ptrsKP Singh1-27/+35
2021-01-09selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variantsAndrii Nakryiko1-0/+50
2020-12-29selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang1-1/+1
2020-12-14selftests/bpf: Add a test for ptr_to_map_value on stack for helper accessYonghong Song1-1/+2
2020-12-14selftests/bpf: Add set_attach_target() API selftest for module targetAndrii Nakryiko1-0/+11
2020-12-10selftests/bpf: Make selftest compilation work on clang 11Jiri Olsa1-0/+8
2020-12-05selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest1-0/+18
2020-12-05selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest1-0/+24
2020-12-05selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest1-0/+23
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-8/+500
2020-12-04selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko1-0/+66
2020-12-04selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko1-1/+31
2020-12-04selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko2-0/+83
2020-12-04selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta1-0/+33
2020-12-03bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2-8/+1
2020-12-03selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev2-0/+62
2020-12-03selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev2-0/+159
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei1-0/+2
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh1-0/+28
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+65
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu1-0/+25
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh1-0/+34
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo1-0/+2
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-142/+311
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov1-0/+19
2020-11-13bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2-0/+124