aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01selftests/bpf: add bpf_spin_lock verifier testsAlexei Starovoitov2-1/+434
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-01-31selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE_TRACEPOINTStanislav Fomichev1-0/+1
2019-01-31selftests/bpf: skip verifier tests for unsupported map typesStanislav Fomichev1-3/+33
2019-01-31selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev1-1/+8
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev1-1/+12
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song1-6/+3
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller75-15506/+16856
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev4-40/+139
2019-01-29selftests: bpf: remove duplicated includeYueHaibing3-4/+0
2019-01-27selftests: bpf: break up the rest of test_verifierJakub Kicinski23-6149/+6051
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski48-10136/+9902
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski3-0/+17
2019-01-26selftests: bpf: makefile support sub-register code-gen test modeJiong Wang1-25/+70
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang1-24/+762
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev1-1/+2
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+36
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski2-7/+549
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev1-3/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-3/+1
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev1-0/+30
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song1-0/+79
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song1-37/+75
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song1-0/+93
2019-01-15selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev1-0/+1
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song1-8/+21
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell1-1/+3
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev1-0/+1
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev10-12/+12
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann1-0/+120
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov1-3/+50
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu1-1/+1
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann1-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-73/+1053
2018-12-20bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-24/+49
2018-12-20selftests: bpf: add missing executables to .gitignoreJakub Kicinski1-0/+1
2018-12-20selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski1-0/+96
2018-12-20selftests: bpf: add trivial JSET testsJakub Kicinski1-31/+178
2018-12-19bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau1-0/+27
2018-12-19bpf: sk_msg, add tests for size fieldJohn Fastabend1-3/+13
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-2/+32
2018-12-18tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song1-5/+5
2018-12-18tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song1-14/+154
2018-12-18tools/bpf: add test_btf unit tests for kind_flagYonghong Song1-2/+494
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov1-0/+22
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov1-1/+14
2018-12-13selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2-4/+8
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski1-0/+28