Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | tweewide: Fix most Shebang lines | Finn Behrens | 1 | -1/+1 |
2020-11-19 | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL | Daniel Xu | 2 | -0/+96 |
2020-11-17 | selftests/bpf: Fix error return code in run_getsockopt_test() | Wang Hai | 1 | -1/+2 |
2020-11-14 | bpf: Relax return code check for subprograms | Dmitrii Banshchikov | 2 | -0/+20 |
2020-11-12 | selftests/bpf: Fix unused attribute usage in subprogs_unused test | Andrii Nakryiko | 1 | -2/+2 |
2020-11-10 | libbpf: Don't attempt to load unused subprog as an entry-point BPF program | Andrii Nakryiko | 2 | -0/+27 |
2020-11-06 | bpf: Zero-fill re-used per-cpu map element | David Verbeiren | 2 | -0/+247 |
2020-10-26 | selftest/bpf: Fix profiler test using CO-RE relocation for enums | Andrii Nakryiko | 1 | -3/+8 |
2020-10-23 | Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 6 | -23/+268 |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2020-10-22 | bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() | Toke Høiland-Jørgensen | 3 | -5/+173 |
2020-10-20 | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked | Martin KaFai Lau | 2 | -18/+70 |
2020-10-20 | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked | Martin KaFai Lau | 1 | -0/+25 |
2020-10-15 | bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo | Martin KaFai Lau | 2 | -26/+2 |
2020-10-15 | bpf: Fix register equivalence tracking. | Alexei Starovoitov | 1 | -0/+26 |
2020-10-12 | bpf, selftests: Add three new sockmap tests for verdict only programs | John Fastabend | 1 | -1/+18 |
2020-10-12 | bpf, selftests: Add option to test_sockmap to omit adding parser program | John Fastabend | 1 | -14/+21 |
2020-10-11 | bpf, selftests: Add redirect_peer selftest | Daniel Borkmann | 2 | -9/+61 |
2020-10-11 | bpf, selftests: Make redirect_neigh test more extensible | Daniel Borkmann | 3 | -186/+219 |
2020-10-11 | bpf, selftests: Add test for different array inner map size | Daniel Borkmann | 2 | -10/+72 |
2020-10-09 | selftests/bpf: Asm tests for the verifier regalloc tracking. | Alexei Starovoitov | 1 | -0/+243 |
2020-10-09 | selftests/bpf: Add profiler test | Alexei Starovoitov | 7 | -0/+1274 |
2020-10-09 | bpf: Propagate scalar ranges through register assignments. | Alexei Starovoitov | 2 | -9/+9 |
2020-10-09 | bpf: Add tcp_notsent_lowat bpf setsockopt | Nikita V. Shirokov | 1 | -0/+19 |
2020-10-09 | kbuild: explicitly specify the build id style | Bill Wendling | 1 | -1/+1 |
2020-10-08 | selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions | Andrii Nakryiko | 2 | -0/+397 |
2020-10-07 | selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64 | Hao Luo | 2 | -9/+1 |
2020-10-06 | selftest/bpf: Test pinning map with reused map fd | Hangbin Liu | 1 | -1/+48 |
2020-10-03 | bpf, sockmap: Update selftests to use skb_adjust_room | John Fastabend | 2 | -30/+31 |
2020-10-03 | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() | Hao Luo | 2 | -0/+50 |
2020-10-03 | selftests/bpf: Ksyms_btf to test typed ksyms | Hao Luo | 5 | -25/+137 |
2020-10-02 | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags | Martin KaFai Lau | 4 | -6/+22 |
2020-10-02 | selftests/bpf: Properly initialize linfo in sockmap_basic | Stanislav Fomichev | 1 | -1/+1 |
2020-10-02 | selftests/bpf: Initialize duration in xdp_noinline.c | Stanislav Fomichev | 1 | -1/+1 |
2020-10-01 | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS | Song Liu | 2 | -0/+104 |
2020-10-01 | selftests/bpf: Fix alignment of .BTF_ids | Jean-Philippe Brucker | 1 | -0/+6 |
2020-09-30 | selftests/bpf: Test "incremental" btf_dump in C format | Andrii Nakryiko | 1 | -0/+105 |
2020-09-30 | bpf, selftests: Add redirect_neigh selftest | Daniel Borkmann | 2 | -0/+312 |
2020-09-30 | bpf, selftests: Use bpf_tail_call_static where appropriate | Daniel Borkmann | 8 | -40/+40 |
2020-09-30 | selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access | Ilya Leoshkevich | 1 | -115/+101 |
2020-09-29 | bpf, selftests: Fix warning in snprintf_btf where system() call unchecked | John Fastabend | 1 | -1/+3 |
2020-09-29 | selftests: Add selftest for disallowing modify_return attachment to freplace | Toke Høiland-Jørgensen | 3 | -1/+71 |
2020-09-29 | selftests/bpf: Adding test for arg dereference in extension trace | Jiri Olsa | 3 | -0/+154 |
2020-09-29 | selftests: Add test for multiple attachments of freplace program | Toke Høiland-Jørgensen | 2 | -32/+139 |
2020-09-29 | selftests/bpf: Test BTF's handling of endianness | Andrii Nakryiko | 1 | -0/+101 |
2020-09-29 | selftests/bpf: Move and extend ASSERT_xxx() testing macros | Andrii Nakryiko | 2 | -34/+63 |
2020-09-29 | selftests: Make sure all 'skel' variables are declared static | Toke Høiland-Jørgensen | 2 | -2/+2 |
2020-09-29 | selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id | Toke Høiland-Jørgensen | 1 | -3/+9 |
2020-09-29 | selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli... | Alan Maguire | 3 | -1/+51 |
2020-09-29 | selftests/bpf: Fix unused-result warning in snprintf_btf.c | Alan Maguire | 1 | -1/+1 |