summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2 daysbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
2 daysbpf-lsm: Make bpf_lsm_userns_create() sleepableFrederick Lawler
2 daysbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
2 daysbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
2 daysbpf, devmap: Remove unnecessary if check in for loopThorsten Blum
2 daysbpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2026-04-18bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-18bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-04-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-04-18bpf: Forget ranges when refining tnum after JSETPaul Chaignon
2026-04-18bpf: Fix stack-out-of-bounds write in devmapKohei Enju
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-02-06bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-12-07bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann
2025-08-28bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-07-17bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2025-06-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-05-02bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao
2025-05-02bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-03-13bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-09bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
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 BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-17bpf: Check percpu map value size firstTao Chen
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2024-06-16bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov
2024-04-27bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2024-04-27bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2024-04-27bpf: Generally fix helper register offset checkDaniel Borkmann
2024-04-27bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann