summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
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-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-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-11selftests/bpf: remove bpf_util.h from BPF C progsHechao Li
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-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: Move bpf_printk to bpf_helpers.hMichal Rostecki
2019-05-23selftests/bpf: add pyperf scale testAlexei Starovoitov
2019-04-27bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau
2019-04-24selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev
2019-04-18selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing
2019-04-16selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev
2019-04-12selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-11selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire
2019-04-11selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire
2019-04-11selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-09bpf, selftest: test global data/bss/rodata sectionsJoe Stringer
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-04-03selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev
2019-03-22selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov
2019-03-22selftests/bpf: convert bpf tunnel test to encap modesWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-22selftests/bpf: extend bpf tunnel test with greWillem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test to ipv6Willem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test with decapWillem de Bruijn
2019-03-22selftests/bpf: bpf tunnel encap testWillem de Bruijn
2019-03-21selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer
2019-03-13bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau
2019-02-27tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song
2019-02-13selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov
2019-02-11selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang