aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+91
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich1-6/+15
2019-07-08selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko1-8/+5
2019-07-08selftests/bpf: add verifier tests for wide storesStanislav Fomichev2-3/+50
2019-07-08selftests/bpf: test perf buffer APIAndrii Nakryiko2-0/+125
2019-07-06selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev1-0/+1
2019-07-06selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev1-8/+8
2019-07-05selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko11-236/+228
2019-07-05selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko20-494/+300
2019-07-05selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko1-0/+3
2019-07-05selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko3-81/+32
2019-07-05selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2-0/+221
2019-07-05selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko1-16/+15
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev3-1/+317
2019-07-03selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-03selftests: bpf: standardize to static __always_inlineJiri Benc5-35/+38
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson1-0/+85
2019-06-29selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev1-27/+24
2019-06-27selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev4-1/+449
2019-06-27selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev4-1/+328
2019-06-27selftests/bpf: add sockopt testStanislav Fomichev3-1/+1024
2019-06-27selftests/bpf: test sockopt section nameStanislav Fomichev1-0/+10
2019-06-26selftests/bpf: build tests with debug infoAndrii Nakryiko1-1/+1
2019-06-24selftests, bpf: Add test for veth native XDPToshiaki Makita4-0/+162
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller55-348/+2119
2019-06-19selftests/bpf: add realistic loop testsAlexei Starovoitov15-12/+1347
2019-06-19selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov1-0/+161
2019-06-19selftests/bpf: fix testsAlexei Starovoitov3-20/+24
2019-06-19selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2-14/+17
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-26/+793
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko14-140/+285
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko5-72/+87
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2-7/+76
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev2-32/+38
2019-06-15bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau1-0/+54
2019-06-15selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter1-1/+1
2019-06-13bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao1-4/+10
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-3/+38
2019-06-11bpf: use libbpf_num_possible_cpus internallyHechao Li1-32/+5
2019-06-11selftests/bpf: remove bpf_util.h from BPF C progsHechao Li5-4/+6
2019-06-11selftests/bpf : clean up feature/ when make cleanHechao Li1-1/+2
2019-06-10selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko1-2/+2
2019-06-10tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon1-0/+18
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon1-15/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-19/+745
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-36/+9
2019-06-06bpf: expand section tests for test_section_namesDaniel Borkmann1-0/+10
2019-06-06bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann1-16/+197
2019-06-05selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu1-3/+4
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire6-2/+558