summaryrefslogtreecommitdiff
path: root/include/linux/bpf_verifier.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-11bpf: states_equal() must build idmap for all function framesEduard Zingerman1-2/+2
2022-12-09bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi1-5/+3
2022-12-07bpf: decouple prune and jump pointsAndrii Nakryiko1-0/+1
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song1-1/+1
2022-12-01bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov1-1/+0
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song1-1/+4
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-0/+7
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet1-1/+1
2022-11-18bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-0/+5
2022-11-18bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi1-0/+2
2022-11-18bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi1-2/+0
2022-11-18bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-1/+15
2022-10-26bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-1/+14
2022-09-22btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu1-0/+5
2022-09-11bpf: Add verifier support for custom callback return rangeDave Marchevsky1-0/+1
2022-09-08bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-0/+21
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires1-0/+2
2022-08-25bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-0/+11
2022-07-12bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts1-4/+4
2022-06-21bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman1-0/+12
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu1-1/+1
2022-05-24bpf: Dynptr support for ring buffersJoanne Koong1-0/+2
2022-05-24bpf: Add verifier support for dynptrsJoanne Koong1-0/+18
2022-04-26bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi1-2/+1
2022-03-31bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXTMartin KaFai Lau1-1/+3
2022-03-06bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi1-1/+2
2022-03-06bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi1-0/+3
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+7
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann1-2/+2
2022-01-19bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi1-0/+5
2022-01-19bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi1-0/+2
2021-12-19bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-0/+4
2021-12-18bpf: Introduce composable reg, ret and arg types.Hao Luo1-0/+13
2021-12-17bpf: Right align verifier states in verifier logs.Christy Lee1-0/+3
2021-12-17bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-0/+7
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-0/+7
2021-10-06bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi1-0/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-1/+1
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-0/+1
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-0/+1
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov1-1/+8
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-1/+8
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov1-0/+1
2021-05-11bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-0/+8
2021-05-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann1-2/+3
2021-04-14bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+9
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+3
2021-02-13bpf: Support pointers in global func argsDmitrii Banshchikov1-0/+2
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei1-1/+2