summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-05-09bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman
2025-05-09bpf: check changes_pkt_data property for extension programsEduard Zingerman
2025-05-09bpf: track changes_pkt_data property for global functionsEduard Zingerman
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2025-05-09bpf: add find_containing_subprog() utility functionEduard Zingerman
2025-05-02bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao
2025-05-02bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau
2025-03-22bpf: Use raw_spinlock_t in ringbufWander Lairson Costa
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