summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2020-08-20selftests/bpf: Add bpffs preload test.Alexei Starovoitov1-0/+94
2020-08-20selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko1-0/+56
2020-08-20selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko1-5/+163
2020-08-20selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko1-21/+104
2020-08-19selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko1-0/+1
2020-08-14selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko1-4/+4
2020-08-14selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko1-10/+10
2020-08-14selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko1-7/+20
2020-08-14selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko7-15/+15
2020-08-11selftests/bpf: Fix v4_to_v6 in sk_lookupStanislav Fomichev1-0/+1
2020-08-11selftests/bpf: Fix segmentation fault in test_progsJianlin Lv1-6/+13
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv2-11/+11
2020-08-07tools/bpf: Support new uapi for map element bpf iteratorYonghong Song1-8/+32
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-35/+1339
2020-08-04bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skbDmitry Yakunin1-0/+5
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+110
2020-08-02selftests/bpf: Fix spurious test failures in core_retro selftestAndrii Nakryiko1-2/+6
2020-08-02selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_linksAndrii Nakryiko3-29/+56
2020-07-31selftests/bpf: Omit nodad flag when adding addresses to loopbackJakub Sitnicki1-2/+2
2020-07-31selftests/bpf: Don't destroy failed linkAndrii Nakryiko1-14/+28
2020-07-31selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song1-0/+13
2020-07-30selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko1-14/+110
2020-07-26selftests/bpf: Add BPF XDP link selftestsAndrii Nakryiko1-0/+137
2020-07-26libbpf: Add support for BPF XDP linkAndrii Nakryiko1-1/+1
2020-07-26selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingressYiFei Zhu1-25/+240
2020-07-26selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progsYiFei Zhu1-8/+35
2020-07-26selftests/bpf: Add test for CGROUP_STORAGE map on multiple attachesYiFei Zhu1-0/+161
2020-07-26selftests/bpf: Add get_stackid_cannot_attachSong Liu1-0/+91
2020-07-26selftests/bpf: Add callchain_stackidSong Liu1-0/+116
2020-07-26selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song1-0/+22
2020-07-26selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song1-0/+72
2020-07-26selftests/bpf: Add test for bpf array map iteratorsYonghong Song1-0/+161
2020-07-26selftests/bpf: Add test for bpf hash map iteratorsYonghong Song1-0/+187
2020-07-26selftests/bpf: Test BPF socket lookup and reuseport with connectionsJakub Sitnicki1-1/+53
2020-07-21bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song1-8/+25
2020-07-21tools/bpf: Sync btf_ids.h to toolsYonghong Song1-0/+1
2020-07-18selftests/bpf: Tests for BPF_SK_LOOKUP attach pointJakub Sitnicki1-0/+1282
2020-07-16selftests/bpf: Fix possible hang in sockopt_inheritStanislav Fomichev1-2/+1
2020-07-16selftest: Add tests for XDP programs in CPUMAP entriesLorenzo Bianconi1-0/+70
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-33/+309
2020-07-14tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko1-3/+3
2020-07-14selftests/bpf: Add selftests verifying bpf_trace_printk() behaviourAlan Maguire1-0/+75
2020-07-13selftests/bpf: Add test for resolve_btfidsJiri Olsa1-0/+111
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+37
2020-07-09selftests/bpf: Switch perf_buffer test to tracepoint and skeletonAndrii Nakryiko1-30/+12
2020-07-09selftests/bpf: Add test relying only on CO-RE and no recent kernel featuresAndrii Nakryiko1-0/+33
2020-07-08selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev1-0/+75
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-17/+363
2020-07-02bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau4-17/+13
2020-07-01selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu1-0/+17