summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao
2022-08-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi
2022-08-08selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller
2022-07-27selftests/bpf: Adjust vmtest.sh to use local kernel configurationDaniel Müller
2022-07-27selftests/bpf: Copy over libbpf configsDaniel Müller
2022-07-27selftests/bpf: Sort configurationDaniel Müller
2022-07-26selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich
2022-07-26selftests/bpf: Don't assign outer source IP to hostPaul Chaignon
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou
2022-07-21selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi
2022-07-21selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-19selftests/bpf: fix a test for snprintf() overflowDan Carpenter
2022-07-19selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko
2022-07-19selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko
2022-07-19selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko
2022-07-19selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko
2022-07-14selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-08selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/nMaxim Mikityanskiy
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev
2022-07-08selftests/bpf: Add test involving restrict type qualifierDaniel Müller
2022-07-08selftests, xsk: Rename AF_XDP testing appMaciej Fijalkowski
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-07selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky
2022-07-06selftests/bpf: Fix few more compiler warningsAndrii Nakryiko
2022-07-06selftests/bpf: Fix bogus uninitialized variable warningAndrii Nakryiko
2022-07-05selftests/bpf: Add type match test against kernel's task_structDaniel Müller
2022-07-05selftests/bpf: Add nested type to type based testsDaniel Müller
2022-07-05selftests/bpf: Add test checking more characteristicsDaniel Müller
2022-07-05selftests/bpf: Add type-match checks to type-based testsDaniel Müller
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann
2022-07-01selftests/bpf: Skip lsm_cgroup when we don't have trampolinesStanislav Fomichev
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski
2022-06-30selftests/xsk: Verify correctness of XDP prog attach pointMaciej Fijalkowski
2022-06-30selftests/xsk: Introduce XDP prog load based on existing AF_XDP socketMaciej Fijalkowski
2022-06-30selftests/xsk: Avoid bpf_link probe for existing xskMaciej Fijalkowski