summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
* bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-271-1/+24
* selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-121-1/+2
* selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev2019-04-021-2/+2
* selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov2019-03-221-1/+2
* selftests/bpf: bpf tunnel encap testWillem de Bruijn2019-03-221-1/+2
* selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera2019-03-211-1/+1
* selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer2019-03-211-2/+3
* selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
* selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-021-2/+25
* selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov2019-02-131-1/+2
* selftests: bpf: relax sub-register mode compilation criteriaJiong Wang2019-02-111-4/+3
* selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-111-21/+5
* selftests: bpf: extend sub-register mode compilation to all bpf object filesJiong Wang2019-02-111-13/+7
* bpf: Add test_sock_fields for skb->sk and bpf_tcp_sockMartin KaFai Lau2019-02-101-2/+4
* selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev2019-02-011-3/+5
* selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov2019-02-011-1/+1
* selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov2019-02-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-25/+87
|\
| * selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev2019-01-291-0/+3
| * selftests: bpf: prepare for break up of verifier testsJakub Kicinski2019-01-271-0/+13
| * selftests: bpf: makefile support sub-register code-gen test modeJiong Wang2019-01-261-25/+70
| * selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev2019-01-251-1/+2
* | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
|/
* selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell2019-01-101-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-2/+22
|\
| * bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-211-1/+2
| * tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-091-1/+3
| * selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2018-11-071-0/+10
* | selftests: add dummy xdp test helperPaolo Abeni2018-11-071-1/+2
|/
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-1/+4
* selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
* selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-091-2/+4
* selftests/bpf: Add C tests for reference trackingJoe Stringer2018-10-031-1/+1
* selftests/bpf: cgroup local storage-based network countersRoman Gushchin2018-10-011-2/+4
* selftests/bpf: Test libbpf_{prog,attach}_type_by_nameAndrey Ignatov2018-09-271-1/+1
* selftests/bpf: test bpf flow dissectionPetar Penkov2018-09-141-2/+4
* flow_dissector: implements eBPF parserPetar Penkov2018-09-141-1/+1
* selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov2018-08-131-3/+6
* bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-2/+5
|\
| * selftests/bpf: add a cgroup storage testRoman Gushchin2018-08-031-1/+2
| * selftests/bpf: Test for get_socket_cookieAndrey Ignatov2018-07-311-2/+4
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-1/+1
|\ \ | |/ |/|
| * bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau2018-07-201-1/+1
* | selftests/bpf: Switch test_tcpbpf_user to cgroup_helpersAndrey Ignatov2018-07-151-0/+1
|/
* selftests: bpf: fix urandom_read build issueAnders Roxell2018-06-111-3/+1
* tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-2/+4
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-3/+4