summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2021-05-07bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
2021-04-28bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-04-28bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-04-28bpf: Allow variable-offset stack accessAndrei Matei
2021-04-28bpf: Permits pointers on stack for helper callsYonghong Song
2021-04-21bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-04-21bpf: Improve verifier error messages for usersDaniel Borkmann
2021-04-21bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-04-21bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-04-21bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-04-21bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann
2021-04-14bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky
2021-04-14bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-14bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-30bpf: Fix umd memory leak in copy_process()Zqiang
2021-03-30bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-04bpf: Clear subreg_def for global function return valuesIlya Leoshkevich
2021-03-04bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura
2021-03-04bpf: Fix an unitialized value in bpf_iterYonghong Song
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver
2021-02-26bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-02-17bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-13bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-13bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet
2021-02-10bpf, inode_storage: Put file handler if no storage was foundPan Bian
2021-02-10bpf, cgroup: Fix problematic bounds checkLoris Reiff
2021-02-10bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff
2021-01-27bpf: Local storage helpers should check nullness of owner ptr passedKP Singh
2021-01-27bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa
2021-01-23bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu
2021-01-23bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti
2021-01-23bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev
2021-01-23bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann
2021-01-19bpf: Save correct stopping point in file seq iterationJonathan Lemon
2021-01-19bpf: Simplify task_file_seq_get_next()Song Liu
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov
2020-11-11bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia
2020-11-06bpf: Update verification logic for LSM programsKP Singh
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap