summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich
2019-07-08selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko
2019-07-08selftests/bpf: add verifier tests for wide storesStanislav Fomichev
2019-07-08selftests/bpf: test perf buffer APIAndrii Nakryiko
2019-07-06selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev
2019-07-06selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev
2019-07-05selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko
2019-07-05selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko
2019-07-05selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko
2019-07-05selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko
2019-07-05selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko
2019-07-05selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev
2019-07-03selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc
2019-07-03selftests: bpf: standardize to static __always_inlineJiri Benc
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson
2019-06-29selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev
2019-06-27selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev
2019-06-27selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev
2019-06-27selftests/bpf: add sockopt testStanislav Fomichev
2019-06-27selftests/bpf: test sockopt section nameStanislav Fomichev
2019-06-26selftests/bpf: build tests with debug infoAndrii Nakryiko
2019-06-24selftests, bpf: Add test for veth native XDPToshiaki Makita
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19selftests/bpf: add realistic loop testsAlexei Starovoitov
2019-06-19selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov
2019-06-19selftests/bpf: fix testsAlexei Starovoitov
2019-06-19selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev
2019-06-15bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau
2019-06-15selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter
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-11bpf: use libbpf_num_possible_cpus internallyHechao Li
2019-06-11selftests/bpf: remove bpf_util.h from BPF C progsHechao Li
2019-06-11selftests/bpf : clean up feature/ when make cleanHechao Li
2019-06-10selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko
2019-06-10tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan 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