summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-08bpf: Check percpu map value size firstTao Chen
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
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