summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-01-31bpf: extract same_callsites() as utility functionEduard Zingerman
2024-01-31bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-25bpf: Use c->unit_size to select target cache during freeHou Tao
2024-01-25bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2024-01-25bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2024-01-25bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2024-01-25bpf: Fix accesses to uninit stack slotsAndrei Matei
2024-01-25bpf: Guard stack limits against 32bit overflowAndrei Matei
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: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
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: fix control-flow graph checking in privileged modeAndrii Nakryiko
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt