aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-08-11bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-02-25bpf: add missing header file includeLinus Torvalds
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-06bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-08-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()Ovidiu Panait
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-09-22bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-09-22bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-09-22bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-09-22bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-09-22bpf: track spill/fill of constantsAlexei Starovoitov
2021-09-22bpf: Sanity check max value for var_off stack accessAndrey Ignatov
2021-09-22bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2021-09-22bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2021-09-22bpf: Support variable offset stack access from helpersAndrey Ignatov
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2021-09-22bpf/verifier: per-register parent pointersEdward Cree
2021-09-03bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-09-03bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-09-03bpf: Do not use ax register in interpreter on div/modDaniel Borkmann
2021-08-15bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-08-15bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann
2021-08-15bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller
2021-06-03bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-06-03bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-06-03bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-06-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-06-03bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-06-03bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-06-03bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-06-03bpf: Improve verifier error messages for usersDaniel Borkmann
2021-06-03bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-06-03bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-06-03bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-06-03bpf: extend is_branch_taken to registersAlexei Starovoitov
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
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