summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
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
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver
2021-02-26bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-02-17bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-10bpf, cgroup: Fix problematic bounds checkLoris Reiff
2021-02-10bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff
2021-01-23bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu
2021-01-23bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev
2020-11-18bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-18bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-11-05bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-10-01bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-10-01bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-08-07bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-08-05bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-16bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook