summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-01-09Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...Shung-Hsi Yu1-102/+73
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-1/+4
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi1-0/+6
2024-12-14bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko1-5/+17
2024-12-14bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao1-17/+39
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-12-14bpf: Fix narrow scalar spill onto 64-bit spilled scalar slotsTao Lyu1-0/+1
2024-12-09bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko1-73/+102
2024-11-17bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
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-08bpf: Force checkpoint when jmp history is too longEduard Zingerman1-3/+6
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann3-7/+7
2024-11-01bpf: Simplify checking size of helper accessesAndrei Matei1-6/+4
2024-11-01bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-11-01bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev1-4/+4
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-11-01bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu1-7/+22
2024-11-01bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+4
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa1-6/+8
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-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-10bpf: Make the pointer returned by iter next method validJuntong Deng1-4/+22
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann3-39/+11
2024-10-04bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-10-04bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman1-0/+8
2024-09-12bpf: Add sockptr support for setsockoptBreno Leitao1-2/+3
2024-09-12bpf: Add sockptr support for getsockoptBreno Leitao1-9/+11
2024-09-12bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang1-1/+3
2024-08-29bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song1-2/+3
2024-08-19bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov1-4/+9
2024-08-19bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-10/+10
2024-08-03bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-03bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-07-18bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi1-3/+35
2024-07-18bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires1-28/+63
2024-07-18bpf: make timer data struct more genericBenjamin Tissoires1-33/+38
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif1-2/+2
2024-07-09Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...Greg Kroah-Hartman2-9/+3