summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
4 daysbpf: Forget ranges when refining tnum after JSETPaul Chaignon
4 daysbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
4 daysbpf: export bpf_link_inc_not_zero.Kui-Feng Lee
4 daysbpf: Fix stack-out-of-bounds write in devmapKohei Enju
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez
2026-01-11bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2026-01-11bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-24bpf: 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-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-19bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
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: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-06-04bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-05-09bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman
2025-05-09bpf: check changes_pkt_data property for extension programsEduard Zingerman
2025-05-09bpf: track changes_pkt_data property for global functionsEduard Zingerman
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2025-05-09bpf: add find_containing_subprog() utility functionEduard Zingerman
2025-05-02bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao
2025-05-02bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau
2025-03-22bpf: Use raw_spinlock_t in ringbufWander Lairson Costa
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau
2025-01-09Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...Shung-Hsi Yu
2025-01-09bpf: fix potential error returnAnton Protopopov
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-14bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko