summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-13bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06bpf: expand section tests for test_section_namesDaniel Borkmann
2019-06-06bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann
2019-06-05selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-29selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi
2019-05-29selftests: bpf: complete sub-register zero extension checksJiong Wang
2019-05-29selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang
2019-05-28selftests/bpf: add auto-detach testRoman Gushchin
2019-05-28selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin
2019-05-28selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang
2019-05-24selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song
2019-05-24selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko
2019-05-24selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko
2019-05-24selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko
2019-05-24selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki
2019-05-23selftests/bpf: add pyperf scale testAlexei Starovoitov
2019-05-23selftests/bpf: adjust verifier scale testAlexei Starovoitov
2019-05-23selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel
2019-05-17selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov
2019-05-16selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann
2019-05-13selftests: bpf: Add files generated after build to .gitignoreKelsey Skunberg
2019-05-13bpf: add various test cases for backward jumpsDaniel Borkmann
2019-05-09selftests: bpf: initialize bpf_object pointers where neededLorenz Bauer
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-04selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko
2019-04-26netdevsim: merge sdev into devJiri Pirko
2019-04-25selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon