summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver
2021-02-23bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
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-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-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
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-02bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi