summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Add missing line break in test_verifierTiezhu Yang2024-01-261-1/+1
| * selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko2024-01-242-17/+104
| * selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2024-01-241-0/+98
| * libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2024-01-242-0/+14
| * selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko2024-01-241-0/+64
| * selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko2024-01-243-0/+166
| * libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko2024-01-244-11/+131
| * libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko2024-01-245-47/+97
| * libbpf: Move feature detection code into its own fileAndrii Nakryiko2024-01-246-466/+481
| * libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko2024-01-243-11/+22
| * libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko2024-01-241-6/+12
| * selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko2024-01-241-20/+32
| * selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko2024-01-241-0/+683
| * libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko2024-01-242-2/+4
| * libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko2024-01-242-2/+9
| * libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko2024-01-242-4/+7
| * libbpf: Add bpf_token_create() APIAndrii Nakryiko2024-01-243-0/+42
| * bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-243-0/+10
| * bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-0/+5
| * bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-243-0/+13
| * bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-0/+37
| * libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau2024-01-241-1/+1
| * selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau2024-01-241-4/+75
| * selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau2024-01-241-0/+11
| * libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek2024-01-231-1/+1
| * selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang2024-01-232-0/+17
| * selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang2024-01-233-18/+19
| * selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee2024-01-234-0/+176
| * libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee2024-01-234-12/+38
| * bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-231-0/+8
| * bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-231-1/+1
| * bpftool: Display cookie for kprobe multi linkJiri Olsa2024-01-231-15/+63
| * bpftool: Display cookie for perf event link probesJiri Olsa2024-01-231-0/+14
| * selftests/bpf: Add fill_link_info test for perf eventJiri Olsa2024-01-232-0/+46
| * selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa2024-01-231-5/+21
| * selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa2024-01-231-12/+36
| * bpftool: Fix wrong free call in do_show_linkJiri Olsa2024-01-231-1/+1
| * bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-231-0/+1
| * bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-231-0/+6
| * bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2024-01-232-3/+3
| * bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi2024-01-231-1/+1
| * bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi2024-01-231-5/+5
| * libbpf: call dup2() syscall directlyAndrii Nakryiko2024-01-231-1/+11
| * selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao2024-01-231-1/+1
| * selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2024-01-232-1/+31
| * libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin2024-01-231-0/+4
| * bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann2024-01-231-3/+4
| * selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima2024-01-237-0/+953
| * selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov2024-01-231-0/+9
| * bpftool: Silence build warning about calloc()Tiezhu Yang2024-01-231-1/+1