| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-22 | bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() |  Toke Høiland-Jørgensen | 2 | -2/+158 |
| 2020-10-19 | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked |  Martin KaFai Lau | 1 | -0/+31 |
| 2020-10-15 | bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo |  Martin KaFai Lau | 1 | -1/+1 |
| 2020-10-11 | bpf, selftests: Add redirect_peer selftest |  Daniel Borkmann | 1 | -0/+45 |
| 2020-10-11 | bpf, selftests: Make redirect_neigh test more extensible |  Daniel Borkmann | 1 | -18/+22 |
| 2020-10-11 | bpf, selftests: Add test for different array inner map size |  Daniel Borkmann | 1 | -0/+43 |
| 2020-10-09 | selftests/bpf: Add profiler test |  Alexei Starovoitov | 5 | -0/+1164 |
| 2020-10-09 | bpf: Add tcp_notsent_lowat bpf setsockopt |  Nikita V. Shirokov | 1 | -0/+19 |
| 2020-10-07 | selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions |  Andrii Nakryiko | 1 | -0/+172 |
| 2020-10-02 | bpf, sockmap: Update selftests to use skb_adjust_room |  John Fastabend | 1 | -9/+25 |
| 2020-10-02 | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() |  Hao Luo | 1 | -0/+32 |
| 2020-10-02 | selftests/bpf: Ksyms_btf to test typed ksyms |  Hao Luo | 1 | -0/+23 |
| 2020-10-02 | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags |  Martin KaFai Lau | 2 | -4/+7 |
| 2020-09-30 | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS |  Song Liu | 1 | -0/+38 |
| 2020-09-30 | bpf, selftests: Add redirect_neigh selftest |  Daniel Borkmann | 1 | -0/+144 |
| 2020-09-30 | bpf, selftests: Use bpf_tail_call_static where appropriate |  Daniel Borkmann | 8 | -38/+38 |
| 2020-09-29 | selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access |  Ilya Leoshkevich | 1 | -115/+101 |
| 2020-09-29 | selftests: Add selftest for disallowing modify_return attachment to freplace |  Toke Høiland-Jørgensen | 2 | -1/+15 |
| 2020-09-29 | selftests/bpf: Adding test for arg dereference in extension trace |  Jiri Olsa | 2 | -0/+43 |
| 2020-09-29 | selftests: Add test for multiple attachments of freplace program |  Toke Høiland-Jørgensen | 1 | -0/+15 |
| 2020-09-29 | selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h |  Alan Maguire | 3 | -1/+51 |
| 2020-09-28 | bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp |  John Fastabend | 1 | -1/+1 |
| 2020-09-28 | selftests/bpf: Add test for bpf_seq_printf_btf helper |  Alan Maguire | 1 | -0/+50 |
| 2020-09-28 | selftests/bpf: Add bpf_snprintf_btf helper tests |  Alan Maguire | 1 | -0/+249 |
| 2020-09-28 | selftests: Remove fmod_ret from test_overhead |  Toke Høiland-Jørgensen | 1 | -6/+0 |
| 2020-09-28 | selftest: bpf: Test copying a sockmap and sockhash |  Lorenz Bauer | 1 | -5/+22 |
| 2020-09-28 | selftests: bpf: Remove shared header from sockmap iter test |  Lorenz Bauer | 2 | -6/+2 |
| 2020-09-28 | selftests/bpf: Add raw_tp_test_run |  Song Liu | 1 | -0/+24 |
| 2020-09-25 | bpf: selftest: Add test_btf_skc_cls_ingress |  Martin KaFai Lau | 1 | -0/+174 |
| 2020-09-25 | bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h |  Martin KaFai Lau | 2 | -0/+4 |
| 2020-09-25 | bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test |  Martin KaFai Lau | 1 | -2/+22 |
| 2020-09-25 | bpf: selftest: Adapt sock_fields test to use skel and global variables |  Martin KaFai Lau | 1 | -88/+66 |
| 2020-09-25 | bpf: selftest: Move sock_fields test into test_progs |  Martin KaFai Lau | 1 | -0/+0 |
| 2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 24 | -99/+569 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -0/+15 |
| 2020-09-21 | selftests/bpf: Fix stat probe in d_path test |  Jiri Olsa | 1 | -1/+8 |
| 2020-09-17 | selftests/bpf: Add tailcall_bpf2bpf tests |  Maciej Fijalkowski | 4 | -0/+201 |
| 2020-09-15 | selftests/bpf: Test load and dump metadata with btftool and skel |  YiFei Zhu | 2 | -0/+30 |
| 2020-09-10 | selftests/bpf: Define string const as global for test_sysctl_prog.c |  Yonghong Song | 1 | -2/+2 |
| 2020-09-10 | selftests: bpf: Test iterating a sockmap |  Lorenz Bauer | 3 | -0/+55 |
| 2020-09-09 | selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change |  Yonghong Song | 2 | -4/+4 |
| 2020-09-08 | selftests/bpf: Add test for map_ptr arithmetic |  Yonghong Song | 1 | -1/+9 |
| 2020-09-03 | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter program |  Yonghong Song | 1 | -0/+15 |
| 2020-09-03 | selftests/bpf: Add __noinline variant of cls_redirect selftest |  Andrii Nakryiko | 2 | -48/+57 |
| 2020-09-03 | selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline |  Andrii Nakryiko | 1 | -10/+26 |
| 2020-09-03 | selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests |  Andrii Nakryiko | 5 | -32/+65 |
| 2020-09-03 | selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls |  Andrii Nakryiko | 1 | -0/+103 |
| 2020-09-02 | selftests/bpf: Test task_file iterator without visiting pthreads |  Yonghong Song | 1 | -1/+9 |
| 2020-08-31 | bpf: Remove bpf_lsm_file_mprotect from sleepable list. |  Alexei Starovoitov | 1 | -17/+17 |
| 2020-08-28 | selftests/bpf: Add sleepable tests |  Alexei Starovoitov | 2 | -2/+71 |