summaryrefslogtreecommitdiff
path: root/include/linux/bpf_verifier.h
AgeCommit message (Expand)Author
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2023-10-23bpf: correct loop detection for iterators convergenceEduard Zingerman
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song
2023-08-25bpf: Consider non-owning refs trustedDave Marchevsky
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-05-04bpf: improve precision backtrack loggingAndrii Nakryiko
2023-05-04bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-11bpf: Simplify internal verifier log interfaceAndrii Nakryiko
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov
2023-03-01bpf: Refactor process_dynptr_funcJoanne Koong
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi
2022-12-27bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko
2022-12-10bpf: states_equal() must build idmap for all function framesEduard Zingerman
2022-12-08bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-06bpf: decouple prune and jump pointsAndrii Nakryiko
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song
2022-11-30bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-07-11bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong