Age | Commit message (Expand) | Author |
2020-11-19 | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL | Daniel Xu |
2020-11-14 | bpf: Relax return code check for subprograms | Dmitrii Banshchikov |
2020-11-12 | selftests/bpf: Fix unused attribute usage in subprogs_unused test | Andrii Nakryiko |
2020-11-09 | libbpf: Don't attempt to load unused subprog as an entry-point BPF program | Andrii Nakryiko |
2020-11-05 | bpf: Zero-fill re-used per-cpu map element | David Verbeiren |
2020-10-26 | selftest/bpf: Fix profiler test using CO-RE relocation for enums | Andrii Nakryiko |
2020-10-22 | bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() | Toke Høiland-Jørgensen |
2020-10-19 | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked | Martin KaFai Lau |
2020-10-15 | bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo | Martin KaFai Lau |
2020-10-11 | bpf, selftests: Add redirect_peer selftest | Daniel Borkmann |
2020-10-11 | bpf, selftests: Make redirect_neigh test more extensible | Daniel Borkmann |
2020-10-11 | bpf, selftests: Add test for different array inner map size | Daniel Borkmann |
2020-10-09 | selftests/bpf: Add profiler test | Alexei Starovoitov |
2020-10-09 | bpf: Add tcp_notsent_lowat bpf setsockopt | Nikita V. Shirokov |
2020-10-07 | selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions | Andrii Nakryiko |
2020-10-02 | bpf, sockmap: Update selftests to use skb_adjust_room | John Fastabend |
2020-10-02 | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() | Hao Luo |
2020-10-02 | selftests/bpf: Ksyms_btf to test typed ksyms | Hao Luo |
2020-10-02 | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags | Martin KaFai Lau |
2020-09-30 | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS | Song Liu |
2020-09-30 | bpf, selftests: Add redirect_neigh selftest | Daniel Borkmann |
2020-09-30 | bpf, selftests: Use bpf_tail_call_static where appropriate | Daniel Borkmann |
2020-09-29 | selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access | Ilya Leoshkevich |
2020-09-29 | selftests: Add selftest for disallowing modify_return attachment to freplace | Toke Høiland-Jørgensen |
2020-09-29 | selftests/bpf: Adding test for arg dereference in extension trace | Jiri Olsa |
2020-09-29 | selftests: Add test for multiple attachments of freplace program | Toke Høiland-Jørgensen |
2020-09-29 | selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli... | Alan Maguire |
2020-09-28 | bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp | John Fastabend |
2020-09-28 | selftests/bpf: Add test for bpf_seq_printf_btf helper | Alan Maguire |
2020-09-28 | selftests/bpf: Add bpf_snprintf_btf helper tests | Alan Maguire |
2020-09-28 | selftests: Remove fmod_ret from test_overhead | Toke Høiland-Jørgensen |
2020-09-28 | selftest: bpf: Test copying a sockmap and sockhash | Lorenz Bauer |
2020-09-28 | selftests: bpf: Remove shared header from sockmap iter test | Lorenz Bauer |
2020-09-28 | selftests/bpf: Add raw_tp_test_run | Song Liu |
2020-09-25 | bpf: selftest: Add test_btf_skc_cls_ingress | Martin KaFai Lau |
2020-09-25 | bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h | Martin KaFai Lau |
2020-09-25 | bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test | Martin KaFai Lau |
2020-09-25 | bpf: selftest: Adapt sock_fields test to use skel and global variables | Martin KaFai Lau |
2020-09-25 | bpf: selftest: Move sock_fields test into test_progs | Martin KaFai Lau |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-21 | selftests/bpf: Fix stat probe in d_path test | Jiri Olsa |
2020-09-17 | selftests/bpf: Add tailcall_bpf2bpf tests | Maciej Fijalkowski |
2020-09-15 | selftests/bpf: Test load and dump metadata with btftool and skel | YiFei Zhu |
2020-09-10 | selftests/bpf: Define string const as global for test_sysctl_prog.c | Yonghong Song |
2020-09-10 | selftests: bpf: Test iterating a sockmap | Lorenz Bauer |
2020-09-09 | selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change | Yonghong Song |
2020-09-08 | selftests/bpf: Add test for map_ptr arithmetic | Yonghong Song |
2020-09-03 | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter program | Yonghong Song |
2020-09-03 | selftests/bpf: Add __noinline variant of cls_redirect selftest | Andrii Nakryiko |