summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2021-10-02selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen13-40/+38
2021-09-29selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song1-2/+26
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko1-19/+19
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko10-18/+16
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko35-113/+100
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko14-21/+19
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau1-0/+365
2021-09-18selftests/bpf: Add trace_vprintk test progDave Marchevsky1-0/+33
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-9/+132
2021-09-15selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song1-1/+11
2021-09-15selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song1-0/+39
2021-09-15selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko1-9/+3
2021-09-14bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann1-0/+26
2021-09-14bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann1-0/+34
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-0/+40
2021-09-11selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko1-0/+2
2021-09-08bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring1-0/+4
2021-09-07selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker1-6/+13
2021-08-26bpf: selftests: Add dctcp fallback testMartin KaFai Lau2-0/+51
2021-08-26bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau1-2/+2
2021-08-25bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu1-0/+29
2021-08-25selftests/bpf: Test for get_netns_cookieXu Liu1-5/+50
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta1-0/+39
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu1-0/+39
2021-08-17selftests/bpf: Add bpf_cookie selftests for high-level APIsAndrii Nakryiko1-0/+85
2021-08-17selftests/bpf: Test low-level perf BPF link APIAndrii Nakryiko1-0/+16
2021-08-15selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima1-3/+3
2021-08-15selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima3-0/+92
2021-08-14selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev1-0/+16
2021-08-14selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich1-5/+15
2021-08-14libbpf: Support weak typed ksyms.Hao Luo1-0/+56
2021-08-10selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki1-1/+1
2021-08-06selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko1-7/+7
2021-08-06selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet1-1/+1
2021-07-28bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-4/+4
2021-07-24bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2-0/+78
2021-07-23libbpf: Allow decimal offset for kprobesJiri Olsa1-0/+11
2021-07-20selftests/bpf: Check inner map deletionMartynas Pumputis1-0/+26
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-1/+552
2021-07-16selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa1-0/+11
2021-07-16selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa1-0/+62
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov2-0/+162
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov1-0/+297
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser1-1/+0
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend1-0/+18
2021-07-08selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUNZvi Effron1-0/+20
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-14/+255
2021-06-15bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.Kuniyuki Iwashima1-0/+135
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-45/+53
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest14-14/+0