summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | selftests/bpf: add test for mixing generic and offload XDPJakub Kicinski2019-02-061-54/+62
* | selftests/bpf: print traceback when test failsJakub Kicinski2019-02-061-1/+4
* | selftests/bpf: fix the expected messagesJakub Kicinski2019-02-061-2/+5
* | tools/bpf: fix a selftest test_btf failureYonghong Song2019-02-061-1/+1
* | selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel2019-02-057-0/+33
* | selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-051-15/+520
* | libbpf: fix libbpf_printStanislav Fomichev2019-02-053-27/+6Star
* | selftests/bpf: use localhost in tcp_{server,client}.pyStanislav Fomichev2019-02-042-6/+2Star
* | tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-043-24/+39
* | selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev2019-02-021-3/+5