summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-02-06selftests/bpf: fix the expected messagesJakub Kicinski
2019-02-05tools/bpf: fix a selftest test_btf failureYonghong Song
2019-02-05selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04selftests/bpf: use localhost in tcp_{server,client}.pyStanislav Fomichev
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-01selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev
2019-02-01selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov
2019-02-01selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov
2019-02-01selftests/bpf: add bpf_spin_lock verifier testsAlexei Starovoitov
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis
2019-01-31selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE...Stanislav Fomichev
2019-01-31selftests/bpf: skip verifier tests for unsupported map typesStanislav Fomichev
2019-01-31selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev
2019-01-29selftests: bpf: remove duplicated includeYueHaibing
2019-01-27selftests: bpf: break up the rest of test_verifierJakub Kicinski
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski
2019-01-26selftests: bpf: makefile support sub-register code-gen test modeJiong Wang
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song
2019-01-15selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20selftests: bpf: add missing executables to .gitignoreJakub Kicinski
2018-12-20selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski
2018-12-20selftests: bpf: add trivial JSET testsJakub Kicinski