aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-02-23bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest
2023-06-28bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy
2023-06-28bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-30bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi
2023-05-17bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev
2023-05-17bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-05-17bpf: fix precision propagation verbose loggingAndrii Nakryiko
2023-05-17bpf: take into account liveness when propagating precisionAndrii Nakryiko
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
2023-03-11bpf: Fix global subprog context argument resolution logicAndrii Nakryiko
2023-02-25bpf: add missing header file includeLinus Torvalds
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-15bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau
2023-02-15bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman
2023-02-15bpf: Support <8-byte scalar spill and refillMartin KaFai Lau
2023-02-15bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon
2023-02-01bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-14bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev
2023-01-14bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2023-01-14bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau
2023-01-14bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2023-01-14bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-11-25bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf: Support for pointers beyond pkt_end.Alexei Starovoitov
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
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