summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa2021-06-161-0/+12
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-101-2/+5
* bpf: Simplify cases in bpf_base_func_protoTobias Klauser2021-06-101-8/+4
* bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang2021-06-031-6/+6
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-281-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-281-10/+12
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-281-7/+11
* bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko2021-05-141-13/+8
* bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo2021-05-141-0/+3
* bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann2021-05-141-13/+9
* bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-05-141-5/+3
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-071-10/+17
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-071-8/+4
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-281-29/+44
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-281-16/+33
* bpf: Allow variable-offset stack accessAndrei Matei2021-04-281-146/+511
* bpf: Permits pointers on stack for helper callsYonghong Song2021-04-281-1/+2
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-211-6/+11
* bpf: Improve verifier error messages for usersDaniel Borkmann2021-04-211-23/+63
* bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-04-211-8/+13
* bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-04-211-4/+5
* bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-04-211-10/+9
* bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann2021-04-211-1/+1
* bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky2021-04-141-2/+10
* bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-141-1/+1
* bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen2021-04-141-0/+5
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-04-073-53/+171
* bpf: Fix umd memory leak in copy_process()Zqiang2021-03-301-4/+15
* bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos2021-03-301-1/+1
* bpf: Add sanity check for upper ptr_limitPiotr Krysiuk2021-03-201-3/+8
* bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk2021-03-201-5/+5
* bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk2021-03-201-2/+2
* bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk2021-03-201-6/+10
* bpf: Clear subreg_def for global function return valuesIlya Leoshkevich2021-03-041-1/+2
* bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura2021-03-041-3/+1
* bpf: Fix an unitialized value in bpf_iterYonghong Song2021-03-041-1/+1
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-03-041-3/+4
* bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2021-02-261-4/+6
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-171-0/+2
* bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann2021-02-131-2/+2
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-131-15/+13
* bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann2021-02-131-1/+5
* bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-02-101-1/+4
* bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-02-101-1/+5
* bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-02-101-1/+1
* bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-02-101-0/+5
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-271-1/+4
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-271-2/+4
* bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-231-1/+1
* bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-231-0/+2