Age | Commit message (Expand) | Author |
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-20 | bpf: Prevent mmap()'ing read-only maps as writable | Andrii Nakryiko |
2020-05-14 | selftests/bpf: Enforce returning 0 for fentry/fexit programs | Yonghong Song |
2020-05-14 | bpf: Fix bug in mmap() implementation for BPF array map | Andrii Nakryiko |
2020-04-24 | selftests/bpf: Fix a couple of broken test_btf cases | Stanislav Fomichev |
2020-04-24 | selftests/bpf: Add test for freplace program with expected_attach_type | Toke Høiland-Jørgensen |
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-15 | selftests/bpf: Check for correct program attach/detach in xdp_attach test | Toke Høiland-Jørgensen |
2020-04-15 | libbpf: Always specify expected_attach_type on program load if supported | Andrii Nakryiko |
2020-04-14 | selftests/bpf: Validate frozen map contents stays frozen | Andrii Nakryiko |
2020-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-04-08 | selftests/bpf: Add test for bpf_get_link_xdp_id | Andrey Ignatov |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-04-02 | bpf, lsm: Fix the file_mprotect LSM test. | KP Singh |
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 | selftests/bpf: Test FD-based cgroup attachment | Andrii Nakryiko |
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-30 | bpf: Test_progs, add test to catch retval refine error handling | John Fastabend |
2020-03-30 | selftests: bpf: Extend sk_assign tests for UDP | Joe Stringer |
2020-03-30 | selftests: bpf: Add test for sk_assign | Lorenz Bauer |
2020-03-30 | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM | KP Singh |
2020-03-30 | selftests: Add test for overriding global data value before load | Toke Høiland-Jørgensen |
2020-03-28 | selftests/bpf: Add tests for attaching XDP programs | Toke Høiland-Jørgensen |
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-23 | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee |
2020-03-23 | bpf: Add tests for bpf_sk_storage to bpf_tcp_ca | Martin KaFai Lau |
2020-03-20 | selftests/bpf: Fix mix of tabs and spaces | Bill Wendling |
2020-03-17 | selftests/bpf: Reset process and thread affinity after each test/sub-test | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix test_progs's parsing of test numbers | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix race in tcp_rtt test | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix nanosleep for real this time | Andrii Nakryiko |
2020-03-17 | selftest/bpf: Fix compilation warning in sockmap_parse_prog.c | Andrii Nakryiko |
2020-03-13 | selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls | Andrii Nakryiko |
2020-03-13 | selftests/bpf: Ensure consistent test failure output | Andrii Nakryiko |
2020-03-13 | selftests/bpf: Fix spurious failures in accept due to EAGAIN | Jakub Sitnicki |
2020-03-13 | tools/bpf: Move linux/types.h for selftests and bpftool | Tobias Klauser |
2020-03-13 | selftests/bpf: Fix usleep() implementation | Andrii Nakryiko |
2020-03-13 | selftests/bpf: Make tcp_rtt test more robust to failures | Andrii Nakryiko |
2020-03-13 | selftests/bpf: Guarantee that useep() calls nanosleep() syscall | Andrii Nakryiko |
2020-03-12 | bpf: Add bpf_xdp_output() helper | Eelco Chaudron |
2020-03-12 | tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current... | Carlos Neira |
2020-03-10 | selftests/bpf: Add test for the packed enum member in struct/union | Yoshiki Komachi |