summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko
2024-01-24libbpf: Add bpf_token_create() APIAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko
2024-01-24libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau
2024-01-24selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski
2024-01-24perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built inJames Clark
2024-01-24perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORTJames Clark
2024-01-24perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__record_args()Kan Liang
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang
2024-01-24selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski
2024-01-24KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...Jing Zhang
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau
2024-01-23libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek
2024-01-23selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang
2024-01-23selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang
2024-01-23selftests: fill in some missing configs for netJakub Kicinski
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa
2024-01-23bpftool: Fix wrong free call in do_show_linkJiri Olsa
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi
2024-01-23libbpf: call dup2() syscall directlyAndrii Nakryiko
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-01-23libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-01-23bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima