summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-07-27bpf: 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-05-17bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
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
2023-01-18bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev
2023-01-18bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
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-11bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang
2022-06-14bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2021-12-17bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-17bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui
2021-09-15bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-09-15bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-09-15bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-09-15bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov
2021-09-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing
2021-09-03bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko
2021-09-03bpf: Track contents of read-only maps as scalarsAndrii Nakryiko
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich
2021-08-08bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-08-08bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann
2021-08-08bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-07-19bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann
2021-05-28bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-05-28bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-05-28bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
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-05-02bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-05-02bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-05-02bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-05-02bpf: Improve verifier error messages for usersDaniel Borkmann
2021-05-02bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-05-02bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-05-02bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann