aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-24libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko
2024-01-24libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko
2024-01-24libbpf: Move feature detection code into its own fileAndrii Nakryiko
2024-01-24libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko
2024-01-24libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko
2024-01-24bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2024-01-24bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko
2024-01-24bpf,selinux: Allocate bpf_security_struct per BPF tokenAndrii Nakryiko
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,lsm: Add BPF token LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii 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-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko
2024-01-24bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko
2024-01-24libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau
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-23Merge branch 'skip-callback-tests-if-jit-is-disabled-in-test_verifier'Andrii Nakryiko
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-23Merge branch 'Registrating struct_ops types from modules'Martin KaFai Lau
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23bpf: export btf_ctx_access to modules.Kui-Feng Lee
2024-01-23libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf: validate value_typeKui-Feng Lee
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee
2024-01-23bpf: add struct_ops_tab to btf.Kui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: get type information with BTF_ID_LISTKui-Feng Lee
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee
2024-01-23Merge branch 'bpf-add-cookies-retrieval-for-perf-kprobe-multi-links'Alexei Starovoitov
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa