summary refs log tree commit diff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-07-27bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-07-27bpf: stop setting precise in current stateAndrii Nakryiko
2023-07-27bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-06-28bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa
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-06-28bpf: ensure main program has an extableKrister Johansen
2023-06-21cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-06-14bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott
2023-05-30bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-24bpf: Add preempt_count_{sub,add} into btf id deny listYafang
2023-05-24bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi
2023-05-11bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev
2023-05-11bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov
2023-05-11bpf/btf: Fix is_int_ptr()Feng Zhou
2023-05-11bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-05-11bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-05-11bpf: fix precision propagation verbose loggingAndrii Nakryiko
2023-05-11bpf: take into account liveness when propagating precisionAndrii Nakryiko
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-03-30bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
2023-03-10bpf: Fix global subprog context argument resolution logicAndrii Nakryiko
2023-03-10bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao
2023-02-25bpf: add missing header file includeLinus Torvalds
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-09bpf: Skip invalid kfunc call in backtrack_insnHao Sun
2023-02-09bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee
2023-02-09bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa
2023-02-09bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman
2023-02-09bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao
2023-02-01bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-02-01bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-24bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore
2023-01-24bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee
2023-01-12bpf: Fix panic due to wrong pageattr of im->imageChuang Wang