summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau
2025-01-09Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...Shung-Hsi Yu
2025-01-09bpf: fix potential error returnAnton Protopopov
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-14bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko
2024-12-14bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao
2024-12-14bpf: Handle in-place update for full LPM trie correctlyHou Tao
2024-12-14bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao
2024-12-14bpf: Fix narrow scalar spill onto 64-bit spilled scalar slotsTao Lyu
2024-12-09bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2024-11-17bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-08bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf: Simplify checking size of helper accessesAndrei Matei
2024-11-01bpf: Fix iter/task tid filteringJordan Rome
2024-11-01bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-11-01bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu
2024-11-01bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-10-17bpf: Check percpu map value size firstTao Chen
2024-10-10bpf: Make the pointer returned by iter next method validJuntong Deng
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-10-04bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman
2024-09-12bpf: Add sockptr support for setsockoptBreno Leitao
2024-09-12bpf: Add sockptr support for getsockoptBreno Leitao
2024-09-12bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang
2024-08-29bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song
2024-08-19bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-08-19bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-08-03bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-03bpf: annotate BTF show functions with __printfAlan Maguire