summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2020-06-02selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich
2020-06-02bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich
2020-06-02selftests/bpf: Fix verifier testAlexei Starovoitov
2020-06-02selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko
2020-06-02bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann
2020-06-01selftests/bpf: Extend test_flow_dissector to cover link creationJakub Sitnicki
2020-06-01selftests/bpf: Convert test_flow_dissector to use BPF skeletonJakub Sitnicki
2020-06-01selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki
2020-06-01selftests/bpf: Add tests for attaching bpf_link to netnsJakub Sitnicki
2020-06-01selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockoptFerenc Fejes
2020-06-01bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend
2020-06-01selftest: Add tests for XDP programs in devmap entriesDavid Ahern
2020-06-01bpf: Add BPF ringbuf and perf buffer benchmarksAndrii Nakryiko
2020-06-01selftests/bpf: Add BPF ringbuf selftestsAndrii Nakryiko
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-01selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov
2020-06-01selftests/bpf: Cleanup comments in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Fix a typo in test_mapsAnton Protopopov
2020-06-01bpf, selftests: Test probe_* helpers from SCHED_CLSJohn Fastabend
2020-06-01bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire
2020-05-23selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire
2020-05-23selftests/bpf: Add general instructions for test executionAlan Maguire
2020-05-21bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr checkJohn Fastabend
2020-05-21bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend
2020-05-21bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-19selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_metaAndrii Nakryiko
2020-05-19selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.hAndrii Nakryiko
2020-05-19bpf, testing: Add get{peer, sock}name selftests to test_progsDaniel Borkmann
2020-05-16bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend
2020-05-16bpf: Selftests, add blacklist to test_sockmapJohn Fastabend
2020-05-16bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend
2020-05-16bpf: Selftests, provide verbose option for selftests executionJohn Fastabend
2020-05-16bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend
2020-05-16bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend
2020-05-16bpf: Selftests, print error in test_sockmap error casesJohn Fastabend
2020-05-16bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend
2020-05-16bpf: Selftests, remove prints from sockmap testsJohn Fastabend
2020-05-16bpf: Selftests, move sockmap bpf prog header into progsJohn Fastabend
2020-05-16selftests/bpf: Move test_align under test_progsStanislav Fomichev
2020-05-16selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15selftests/bpf: Use CAP_BPF and CAP_PERFMON in testsAlexei Starovoitov
2020-05-14selftests/bpf: Xdp_adjust_tail add grow tail testsJesper Dangaard Brouer