summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: ensure main program has an extableKrister Johansen2023-07-051-2/+5
* bpf/btf: Accept function names that contain dotsFlorent Revest2023-06-281-12/+8
* bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy2023-06-281-0/+3
* bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2023-06-281-2/+16
* bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-06-051-2/+4
* bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-301-1/+1
* bpf: Add preempt_count_{sub,add} into btf id deny listYafang2023-05-241-0/+4
* bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi2023-05-241-3/+13
* bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev2023-05-111-3/+6
* bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst2023-05-111-10/+6
* bpf: fix precision propagation verbose loggingAndrii Nakryiko2023-05-111-2/+2
* bpf: take into account liveness when propagating precisionAndrii Nakryiko2023-05-111-2/+4
* bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-261-0/+15
* bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang2023-04-131-2/+2
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-301-1/+1
* btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-171-0/+1
* bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-03-101-2/+11
* bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* bpf: Skip invalid kfunc call in backtrack_insnHao Sun2023-02-091-0/+6
* bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2023-02-091-12/+6
* bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2023-02-091-4/+0
* bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-02-091-7/+18
* bpf: Support <8-byte scalar spill and refillMartin KaFai Lau2023-02-091-15/+52
* bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-02-011-1/+3
* bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-242-7/+2
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-12-311-0/+5
* bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-311-0/+4
* bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko2022-12-311-32/+39
* bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau2022-12-311-11/+19
* bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko2022-12-311-0/+5
* bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi2022-12-311-8/+11
* bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-12-081-1/+1
* bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai2022-11-261-12/+11
* bpf: Fix memory leaks in __check_func_callWang Yufen2022-11-261-5/+9
* bpf: Fix wrong reg type conversion in release_reference()Youlin Li2022-11-161-2/+6
* bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi2022-11-161-107/+28
* bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook2022-11-161-2/+7
* bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones2022-10-261-0/+2
* bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer2022-10-261-1/+1
* bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-10-262-6/+6
* bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao2022-10-261-2/+5
* bpf: Disable preemption when increasing per-cpu map_lockedHou Tao2022-10-261-5/+18
* bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi2022-10-261-9/+33
* bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui2022-09-081-1/+3
* bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu2022-09-081-1/+1
* bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann2022-08-311-6/+4
* bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-251-0/+2
* bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-251-0/+6
* bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi2022-08-251-5/+1