aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner9-36/+9
2019-05-29selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi1-0/+1
2019-05-29selftests: bpf: complete sub-register zero extension checksJiong Wang1-11/+505
2019-05-29selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2-39/+39
2019-05-28selftests/bpf: add auto-detach testRoman Gushchin1-1/+97
2019-05-28selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin1-0/+57
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin3-1/+478
2019-05-28selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev1-0/+32
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai1-3/+1
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang7-5/+51
2019-05-24selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang1-10/+19
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song3-0/+250
2019-05-24selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko10-1/+824
2019-05-24selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko3-1/+384
2019-05-24selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko1-58/+13
2019-05-24selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki7-42/+8
2019-05-23selftests/bpf: add pyperf scale testAlexei Starovoitov5-13/+298
2019-05-23selftests/bpf: adjust verifier scale testAlexei Starovoitov1-14/+17
2019-05-23selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel1-0/+39
2019-05-17selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov1-1/+1
2019-05-16selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2-0/+2
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev1-0/+1
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev1-4/+4
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann1-14/+274