summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-25bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-21bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-06-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-03-02bpf: Add schedule points in batch opsEric Dumazet
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
2022-02-01bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao
2022-01-27bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov
2022-01-16bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann
2022-01-05bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2021-12-22bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-22bpf: Fix signed bounds propagation after mov32Daniel 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-12-01bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann
2021-11-18bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-18bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-11-02bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai
2021-11-02bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-10-06bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer
2021-10-06bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui
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 potentially incorrect results with bpf_get_local_storage()Yonghong Song
2021-09-03bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-09-03bpf: Fix ringbuf helper function compatibilityDaniel Borkmann
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich
2021-08-18bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu
2021-08-04bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-08-04bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-08-04bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann
2021-08-04bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-08-04bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-28bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann
2021-07-25bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-07-19bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev