summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-06-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-04-25bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2025-04-25bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-03-07bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-01-17bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-02bpf: 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 helper writes to read-only mapsDaniel Borkmann
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-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-01bpf: Fix iter/task tid filteringJordan Rome
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-11-01bpf: Use raw_spinlock_t in ringbufWander Lairson Costa
2024-10-17bpf: Check percpu map value size firstTao Chen
2024-10-17bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-17bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-10-17bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman
2024-09-12bpf: Silence a warning in btf_type_id_size()Yonghong Song
2024-08-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-08-29bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2024-08-29bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko
2024-08-03bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa
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
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-18bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau
2024-07-18bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2024-07-18bpf: Reduce smap->elem_sizeMartin KaFai Lau
2024-07-18bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei