summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-11bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend1-0/+1
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang1-1/+2
2022-06-14bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-1/+2
2021-12-17bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-2/+2
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-1/+1
2021-11-17bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+3
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu1-1/+2
2021-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-15bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-09-15bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-31/+15
2021-09-15bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+26
2021-09-15bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-09-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-09-03bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko1-1/+1
2021-09-03bpf: Track contents of read-only maps as scalarsAndrii Nakryiko1-2/+55
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-08-08bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40
2021-08-08bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann1-2/+15
2021-08-08bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann1-1/+3
2021-07-19bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann1-18/+43
2021-05-28bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-05-28bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12
2021-05-28bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann1-7/+11
2021-05-07bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann1-10/+17
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann1-8/+4
2021-05-02bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-05-02bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-5/+10
2021-05-02bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-17/+37
2021-05-02bpf: Improve verifier error messages for usersDaniel Borkmann1-22/+62
2021-05-02bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-05-02bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9
2021-05-02bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver1-3/+4
2021-02-26bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann1-4/+6
2021-02-17bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh1-0/+2
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-15/+13
2021-02-10bpf, cgroup: Fix problematic bounds checkLoris Reiff1-1/+1
2021-02-10bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff1-0/+5
2021-01-23bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu1-1/+1
2021-01-23bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev1-2/+3
2020-11-18bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren1-2/+28