Age | Commit message (Expand) | Author |
2019-12-04 | selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees | Yonghong Song |
2019-12-04 | selftests/bpf: De-flake test_tcpbpf | Stanislav Fomichev |
2019-12-04 | selftests/bpf: Bring back c++ include/link test | Stanislav Fomichev |
2019-12-04 | selftests/bpf: Don't hard-code root cgroup id | Stanislav Fomichev |
2019-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-11-28 | selftests: bpf: correct perror strings | Jakub Kicinski |
2019-11-28 | selftests: bpf: test_sockmap: handle file creation failures gracefully | Jakub Kicinski |
2019-11-27 | libbpf: Fix global variable relocation | Andrii Nakryiko |
2019-11-24 | bpf: Introduce BPF_TRACE_x helper for the tracing tests | Martin KaFai Lau |
2019-11-24 | bpf, testing: Add various tail call test cases | Daniel Borkmann |
2019-11-24 | selftests/bpf: Add BPF trampoline performance test | Alexei Starovoitov |
2019-11-24 | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song |
2019-11-24 | selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only | Andrii Nakryiko |
2019-11-24 | libbpf: Support initialized global variables | Andrii Nakryiko |
2019-11-24 | selftests/bpf: Ensure no DWARF relocations for BPF object files | Andrii Nakryiko |
2019-11-24 | selftests/bpf: Integrate verbose verifier log into test_progs | Andrii Nakryiko |
2019-11-24 | selftests, bpftool: Skip the build test if not in tree | Jakub Kicinski |
2019-11-24 | selftests, bpftool: Set EXIT trap after usage function | Quentin Monnet |
2019-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-11-19 | selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 | Andrii Nakryiko |
2019-11-19 | libbpf: Fix call relocation offset calculation bug | Andrii Nakryiko |
2019-11-18 | selftests, bpf: Workaround an alu32 sub-register spilling issue | Yonghong Song |
2019-11-18 | selftests, bpf: Fix test_tc_tunnel hanging | Jiri Benc |
2019-11-18 | selftests, bpf: xdping is not meant to be run standalone | Jiri Benc |
2019-11-18 | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests | Andrii Nakryiko |
2019-11-15 | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog | Alexei Starovoitov |
2019-11-15 | selftests/bpf: Extend test_pkt_access test | Alexei Starovoitov |
2019-11-15 | selftests/bpf: Add stress test for maximum number of progs | Alexei Starovoitov |
2019-11-15 | selftests/bpf: Add combined fentry/fexit test | Alexei Starovoitov |
2019-11-15 | selftests/bpf: Add fexit tests for BPF trampoline | Alexei Starovoitov |
2019-11-15 | selftests/bpf: Add test for BPF trampoline | Alexei Starovoitov |
2019-11-15 | selftest/bpf: Simple test for fentry/fexit | Alexei Starovoitov |
2019-11-11 | bpf, testing: Add missing object file to TEST_FILES | Anders Roxell |
2019-11-11 | bpf, testing: Workaround a verifier failure for test_progs | Yonghong Song |
2019-11-10 | selftests/bpf: Add tests for automatic map unpinning on load failure | Toke Høiland-Jørgensen |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-07 | bpf: Add cb access in kfree_skb test | Martin KaFai Lau |
2019-11-06 | libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage | Andrii Nakryiko |
2019-11-06 | selftests/bps: Clean up removed ints relocations negative tests | Andrii Nakryiko |
2019-11-06 | selftests: bpf: log direct file writes | Jakub Kicinski |
2019-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-11-04 | bpf: re-fix skip write only files in debugfs | Daniel Borkmann |
2019-11-04 | selftests/bpf: Add field size relocation tests | Andrii Nakryiko |
2019-11-04 | selftest/bpf: Add relocatable bitfield reading tests | Andrii Nakryiko |
2019-11-04 | selftests/bpf: Remove too strict field offset relo test cases | Andrii Nakryiko |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-02 | bpf, testing: Add selftest to read/write sockaddr from user space | Daniel Borkmann |
2019-11-02 | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper | Daniel Borkmann |
2019-11-02 | selftests: Add tests for automatic map pinning | Toke Høiland-Jørgensen |