summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy-0/+10
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis-10/+20
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song-6/+3
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev-0/+30
2019-01-15selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev-0/+1
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song-8/+21
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell-1/+3
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev-0/+1
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev-12/+12
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann-0/+120
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov-3/+50
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann-3/+1105
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu-1/+1
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-73/+1053
2018-12-20bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-24/+49
2018-12-20selftests: bpf: add missing executables to .gitignoreJakub Kicinski-0/+1
2018-12-20selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski-0/+96
2018-12-20selftests: bpf: add trivial JSET testsJakub Kicinski-31/+178
2018-12-19bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau-0/+27
2018-12-19bpf: sk_msg, add tests for size fieldJohn Fastabend-3/+13
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang-2/+32
2018-12-18tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song-5/+5
2018-12-18tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song-14/+154
2018-12-18tools/bpf: add test_btf unit tests for kind_flagYonghong Song-2/+494
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov-0/+22
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov-1/+14
2018-12-13selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov-4/+8
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski-0/+28
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau-7/+0
2018-12-12selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin-0/+6
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev-4/+4
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-150/+978
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev-4/+4
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song-30/+30
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev-1/+1
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang-0/+13
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-21/+382
2018-12-09media: bpf: add bpf function to report mouse movementSean Young-20/+53
2018-12-09bpf: Add unit tests for bpf_line_infoMartin KaFai Lau-17/+580
2018-12-09bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau-86/+125
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev-19/+17
2018-12-07selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang-4/+25
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau-1/+7
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov-2/+2
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer-1/+54
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov-0/+32
2018-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller-0/+17
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller-0/+44