summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-23Merge branch 'enable-the-inline-of-kptr_xchg-for-arm64'Alexei Starovoitov
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao
2024-01-23bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao
2024-01-23bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_KDave Thaler
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima