aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song1-6/+3
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev1-0/+30
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
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-7/+0
2018-12-12selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin1-0/+6
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev1-4/+4
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-150/+978
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev1-4/+4
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-30/+30
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev1-1/+1
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-0/+13
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+382
2018-12-09media: bpf: add bpf function to report mouse movementSean Young4-20/+53
2018-12-09bpf: Add unit tests for bpf_line_infoMartin KaFai Lau1-17/+580
2018-12-09bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau1-86/+125
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev1-19/+17
2018-12-07selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang1-4/+25
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-1/+7
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov1-2/+2
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer1-1/+54
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+32
2018-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller1-0/+17
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller1-0/+44
2018-11-30bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller1-18/+24