aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo3-7/+7
2022-08-25selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed1-0/+357
2022-08-25selftests/bpf: Test cgroup_iter.Hao Luo2-1/+225
2022-08-25bpf: Introduce cgroup iterHao Luo1-2/+2
2022-08-24selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi1-0/+48
2022-08-23selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev1-0/+48
2022-08-23bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani1-0/+21
2022-08-23bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.retvalShmulik Ladkani2-2/+23
2022-08-19selftests/bpf: Fix spelling mistake.Colin Ian King1-1/+1
2022-08-18selftests/bpf: bpf_setsockopt testsMartin KaFai Lau1-0/+125
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-6/+207
2022-08-17selftests/bpf: Few fixes for selftests/bpf built in release modeAndrii Nakryiko3-5/+5
2022-08-17selftests/bpf: Tests libbpf autoattach APIsHao Luo1-0/+30
2022-08-15selftests/bpf: Add connmark read testDaniel Xu1-1/+2
2022-08-15selftests/bpf: Add existing connection bpf_*_ct_lookup() testDaniel Xu1-0/+59
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao1-0/+6
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao1-2/+18
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao1-0/+92
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov1-0/+36
2022-08-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi1-0/+21
2022-08-09selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong1-1/+2
2022-08-09selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach1-0/+74
2022-08-08selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev1-0/+95
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller1-1/+1
2022-07-26selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich1-11/+24
2022-07-26selftests/bpf: Don't assign outer source IP to hostPaul Chaignon1-2/+15
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi1-1/+55
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi1-0/+8
2022-07-19selftests/bpf: fix a test for snprintf() overflowDan Carpenter1-1/+1
2022-07-19selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko1-0/+11
2022-07-19selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko1-0/+2
2022-07-19selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko1-10/+7
2022-07-14selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa1-0/+2
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire1-0/+16
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-10/+514
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev1-0/+12
2022-07-08selftests/bpf: Add test involving restrict type qualifierDaniel Müller1-0/+2
2022-07-06selftests/bpf: Fix few more compiler warningsAndrii Nakryiko3-4/+4
2022-07-05selftests/bpf: Add type match test against kernel's task_structDaniel Müller1-0/+1
2022-07-05selftests/bpf: Add nested type to type based testsDaniel Müller1-0/+4
2022-07-05selftests/bpf: Add test checking more characteristicsDaniel Müller1-0/+37
2022-07-05selftests/bpf: Add type-match checks to type-based testsDaniel Müller1-2/+29
2022-07-01selftests/bpf: Skip lsm_cgroup when we don't have trampolinesStanislav Fomichev1-0/+8
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+75
2022-06-29selftests/bpf: lsm_cgroup functional testStanislav Fomichev1-0/+293
2022-06-29tools/bpf: Sync btf_ids.h to toolsStanislav Fomichev1-1/+1
2022-06-28selftests/bpf: remove last tests with legacy BPF map definitionsAndrii Nakryiko1-1/+0
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki1-9/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-39/+97
2022-06-23selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz1-1/+0