summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+27
| * | selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+27
| * | samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-041-2/+2
| * | selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee2019-04-041-0/+4
| * | selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov2019-04-042-9/+35
| * | selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-047-1/+215
| * | selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev2019-04-021-1/+0Star
| * | selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev2019-04-021-4/+4
| * | selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev2019-04-021-1/+1
| * | selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev2019-04-021-2/+2
| * | bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song2019-04-011-8/+24
| * | selftests/bpf: Test variable offset stack accessAndrey Ignatov2019-03-291-2/+77
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-054-12/+160
|\ \ \ | |/ / |/| / | |/
| * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4
| * selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-032-11/+72
| * selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko2019-03-271-0/+47
| * selftests/bpf: test case for invalid call stack in dead codePaul Chaignon2019-03-261-0/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-281-0/+25
|\|
| * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-221-0/+25
* | selftests: bpf: don't depend on hardcoded perf sample_freqStanislav Fomichev2019-03-261-1/+15
* | bpf: test_tc_tunnel.sh needs reverse path filtering disabledAlan Maguire2019-03-251-0/+8
* | selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov2019-03-233-1/+210
* | selftests/bpf: convert bpf tunnel test to encap modesWillem de Bruijn2019-03-222-10/+19
* | selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn2019-03-222-3/+14
* | selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MACWillem de Bruijn2019-03-221-22/+3Star
* | selftests/bpf: extend bpf tunnel test with tsoWillem de Bruijn2019-03-221-11/+49
* | selftests/bpf: extend bpf tunnel test with greWillem de Bruijn2019-03-222-46/+123
* | selftests/bpf: expand bpf tunnel test to ipv6Willem de Bruijn2019-03-223-22/+149
* | selftests/bpf: expand bpf tunnel test with decapWillem de Bruijn2019-03-222-0/+40
* | selftests/bpf: bpf tunnel encap testWillem de Bruijn2019-03-223-1/+160
* | selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera2019-03-222-5/+12
* | selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer2019-03-226-2/+434
* | selftests/bpf: test references to sock_commonLorenz Bauer2019-03-221-0/+48
* | selftests/bpf: allow specifying helper for BPF_SK_LOOKUPLorenz Bauer2019-03-223-46/+46
* | selftests/bpf: Add arm target register definitionsAdrian Ratiu2019-03-211-0/+18
|/
* selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko2019-03-141-0/+44
* bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-133-44/+180
* bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2019-03-132-2/+170
* selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-1/+14
* selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1
* selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
* selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov2019-03-071-2/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-0435-1989/+2237
|\
| * bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann2019-03-041-1/+43
| * selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-0211-735/+754
| * selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-024-103/+106
| * selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-025-427/+431
| * selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-026-476/+483
| * selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-025-162/+163