- c8a36ae selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL by Daniel Xu · 4 years, 4 months ago
- 2acc3c1 selftests/bpf: Fix error return code in run_getsockopt_test() by Wang Hai · 4 years, 4 months ago
- f782e2c bpf: Relax return code check for subprograms by Dmitrii Banshchikov · 4 years, 4 months ago
- fd63729 selftests/bpf: Fix unused attribute usage in subprogs_unused test by Andrii Nakryiko · 4 years, 4 months ago
- 197afc6 libbpf: Don't attempt to load unused subprog as an entry-point BPF program by Andrii Nakryiko · 4 years, 4 months ago
- d3bec01 bpf: Zero-fill re-used per-cpu map element by David Verbeiren · 4 years, 4 months ago
- 4725477 selftest/bpf: Fix profiler test using CO-RE relocation for enums by Andrii Nakryiko · 4 years, 5 months ago
- 3cb12d2 Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- adfd272c bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() by Toke Høiland-Jørgensen · 4 years, 5 months ago
- 8568c3c bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked by Martin KaFai Lau · 4 years, 5 months ago
- e710bcc bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked by Martin KaFai Lau · 4 years, 5 months ago
- 8a3feed bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo by Martin KaFai Lau · 4 years, 5 months ago
- e688c3d bpf: Fix register equivalence tracking. by Alexei Starovoitov · 4 years, 5 months ago
- a24fb42 bpf, selftests: Add three new sockmap tests for verdict only programs by John Fastabend · 4 years, 5 months ago
- cdf43c4 bpf, selftests: Add option to test_sockmap to omit adding parser program by John Fastabend · 4 years, 5 months ago
- 9f4c53c bpf, selftests: Add redirect_peer selftest by Daniel Borkmann · 4 years, 5 months ago
- 57a73fe bpf, selftests: Make redirect_neigh test more extensible by Daniel Borkmann · 4 years, 5 months ago
- 6775dab bpf, selftests: Add test for different array inner map size by Daniel Borkmann · 4 years, 5 months ago
- 54fada4 selftests/bpf: Asm tests for the verifier regalloc tracking. by Alexei Starovoitov · 4 years, 5 months ago
- 03d4d13 selftests/bpf: Add profiler test by Alexei Starovoitov · 4 years, 5 months ago
- 7574883 bpf: Propagate scalar ranges through register assignments. by Alexei Starovoitov · 4 years, 5 months ago
- eca43ee bpf: Add tcp_notsent_lowat bpf setsockopt by Nikita V. Shirokov · 4 years, 5 months ago
- a968433 kbuild: explicitly specify the build id style by Bill Wendling · 4 years, 6 months ago
- 888d83b selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions by Andrii Nakryiko · 4 years, 5 months ago
- bf88a80 selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64 by Hao Luo · 4 years, 5 months ago
- 44c4aa2 selftest/bpf: Test pinning map with reused map fd by Hangbin Liu · 4 years, 5 months ago
- 91274ca bpf, sockmap: Update selftests to use skb_adjust_room by John Fastabend · 4 years, 5 months ago
- 00dc73e bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() by Hao Luo · 4 years, 6 months ago
- 2c2f6ab selftests/bpf: Ksyms_btf to test typed ksyms by Hao Luo · 4 years, 6 months ago
- 96d46c5 bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags by Martin KaFai Lau · 4 years, 5 months ago
- 48ca624 selftests/bpf: Properly initialize linfo in sockmap_basic by Stanislav Fomichev · 4 years, 5 months ago
- cffcdbf selftests/bpf: Initialize duration in xdp_noinline.c by Stanislav Fomichev · 4 years, 5 months ago
- d6b4206 selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS by Song Liu · 4 years, 5 months ago
- 3effc06 selftests/bpf: Fix alignment of .BTF_ids by Jean-Philippe Brucker · 4 years, 6 months ago
- f4d385e selftests/bpf: Test "incremental" btf_dump in C format by Andrii Nakryiko · 4 years, 6 months ago
- eef4a01 bpf, selftests: Add redirect_neigh selftest by Daniel Borkmann · 4 years, 5 months ago
- faef26f bpf, selftests: Use bpf_tail_call_static where appropriate by Daniel Borkmann · 4 years, 5 months ago
- 6458bde selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access by Ilya Leoshkevich · 4 years, 6 months ago
- c810b31 bpf, selftests: Fix warning in snprintf_btf where system() call unchecked by John Fastabend · 4 years, 6 months ago
- bee4b7e selftests: Add selftest for disallowing modify_return attachment to freplace by Toke Høiland-Jørgensen · 4 years, 6 months ago
- 17d3f38 selftests/bpf: Adding test for arg dereference in extension trace by Jiri Olsa · 4 years, 6 months ago
- f642947 selftests: Add test for multiple attachments of freplace program by Toke Høiland-Jørgensen · 4 years, 6 months ago
- ed9cf24 selftests/bpf: Test BTF's handling of endianness by Andrii Nakryiko · 4 years, 6 months ago
- 22ba3635 selftests/bpf: Move and extend ASSERT_xxx() testing macros by Andrii Nakryiko · 4 years, 6 months ago
- f970cbc selftests: Make sure all 'skel' variables are declared static by Toke Høiland-Jørgensen · 4 years, 6 months ago
- d2197c7 selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id by Toke Høiland-Jørgensen · 4 years, 6 months ago
- cfe7768 selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h by Alan Maguire · 4 years, 6 months ago
- 96c4805 selftests/bpf: Fix unused-result warning in snprintf_btf.c by Alan Maguire · 4 years, 6 months ago
- 00e8c44 bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp by John Fastabend · 4 years, 6 months ago
- 9141f75 selftests/bpf: Test BTF writing APIs by Andrii Nakryiko · 4 years, 6 months ago
- b72091b selftests/bpf: Add test for bpf_seq_printf_btf helper by Alan Maguire · 4 years, 6 months ago
- eb58bbf selftests/bpf: Fix overflow tests to reflect iter size increase by Alan Maguire · 4 years, 6 months ago
- 076a95f selftests/bpf: Add bpf_snprintf_btf helper tests by Alan Maguire · 4 years, 6 months ago
- b000def selftests: Remove fmod_ret from test_overhead by Toke Høiland-Jørgensen · 4 years, 6 months ago
- 5b87adc selftest: bpf: Test copying a sockmap and sockhash by Lorenz Bauer · 4 years, 6 months ago
- 2787031 selftests: bpf: Remove shared header from sockmap iter test by Lorenz Bauer · 4 years, 6 months ago
- 26c3270 selftests: bpf: Add helper to compare socket cookies by Lorenz Bauer · 4 years, 6 months ago
- 09d8ad1 selftests/bpf: Add raw_tp_test_run by Song Liu · 4 years, 6 months ago
- 99d4def bpf: Add AND verifier test case where 32bit and 64bit bounds differ by John Fastabend · 4 years, 6 months ago
- 9a856ca bpf: selftest: Add test_btf_skc_cls_ingress by Martin KaFai Lau · 4 years, 6 months ago
- 0c402c6 bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h by Martin KaFai Lau · 4 years, 6 months ago
- edc2d66 bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test by Martin KaFai Lau · 4 years, 6 months ago
- c40a565 bpf: selftest: Use network_helpers in the sock_fields test by Martin KaFai Lau · 4 years, 6 months ago
- b18c1f0 bpf: selftest: Adapt sock_fields test to use skel and global variables by Martin KaFai Lau · 4 years, 6 months ago
- 6f521a2 bpf: selftest: Move sock_fields test into test_progs by Martin KaFai Lau · 4 years, 6 months ago
- 5d13746 bpf: selftest: Add ref_tracking verifier test for bpf_skc casting by Martin KaFai Lau · 4 years, 6 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- a8a7179 selftests/bpf: Fix stat probe in d_path test by Jiri Olsa · 4 years, 6 months ago
- fec47bb selftests/bpf: Fix endianness issue in test_sockopt_sk by Ilya Leoshkevich · 4 years, 6 months ago
- b6ed6cf selftests/bpf: Fix endianness issue in sk_assign by Ilya Leoshkevich · 4 years, 6 months ago
- 3b03791 selftests/bpf: Add tailcall_bpf2bpf tests by Maciej Fijalkowski · 4 years, 6 months ago
- 09b28d7 bpf: Add abnormal return checks. by Alexei Starovoitov · 4 years, 6 months ago
- c64779e selftests/bpf: Merge most of test_btf into test_progs by Andrii Nakryiko · 4 years, 6 months ago
- d42d1cc selftests/bpf: Test load and dump metadata with btftool and skel by YiFei Zhu · 4 years, 6 months ago
- 6e057fc selftests/bpf: Define string const as global for test_sysctl_prog.c by Yonghong Song · 4 years, 6 months ago
- 90a1ded selftests/bpf: Fix test_ksyms on non-SMP kernels by Ilya Leoshkevich · 4 years, 6 months ago
- 2f7de98 selftests: bpf: Test iterating a sockmap by Lorenz Bauer · 4 years, 6 months ago
- 41d5c37 selftests, bpftool: Add bpftool (and eBPF helpers) documentation build by Quentin Monnet · 4 years, 6 months ago
- 7fb5eef selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change by Yonghong Song · 4 years, 6 months ago
- e6054fc selftests/bpf: Add test for map_ptr arithmetic by Yonghong Song · 4 years, 6 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 6 months ago
- 4daab71 selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter program by Yonghong Song · 4 years, 6 months ago
- 95cec14 selftests/bpf: Fix check in global_data_init. by Hao Luo · 4 years, 6 months ago
- ee333df selftests/bpf: Add __noinline variant of cls_redirect selftest by Andrii Nakryiko · 4 years, 6 months ago
- baaf680 selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline by Andrii Nakryiko · 4 years, 6 months ago
- fab45be selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests by Andrii Nakryiko · 4 years, 6 months ago
- d86687a selftests/bpf: Turn fexit_bpf2bpf into test with subtests by Andrii Nakryiko · 4 years, 6 months ago
- a7659cc selftests/bpf: Don't use deprecated libbpf APIs by Andrii Nakryiko · 4 years, 6 months ago
- a08c02f selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls by Andrii Nakryiko · 4 years, 6 months ago
- 858e8b2 selftests/bpf: Test task_file iterator without visiting pthreads by Yonghong Song · 4 years, 6 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- f56407f bpf: Remove bpf_lsm_file_mprotect from sleepable list. by Alexei Starovoitov · 4 years, 6 months ago
- e68a144 selftests/bpf: Add sleepable tests by Alexei Starovoitov · 4 years, 7 months ago
- d557ea3 bpf: selftests: Add test for different inner map size by Martin KaFai Lau · 4 years, 7 months ago
- fa45056 selftests/bpf: Fix massive output from test_maps by Jesper Dangaard Brouer · 4 years, 7 months ago
- f5493c5 selftests/bpf: Add verifier tests for xor operation by Yonghong Song · 4 years, 7 months ago
- 1410620 selftests/bpf: Test for map update access from within EXT programs by Udip Pant · 4 years, 7 months ago
- 50d1973 selftests/bpf: Test for checking return code for the extended prog by Udip Pant · 4 years, 7 months ago