summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2020-12-03selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin
2020-12-02selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev
2020-12-02selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-12bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov
2020-11-10selftest/bpf: Add missed ip6ip6 test backHangbin Liu
2020-11-06bpf: Add tests for task_local_storageKP Singh
2020-11-06bpf: Update selftests for local_storage to use vmlinux.hKP Singh
2020-11-06bpf: Fix tests for local_storageKP Singh
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-03selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck
2020-10-26selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen
2020-10-19bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu
2020-09-30bpf, selftests: Add redirect_neigh selftestDaniel Borkmann
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann
2020-09-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen
2020-09-29selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau
2020-09-25bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau