summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
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
2018-12-19bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau
2018-12-19bpf: sk_msg, add tests for size fieldJohn Fastabend
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2018-12-18tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song
2018-12-18tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song
2018-12-18tools/bpf: add test_btf unit tests for kind_flagYonghong Song
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov
2018-12-13selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-12selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller