summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-262-0/+47
* 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
* bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-221-0/+25
* 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
| * selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-023-51/+53
| * selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-024-76/+119
| * bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2019-03-021-0/+2
| * selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song2019-03-021-0/+1
| * selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko2019-03-011-0/+45
| * selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2019-03-012-2/+3
| * tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-1/+1
| * selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev2019-03-011-2/+2
| * bpf: add missing entries to bpf_helpers.hWillem de Bruijn2019-03-011-0/+30
| * tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song2019-02-281-0/+4
| * selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev2019-02-251-0/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-0/+10
|\ \ | |/ |/|
| * bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-221-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-1761-53/+1391
|\ \
| * | selftests: bpf: test_lwt_ip_encap: add negative tests.Peter Oskolkov2019-02-171-23/+88
| * | selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov2019-02-143-1/+398
| * | selftests: bpf: relax sub-register mode compilation criteriaJiong Wang2019-02-121-4/+3Star
| * | selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-1250-21/+5Star
| * | selftests: bpf: extend sub-register mode compilation to all bpf object filesJiong Wang2019-02-121-13/+7Star
| * | selftests: bpf: add "alu32" to .gitignoreJiong Wang2019-02-121-0/+1
| * | bpf: Add test_sock_fields for skb->sk and bpf_tcp_sockMartin KaFai Lau2019-02-114-2/+487
| * | bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_veriferMartin KaFai Lau2019-02-114-3/+396
| * | tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-081-13/+26
| * | tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-081-1/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-092-16/+23
|\ \ \ | |/ / |/| / | |/
| * bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis2019-01-311-10/+20
| * tools/bpf: fix test_btf for typedef func_proto caseYonghong Song2019-01-301-6/+3Star
* | bpf: test_maps: fix possible out of bound access warningBreno Leitao2019-02-061-13/+14
* | selftests/bpf: test reading the offloaded programJakub Kicinski2019-02-061-9/+20