Age | Commit message (Expand) | Author |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-17 | selftests/bpf: Add verifier tests for bpf_sk_lookup context access | Jakub Sitnicki |
2020-07-11 | selftests/bpf: Fix cgroup sockopt verifier test | Jean-Philippe Brucker |
2020-06-22 | selftests/bpf: Test access to bpf map pointer | Andrey Ignatov |
2020-06-22 | bpf: Support access to bpf map fields | Andrey Ignatov |
2020-06-19 | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic | Yonghong Song |
2020-06-02 | bpf, selftests: Use bpf_probe_read_kernel | Ilya Leoshkevich |
2020-06-02 | selftests/bpf: Fix verifier test | Alexei Starovoitov |
2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend |
2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend |
2020-05-21 | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend |
2020-05-21 | bpf: Selftests, verifier case for non null pointer check branch taken | John Fastabend |
2020-05-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests | Alexei Starovoitov |
2020-04-30 | selftests/bpf: Test allowed maps for bpf_sk_select_reuseport | Jakub Sitnicki |
2020-04-29 | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed | Jakub Sitnicki |
2020-04-26 | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} | Stanislav Fomichev |
2020-04-20 | bpf, selftests: Add test for BPF_STX BPF_B storing R10 | Luke Nelson |
2020-04-20 | bpf: Forbid XADD on spilled pointers for unprivileged users | Jann Horn |
2020-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-04-03 | bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier | Colin Ian King |
2020-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-03-30 | bpf: Test_verifier, add alu32 bounds tracking tests | John Fastabend |
2020-03-30 | bpf: Test_verifier, #65 error message updates for trunc of boundary-cross | John Fastabend |
2020-03-30 | bpf: Test_verifier, bpf_get_stack return value add <0 | John Fastabend |
2020-03-27 | bpf: Add selftest cases for ctx_or_null argument type | Daniel Borkmann |
2020-03-25 | bpf: Test_verifier, #70 error message updates for 32-bit right shift | John Fastabend |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-06 | selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits set | Luke Nelson |
2020-03-03 | selftests/bpf: Test new __sk_buff field gso_size | Willem de Bruijn |
2019-12-19 | bpf: Add further test_verifier cases for record_func_key | Daniel Borkmann |
2019-11-24 | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song |
2019-10-04 | bpf: Add loop test case with 32 bit reg comparison against 0 | Daniel Borkmann |
2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-09-05 | selftests/bpf: precision tracking tests | Alexei Starovoitov |
2019-08-28 | selftests/bpf: add precision tracking test | Alexei Starovoitov |
2019-08-28 | selftests/bpf: verifier precise tests | Alexei Starovoitov |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2019-08-01 | selftests/bpf: tests for jmp to 1st insn | Alexei Starovoitov |
2019-07-25 | selftests/bpf: Add selftests for bpf_perf_event_output | Allan Zhang |
2019-07-23 | selftests/bpf: add another gso_segs access | Eric Dumazet |
2019-07-18 | selftests/bpf: fix "valid read map access into a read-only array 1" on s390 | Ilya Leoshkevich |
2019-07-16 | selftests/bpf: fix "alu with different scalars 1" on s390 | Ilya Leoshkevich |
2019-07-15 | selftests/bpf: add selftests for wide loads | Stanislav Fomichev |
2019-07-15 | selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c | Stanislav Fomichev |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |