summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add regression test for pruning fixKumar Kartikeya Dwivedi2022-08-251-0/+25
* selftests/bpf: Add lru_bug to s390x deny listDaniel Müller2022-08-121-0/+1
* selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
* selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
* selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
* selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-092-0/+70
* selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev2022-08-081-0/+95
* selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller2022-07-292-6/+3
* selftests/bpf: Adjust vmtest.sh to use local kernel configurationDaniel Müller2022-07-271-19/+34
* selftests/bpf: Copy over libbpf configsDaniel Müller2022-07-274-0/+471
* selftests/bpf: Sort configurationDaniel Müller2022-07-271-50/+49
* selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich2022-07-262-13/+51
* selftests/bpf: Don't assign outer source IP to hostPaul Chaignon2022-07-262-11/+86
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2221-79/+490
|\
| * bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou2022-07-221-3/+3
| * selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi2022-07-211-0/+1
| * selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2022-07-212-1/+189
| * selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2022-07-212-12/+81
| * selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi2022-07-211-0/+53
| * bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-5/+5
| * selftests/bpf: fix a test for snprintf() overflowDan Carpenter2022-07-191-1/+1
| * selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko2022-07-191-0/+11
| * selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko2022-07-192-0/+6
| * selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko2022-07-193-32/+16
| * selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko2022-07-192-10/+10
| * selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa2022-07-141-0/+2
| * selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao2022-07-131-15/+15
| * selftests/bpf: add a ksym iter subtestAlan Maguire2022-07-123-0/+97
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-142-7/+7
|\ \ | |/ |/|
| * bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-082-7/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-0948-157/+4278
|\ \
| * | selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/nMaxim Mikityanskiy2022-07-081-7/+17
| * | bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev2022-07-083-6/+32
| * | selftests/bpf: Add test involving restrict type qualifierDaniel Müller2022-07-083-2/+13
| * | selftests, xsk: Rename AF_XDP testing appMaciej Fijalkowski2022-07-086-13/+13
| * | selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky2022-07-076-1/+416
| * | selftests/bpf: Fix few more compiler warningsAndrii Nakryiko2022-07-063-4/+4
| * | selftests/bpf: Fix bogus uninitialized variable warningAndrii Nakryiko2022-07-061-1/+1
| * | selftests/bpf: Add type match test against kernel's task_structDaniel Müller2022-07-053-0/+21
| * | selftests/bpf: Add nested type to type based testsDaniel Müller2022-07-053-20/+58
| * | selftests/bpf: Add test checking more characteristicsDaniel Müller2022-07-053-0/+91
| * | selftests/bpf: Add type-match checks to type-based testsDaniel Müller2022-07-053-4/+73
| * | selftests/bpf: Skip lsm_cgroup when we don't have trampolinesStanislav Fomichev2022-07-011-0/+8
| * | selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski2022-06-301-5/+4
| * | selftests/xsk: Verify correctness of XDP prog attach pointMaciej Fijalkowski2022-06-301-0/+17
| * | selftests/xsk: Introduce XDP prog load based on existing AF_XDP socketMaciej Fijalkowski2022-06-303-1/+7
| * | selftests/xsk: Avoid bpf_link probe for existing xskMaciej Fijalkowski2022-06-301-1/+1
| * | bpftool: Use feature list in bash completionQuentin Monnet2022-06-301-17/+3
| * | selftests/bpf: lsm_cgroup functional testStanislav Fomichev2022-06-293-0/+474
| * | tools/bpf: Sync btf_ids.h to toolsStanislav Fomichev2022-06-291-1/+1