| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests: bpf: correct perror strings | Jakub Kicinski | 2019-11-29 | 2 | -20/+20 |
* | selftests: bpf: test_sockmap: handle file creation failures gracefully | Jakub Kicinski | 2019-11-29 | 1 | -0/+9 |
* | bpf: Introduce BPF_TRACE_x helper for the tracing tests | Martin KaFai Lau | 2019-11-25 | 6 | -174/+125 |
* | bpf, testing: Add various tail call test cases | Daniel Borkmann | 2019-11-25 | 6 | -0/+698 |
* | selftests/bpf: Add BPF trampoline performance test | Alexei Starovoitov | 2019-11-25 | 2 | -0/+185 |
* | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song | 2019-11-25 | 1 | -0/+83 |
* | selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only | Andrii Nakryiko | 2019-11-25 | 2 | -5/+15 |
* | libbpf: Support initialized global variables | Andrii Nakryiko | 2019-11-25 | 13 | -26/+26 |
* | selftests/bpf: Ensure no DWARF relocations for BPF object files | Andrii Nakryiko | 2019-11-25 | 1 | -1/+1 |
* | selftests/bpf: Integrate verbose verifier log into test_progs | Andrii Nakryiko | 2019-11-25 | 4 | -9/+27 |
* | selftests, bpftool: Skip the build test if not in tree | Jakub Kicinski | 2019-11-25 | 1 | -0/+4 |
* | selftests, bpftool: Set EXIT trap after usage function | Quentin Monnet | 2019-11-25 | 1 | -13/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-21 | 42 | -157/+1590 |
|\ |
|
| * | selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 | Andrii Nakryiko | 2019-11-20 | 1 | -0/+7 |
| * | libbpf: Fix call relocation offset calculation bug | Andrii Nakryiko | 2019-11-20 | 3 | -6/+6 |
| * | selftests, bpf: Workaround an alu32 sub-register spilling issue | Yonghong Song | 2019-11-18 | 1 | -1/+3 |
| * | selftests, bpf: Fix test_tc_tunnel hanging | Jiri Benc | 2019-11-18 | 1 | -0/+5 |
| * | selftests, bpf: xdping is not meant to be run standalone | Jiri Benc | 2019-11-18 | 1 | -2/+2 |
| * | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests | Andrii Nakryiko | 2019-11-18 | 3 | -18/+292 |
| * | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog | Alexei Starovoitov | 2019-11-15 | 2 | -0/+167 |
| * | selftests/bpf: Extend test_pkt_access test | Alexei Starovoitov | 2019-11-15 | 1 | -2/+36 |
| * | selftests/bpf: Add stress test for maximum number of progs | Alexei Starovoitov | 2019-11-15 | 1 | -0/+76 |
| * | selftests/bpf: Add combined fentry/fexit test | Alexei Starovoitov | 2019-11-15 | 1 | -0/+90 |
| * | selftests/bpf: Add fexit tests for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 2 | -0/+162 |
| * | selftests/bpf: Add test for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 2 | -0/+154 |
| * | selftest/bpf: Simple test for fentry/fexit | Alexei Starovoitov | 2019-11-15 | 2 | -3/+88 |
| * | bpf, testing: Add missing object file to TEST_FILES | Anders Roxell | 2019-11-11 | 1 | -1/+2 |
| * | bpf, testing: Workaround a verifier failure for test_progs | Yonghong Song | 2019-11-11 | 1 | -1/+4 |
| * | selftests/bpf: Add tests for automatic map unpinning on load failure | Toke Høiland-Jørgensen | 2019-11-11 | 2 | -4/+18 |
| * | bpf: Add cb access in kfree_skb test | Martin KaFai Lau | 2019-11-07 | 2 | -16/+63 |
| * | libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage | Andrii Nakryiko | 2019-11-06 | 1 | -12/+7 |
| * | selftests/bps: Clean up removed ints relocations negative tests | Andrii Nakryiko | 2019-11-06 | 1 | -6/+0 |
| * | selftests/bpf: Add field size relocation tests | Andrii Nakryiko | 2019-11-04 | 5 | -5/+122 |
| * | selftest/bpf: Add relocatable bitfield reading tests | Andrii Nakryiko | 2019-11-04 | 9 | -2/+294 |
| * | selftests/bpf: Remove too strict field offset relo test cases | Andrii Nakryiko | 2019-11-04 | 9 | -90/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -1/+7 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-11-06 | 1 | -1/+7 |
| |\ \ |
|
| | * | | bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 | Ilya Leoshkevich | 2019-10-30 | 1 | -1/+7 |
* | | | | selftests: bpf: log direct file writes | Jakub Kicinski | 2019-11-06 | 1 | -6/+14 |
* | | | | bpf: re-fix skip write only files in debugfs | Daniel Borkmann | 2019-11-04 | 1 | -1/+4 |
| |_|/
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-02 | 12 | -61/+451 |
|\ \ \ |
|
| * | | | bpf, testing: Add selftest to read/write sockaddr from user space | Daniel Borkmann | 2019-11-02 | 2 | -0/+104 |
| * | | | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper | Daniel Borkmann | 2019-11-02 | 4 | -52/+57 |
| * | | | selftests: Add tests for automatic map pinning | Toke Høiland-Jørgensen | 2019-11-02 | 3 | -0/+257 |
| * | | | Revert "selftests: bpf: Don't try to read files without read permission" | Jakub Kicinski | 2019-11-01 | 1 | -1/+1 |
| * | | | selftests/bpf: Test narrow load from bpf_sysctl.write | Ilya Leoshkevich | 2019-10-30 | 1 | -0/+23 |
| * | | | selftests/bpf: Restore $(OUTPUT)/test_stub.o rule | Ilya Leoshkevich | 2019-10-28 | 1 | -0/+3 |
| * | | | selftest/bpf: Use -m{little, big}-endian for clang | Ilya Leoshkevich | 2019-10-28 | 1 | -6/+7 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-02 | 2 | -1/+6 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | selftests: bpf: Skip write only files in debugfs | Jakub Kicinski | 2019-11-01 | 1 | -0/+5 |
| |/ |
|