aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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-17bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-06-10bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-06-10bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-06-10bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-06-10bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-06-10bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2021-06-10bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2021-06-10bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-06-10bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-06-10bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-06-10bpf: Improve verifier error messages for usersDaniel Borkmann
2021-06-10bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-06-10bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-06-10bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-05-22bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
2021-05-22bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds fo...Samuel Mendoza-Jonas
2021-03-24bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-24bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-24bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-24bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-03bpf_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: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-08-05bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
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-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-08-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2019-07-31bpf: silence warning messages in coreValdis Klētnieks
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-04-20bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-04-20bpf: do not restore dst_reg when cur_state is freedXu Yu
2019-04-20bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-04-20bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-04-20bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-04-20bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-04-20bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-04-20bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-04-20bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann