summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
30 hoursbpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
30 hoursbpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
30 hoursbpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
2026-03-25bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2026-03-25bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-03-25bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-1/+2
2026-03-25bpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda1-11/+7
2026-02-06bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-4/+4
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez1-1/+2
2025-12-07bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang1-0/+4
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+15
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann2-23/+25
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+6
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-06-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-04-25bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-2/+17
2025-04-25bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-03-07bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-01-17bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-40/+36
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann3-7/+7
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-02bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-4/+9
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-1/+4
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann3-39/+11
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-14bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21
2024-12-14bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao1-3/+1
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong1-1/+18
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-11-01bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa1-0/+1
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-11-01bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-17bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-10-17bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2