summary refs log tree commit diff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2023-01-12bpf: Always use maximal size for copy_array()Kees Cook
2023-01-07bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen
2022-12-31bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev
2022-12-31bpf/verifier: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-12-31bpf: prevent leak of lsm program after failed attachMilan Landaverde
2022-12-31bpf: Do not zero-extend kfunc return valuesBjörn Töpel
2022-12-31bpf: Pin the start cgroup in cgroup_iter_seq_init()Hou Tao
2022-12-31bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2022-12-31bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2022-12-31bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi
2022-12-31bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi
2022-11-21bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-07bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor
2022-11-04bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra
2022-11-04bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-01bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-21bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao
2022-10-21bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-17bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet