summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov2019-02-013-1/+141
* | selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov2019-02-014-2/+155
* | selftests/bpf: add bpf_spin_lock verifier testsAlexei Starovoitov2019-02-012-1/+434
* | selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE...Stanislav Fomichev2019-01-311-0/+1
* | selftests/bpf: skip verifier tests for unsupported map typesStanislav Fomichev2019-01-311-3/+33
* | selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev2019-01-311-1/+8
* | selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev2019-01-311-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-2975-15506/+16856
|\ \ | |/ |/|
| * selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev2019-01-294-40/+139
| * selftests: bpf: remove duplicated includeYueHaibing2019-01-293-4/+0Star
| * selftests: bpf: break up the rest of test_verifierJakub Kicinski2019-01-2823-6149/+6051Star
| * selftests: bpf: break up test_verifierJakub Kicinski2019-01-2848-10136/+9902Star
| * selftests: bpf: prepare for break up of verifier testsJakub Kicinski2019-01-283-0/+17
| * selftests: bpf: makefile support sub-register code-gen test modeJiong Wang2019-01-261-25/+70
| * selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang2019-01-261-24/+762
| * selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev2019-01-251-1/+2
| * bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+36
| * selftests: bpf: add tests for dead code removalJakub Kicinski2019-01-242-7/+549
| * selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev2019-01-231-3/+3
| * libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-3/+1Star
| * tools/bpf: add bpffs pretty print test for int128Yonghong Song2019-01-161-0/+79
| * tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song2019-01-161-37/+75
| * tools/bpf: add int128 raw test in test_btfYonghong Song2019-01-161-0/+93
* | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
* | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
|/
* tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song2019-01-111-8/+21
* selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell2019-01-101-1/+3
* selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2019-01-101-0/+1
* selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev2019-01-0710-12/+12
* bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann2019-01-061-0/+120
* selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov2019-01-051-3/+50
* bpf: add various test cases to selftestsDaniel Borkmann2019-01-031-3/+1105
* selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1
* bpf: fix segfault in test_verifier selftestDaniel Borkmann2018-12-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-217-73/+1053
|\
| * bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| * selftests: bpf: add missing executables to .gitignoreJakub Kicinski2018-12-201-0/+1
| * selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| * selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| * bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau2018-12-201-0/+27