summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-25libbpf: Move feature detection code into its own fileAndrii Nakryiko6-466/+481
2024-01-25libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko3-11/+22
2024-01-25libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko1-6/+12
2024-01-25selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko1-20/+32
2024-01-25selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko1-0/+683
2024-01-25libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko2-2/+4
2024-01-25libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko2-2/+9
2024-01-25libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko2-4/+7
2024-01-25libbpf: Add bpf_token_create() APIAndrii Nakryiko3-0/+42
2024-01-25bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko3-0/+10
2024-01-25bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-0/+5
2024-01-25bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko3-0/+13
2024-01-25bpf: Introduce BPF token objectAndrii Nakryiko1-0/+37
2024-01-25libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau1-1/+1
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau1-4/+75
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau1-0/+11
2024-01-24libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek1-1/+1
2024-01-24selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang2-0/+17
2024-01-24selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang3-18/+19
2024-01-24selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee4-0/+176
2024-01-24libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee4-12/+38
2024-01-24bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee1-0/+8
2024-01-24bpf: pass btf object id in bpf_map_info.Kui-Feng Lee1-1/+1
2024-01-24bpftool: Display cookie for kprobe multi linkJiri Olsa1-15/+63
2024-01-24bpftool: Display cookie for perf event link probesJiri Olsa1-0/+14
2024-01-24selftests/bpf: Add fill_link_info test for perf eventJiri Olsa2-0/+46
2024-01-24selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa1-5/+21
2024-01-24selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa1-12/+36
2024-01-24bpftool: Fix wrong free call in do_show_linkJiri Olsa1-1/+1
2024-01-24bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa1-0/+1
2024-01-24bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+6
2024-01-24bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2-3/+3
2024-01-24bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi1-1/+1
2024-01-24bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi1-5/+5
2024-01-24libbpf: call dup2() syscall directlyAndrii Nakryiko1-1/+11
2024-01-24selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao1-1/+1
2024-01-24selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-01-24libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-01-24bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann1-3/+4
2024-01-24selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima7-0/+953
2024-01-24selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2024-01-24bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-24bpf: Minor improvements for bpf_cmp.Alexei Starovoitov1-9/+12
2024-01-24selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song1-0/+41
2024-01-24bpf: Track aligned st store as imprecise spilled registersYonghong Song1-8/+8
2024-01-24selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy1-0/+133
2024-01-24bpf: Assign ID to scalars on spillMaxim Mikityanskiy2-4/+4
2024-01-24selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy1-0/+31
2024-01-24selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman1-0/+24
2024-01-24selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy1-5/+3