summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-4/+4
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf1-2/+2
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu1-5/+0
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi1-1/+1
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12
2025-11-13bpf: Find eligible subprogs for private stack supportYonghong Song2-10/+91
2025-11-13bpf: 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: Reject negative offsets for ALU opsYazhou Tang1-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-10-02bpf: Check the helper function is valid in get_helper_protoJiri Olsa2-2/+5
2025-09-19bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye1-2/+5
2025-09-19bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan1-7/+9
2025-09-19bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann1-1/+1
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-20bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+2
2025-08-20bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-08-15bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi2-3/+13
2025-08-01selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-2/+5
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-07-10bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song1-2/+16
2025-07-10bpf: use common instruction history across all statesAndrii Nakryiko1-55/+52
2025-06-27bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu1-2/+2
2025-06-27bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich1-1/+1
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi1-11/+16
2025-05-29bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman1-2/+4
2025-05-29bpf: Use kallsyms to find the function name of a struct_ops's stub functionMartin KaFai Lau1-54/+44
2025-05-29bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman1-0/+3
2025-05-29bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman1-0/+4
2025-05-29bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung1-1/+24
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song2-9/+27
2025-05-29bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-05-29bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-05-05bpf: Fix BPF_INTERNAL namespace importXi Ruoyao1-1/+1
2025-05-02bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao1-0/+32
2025-05-02bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau1-5/+6
2025-05-02bpf: Fix kmemleak warning for percpu hashmapYonghong Song1-3/+3