Age | Commit message (Expand) | Author |
2024-02-14 | bpf: Use O(log(N)) binary search to find line info record | Andrii Nakryiko |
2024-02-13 | bpf: emit source code file name and line number in verifier log | Andrii Nakryiko |
2024-02-13 | bpf: don't infer PTR_TO_CTX for programs with unnamed context type | Andrii Nakryiko |
2024-02-13 | bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg | Andrii Nakryiko |
2024-02-13 | bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type() | Andrii Nakryiko |
2024-02-13 | bpf: remove check in __cgroup_bpf_run_filter_skb | Oliver Crumrine |
2024-02-13 | bpf: Create argument information for nullable arguments. | Kui-Feng Lee |
2024-02-13 | bpf: Move __kfunc_param_match_suffix() to btf.c. | Kui-Feng Lee |
2024-02-13 | bpf: add btf pointer to struct bpf_ctx_arg_aux. | Kui-Feng Lee |
2024-02-13 | bpf: Fix warning for bpf_cpumask in verifier | Hari Bathini |
2024-02-13 | bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly | Yonghong Song |
2024-02-13 | bpf: Have bpf_rdonly_cast() take a const pointer | Daniel Xu |
2024-02-11 | bpf: Allow compiler to inline most of bpf_local_storage_lookup() | Marco Elver |
2024-02-08 | bpf, btf: Check btf for register_bpf_struct_ops | Geliang Tang |
2024-02-08 | bpf, btf: Add check_btf_kconfigs helper | Geliang Tang |
2024-02-08 | bpf, btf: Fix return value of register_btf_id_dtor_kfuncs | Geliang Tang |
2024-02-07 | bpf: Merge two CONFIG_BPF entries | Masahiro Yamada |
2024-02-05 | bpf: Transfer RCU lock state between subprog calls | Kumar Kartikeya Dwivedi |
2024-02-05 | bpf: Allow calling static subprogs while holding a bpf_spin_lock | Kumar Kartikeya Dwivedi |
2024-02-05 | bpf: Remove an unnecessary check. | Kui-Feng Lee |
2024-02-02 | bpf: don't emit warnings intended for global subprogs for static subprogs | Andrii Nakryiko |
2024-02-02 | bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic | Andrii Nakryiko |
2024-02-02 | bpf: Handle scalar spill vs all MISC in stacksafe() | Eduard Zingerman |
2024-02-02 | bpf: Preserve boundaries and track scalars on narrowing fill | Maxim Mikityanskiy |
2024-02-02 | bpf: Track spilled unbounded scalars | Maxim Mikityanskiy |
2024-02-01 | bpf: Minor clean-up to sleepable_lsm_hooks BTF set | Matt Bobrowski |
2024-01-31 | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu |
2024-01-30 | bpf: add arg:nullable tag to be combined with trusted pointers | Andrii Nakryiko |
2024-01-30 | bpf: add __arg_trusted global func arg tag | Andrii Nakryiko |
2024-01-29 | bpf,token: Use BIT_ULL() to convert the bit mask | Haiyue Wang |
2024-01-29 | bpf: move arg:ctx type enforcement check inside the main logic loop | Andrii Nakryiko |
2024-01-25 | bpf: Fix error checks against bpf_get_btf_vmlinux(). | Kui-Feng Lee |
2024-01-24 | bpf: Support symbolic BPF FS delegation mount options | Andrii Nakryiko |
2024-01-24 | bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS | Andrii Nakryiko |
2024-01-24 | bpf,lsm: Add BPF token LSM hooks | Andrii Nakryiko |
2024-01-24 | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks | Andrii Nakryiko |
2024-01-24 | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks | Andrii Nakryiko |
2024-01-24 | bpf: Consistently use BPF token throughout BPF verifier logic | Andrii Nakryiko |
2024-01-24 | bpf: Take into account BPF token when fetching helper protos | Andrii Nakryiko |
2024-01-24 | bpf: Add BPF token support to BPF_PROG_LOAD command | Andrii Nakryiko |
2024-01-24 | bpf: Add BPF token support to BPF_BTF_LOAD command | Andrii Nakryiko |
2024-01-24 | bpf: Add BPF token support to BPF_MAP_CREATE command | Andrii Nakryiko |
2024-01-24 | bpf: Introduce BPF token object | Andrii Nakryiko |
2024-01-24 | bpf: Add BPF token delegation mount options to BPF FS | Andrii Nakryiko |
2024-01-24 | bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach | Andrii Nakryiko |
2024-01-23 | bpf: export btf_ctx_access to modules. | Kui-Feng Lee |
2024-01-23 | bpf, net: switch to dynamic registration | Kui-Feng Lee |
2024-01-23 | bpf: validate value_type | Kui-Feng Lee |
2024-01-23 | bpf: hold module refcnt in bpf_struct_ops map creation and prog verification. | Kui-Feng Lee |
2024-01-23 | bpf: pass attached BTF to the bpf_struct_ops subsystem | Kui-Feng Lee |