summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2020-06-30bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-30devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-22bpf: Fix map permissions checkAnton Protopopov
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-05-20bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
2020-04-17bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-04-02bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-04-01bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann