summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add loop test 5Alexei Starovoitov2019-08-061-0/+32
* selftests/bpf: add loop test 4Alexei Starovoitov2019-08-061-0/+18
* selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use caseStanislav Fomichev2019-08-011-0/+22
* selftests/bpf: add test for bpf_tcp_gen_syncookiePetar Penkov2019-07-301-5/+43
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev2019-07-251-0/+8
* bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+10
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev2019-07-251-6/+23
* selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko2019-07-231-1/+1
* selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich2019-07-181-8/+9
* selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko2019-07-153-4/+4
* selftests/bpf: fix compiling loop{1, 2, 3}.c on s390Ilya Leoshkevich2019-07-123-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-6/+6
|\
| * selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-031-6/+6
* | selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko2019-07-081-8/+5
* | selftests/bpf: test perf buffer APIAndrii Nakryiko2019-07-081-0/+25
* | selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko2019-07-059-166/+158
* | selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300
* | selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-051-0/+55
* | selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-031-0/+61
* | selftests: bpf: standardize to static __always_inlineJiri Benc2019-07-035-35/+38
* | selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev2019-06-271-0/+71
* | selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-271-0/+111
* | selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-242-0/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2038-230/+1766
|\ \
| * | selftests/bpf: add realistic loop testsAlexei Starovoitov2019-06-1914-1/+1291
| * | selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko2019-06-1814-140/+285
| * | selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko2019-06-185-72/+87
| * | selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2019-06-181-0/+73
| * | selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev2019-06-151-17/+29
| * | selftests/bpf: remove bpf_util.h from BPF C progsHechao Li2019-06-114-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-12/+3
|\ \ \ | |/ / |/| / | |/
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-303-12/+3
* | selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-05-311-0/+184
* | tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song2019-05-241-0/+51
* | selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-247-0/+678
* | selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki2019-05-245-35/+0
* | selftests/bpf: add pyperf scale testAlexei Starovoitov2019-05-234-0/+280
|/
* bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau2019-04-271-0/+53
* selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn2019-04-241-4/+60
* selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev2019-04-231-29/+50
* selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-182-2/+2
* selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev2019-04-161-1/+1
* selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2019-04-121-0/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-117-51/+557
|\
| * selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-111-28/+191
| * selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire2019-04-111-42/+98
| * selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+21
| * bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-091-0/+106
| * selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-044-0/+160
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-12/+7
|\ \ | |/ |/|