summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-022-0/+104
| * | | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann2019-11-024-52/+57
| * | | selftests: Add tests for automatic map pinningToke Høiland-Jørgensen2019-11-023-0/+257
| * | | Revert "selftests: bpf: Don't try to read files without read permission"Jakub Kicinski2019-11-011-1/+1
| * | | selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich2019-10-301-0/+23
| * | | selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich2019-10-281-0/+3
| * | | selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich2019-10-281-6/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-1/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / selftests: bpf: Skip write only files in debugfsJakub Kicinski2019-11-011-0/+5
| |/
| * selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-2630-458/+738
|\ \
| * | selftests/bpf: Fix .gitignore to ignore no_alu32/Andrii Nakryiko2019-10-251-1/+1
| * | selftests/bpf: Fix LDLIBS orderAndrii Nakryiko2019-10-231-4/+4
| * | selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2019-10-232-61/+31
| * | libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-223-3/+3
| * | tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song2019-10-221-20/+8
| * | selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-214-14/+0
| * | selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko2019-10-212-10/+11
| * | selftests/bpf: Make a copy of subtest nameAndrii Nakryiko2019-10-211-5/+12
| * | selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko2019-10-174-190/+1
| * | selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko2019-10-172-3/+0
| * | selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko2019-10-172-138/+180
| * | selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko2019-10-171-0/+10
| * | selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko2019-10-172-11/+5
| * | selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-173-4/+5
| * | selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko2019-10-171-1/+32
| * | selftests/bpf: Restore the netns after flow dissector reattach testJakub Sitnicki2019-10-171-4/+17
| * | selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov2019-10-172-0/+192
| * | selftests: bpf: Don't try to read files without read permissionJiri Pirko2019-10-151-1/+1
| * | selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev2019-10-152-0/+6
| * | selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-1511-2/+233
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-204-5/+9
|\ \ \ | |/ / |/| / | |/
| * selftests/bpf: More compatible nc options in test_lwt_ip_encapJiri Benc2019-10-081-3/+3
| * selftests/bpf: Set rp_filter in test_flow_dissectorJiri Benc2019-10-081-0/+3
| * selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez2019-10-021-1/+1
| * selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez2019-10-021-1/+2
* | selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko2019-10-121-48/+6
* | selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko2019-10-121-1/+2
* | selftests/bpf: Check that flow dissector can be re-attachedJakub Sitnicki2019-10-111-0/+127
* | selftests/bpf: Add read-only map values propagation testsAndrii Nakryiko2019-10-112-0/+182
* | selftests/bpf: Fix btf_dump padding test caseAndrii Nakryiko2019-10-091-1/+4
* | selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko2019-10-092-55/+35
* | selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko2019-10-083-3/+68
* | libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpersAndrii Nakryiko2019-10-089-0/+9
* | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-085-330/+3
* | selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-085-190/+198
* | selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macroAndrii Nakryiko2019-10-0810-40/+58
* | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-086-37/+54
* | selftests/bpf: Undo GCC-specific bpf_helpers.h changesAndrii Nakryiko2019-10-081-8/+0
* | selftests/bpf: add test for BPF flow dissector in the root namespaceStanislav Fomichev2019-10-071-6/+42