summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
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-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 Borkmann3-24/+51
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+6
2025-08-28bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-17bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19
2025-06-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-05-02bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao1-5/+9
2025-05-02bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-03-13bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-09bpf: 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 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 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-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-5/+25
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman1-1/+10
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2-3/+9
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-16/+4
2024-06-16bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2-28/+12
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov1-2/+1
2024-04-27bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann1-1/+5
2024-04-27bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann1-0/+6
2024-04-27bpf: Generally fix helper register offset checkDaniel Borkmann1-11/+28
2024-04-27bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2-11/+12
2024-04-27bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi1-20/+73
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+9
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+6
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao2-5/+32
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen1-1/+1
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+4
2024-03-01bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2024-03-01bpf: Remove trace_printk_lockJiri Olsa1-12/+19
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa1-7/+9