summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-07-221-2/+1Star
* 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-091-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/+5Star
* | 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/+158Star
* | selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300Star
* | 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-281-0/+71
* | selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-281-0/+111
* | selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-252-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/+3Star
|\ \ \ | |/ / |/| / | |/
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-303-12/+3Star
* | selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-06-011-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/+0Star
* | 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-192-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-127-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-101-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/+7Star
|\ \ | |/ |/|
| * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4
| * selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-031-11/+4Star
* | selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov2019-03-231-0/+109
* | selftests/bpf: convert bpf tunnel test to encap modesWillem de Bruijn2019-03-221-4/+15
* | selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn2019-03-221-3/+8
* | selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MACWillem de Bruijn2019-03-221-22/+3Star
* | selftests/bpf: extend bpf tunnel test with greWillem de Bruijn2019-03-221-39/+109