summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko1-0/+37
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko1-12/+91
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko1-1/+58
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao1-10/+11
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao1-4/+10
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi1-5/+6
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui1-16/+24
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi1-2/+3
2023-07-23bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-07-05bpf: ensure main program has an extableKrister Johansen1-2/+5
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-06-28bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy1-0/+3
2023-06-28bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman1-2/+16
2023-06-05bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-24bpf: Add preempt_count_{sub,add} into btf id deny listYafang1-0/+4
2023-05-24bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi1-3/+13
2023-05-11bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev1-3/+6
2023-05-11bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst1-10/+6
2023-05-11bpf: fix precision propagation verbose loggingAndrii Nakryiko1-2/+2
2023-05-11bpf: take into account liveness when propagating precisionAndrii Nakryiko1-2/+4
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-13bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-03-30bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-10bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-09bpf: Skip invalid kfunc call in backtrack_insnHao Sun1-0/+6
2023-02-09bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau1-12/+6
2023-02-09bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon1-4/+0
2023-02-09bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-02-09bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2023-02-01bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-24bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2022-12-31bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-12-31bpf: Do not zero-extend kfunc return valuesBjörn Töpel1-0/+4
2022-12-31bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko1-32/+39
2022-12-31bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2022-12-31bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2022-12-31bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi1-8/+11
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai1-1/+1
2022-11-26bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
2022-11-26bpf: Fix memory leaks in __check_func_callWang Yufen1-5/+9
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li1-2/+6
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-107/+28
2022-11-16bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook1-2/+7
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1