| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-10 | selftests/bpf: Fix "dubious pointer arithmetic" test | Jean-Philippe Brucker | 1 | -4/+4 |
| 2020-12-10 | selftests/bpf: Fix array access with signed variable test | Jean-Philippe Brucker | 1 | -1/+1 |
| 2020-12-10 | selftests/bpf: Add test for signed 32-bit bound check bug | Jean-Philippe Brucker | 1 | -0/+41 |
| 2020-12-09 | selftests/bpf/test_offload.py: Filter bpftool internal map when counting maps | Toke Høiland-Jørgensen | 1 | -3/+4 |
| 2020-12-09 | selftests/bpf/test_offload.py: Reset ethtool features after failed setting | Toke Høiland-Jørgensen | 1 | -0/+1 |
| 2020-12-09 | selftests/bpf/test_offload.py: Fix expected case of extack messages | Toke Høiland-Jørgensen | 1 | -2/+2 |
| 2020-12-09 | selftests/bpf/test_offload.py: Only check verifier log on verification fails | Toke Høiland-Jørgensen | 1 | -2/+17 |
| 2020-12-09 | selftests/bpf/test_offload.py: Remove check for program load flags match | Toke Høiland-Jørgensen | 1 | -17/+5 |
| 2020-12-01 | selftests/bpf: Drain ringbuf samples at the end of test | Andrii Nakryiko | 1 | -0/+6 |
| 2020-12-01 | libbpf: Fix ring_buffer__poll() to return number of consumed samples | Andrii Nakryiko | 2 | -2/+2 |
| 2020-11-19 | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL | Daniel Xu | 2 | -0/+96 |
| 2020-11-16 | 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-09 | libbpf: Don't attempt to load unused subprog as an entry-point BPF program | Andrii Nakryiko | 2 | -0/+27 |
| 2020-11-05 | 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-19 | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked | Martin KaFai Lau | 2 | -18/+70 |
| 2020-10-19 | 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-11 | bpf, selftests: Add three new sockmap tests for verdict only programs | John Fastabend | 1 | -1/+18 |
| 2020-10-11 | 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-07 | selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions | Andrii Nakryiko | 2 | -0/+397 |
| 2020-10-06 | 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-02 | bpf, sockmap: Update selftests to use skb_adjust_room | John Fastabend | 2 | -30/+31 |
| 2020-10-02 | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() | Hao Luo | 2 | -0/+50 |
| 2020-10-02 | 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-09-30 | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS | Song Liu | 2 | -0/+104 |
| 2020-09-30 | 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-29 | 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 |