summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez1-1/+2
2026-01-11bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2026-01-11bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu1-4/+0
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi1-1/+1
2025-11-24bpf: 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-09-19bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye1-2/+5
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-24/+25
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+6
2025-08-28bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+2
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
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-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-06-04bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman1-0/+4
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song2-9/+27
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-05-09bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman1-2/+5
2025-05-09bpf: check changes_pkt_data property for extension programsEduard Zingerman1-4/+12
2025-05-09bpf: track changes_pkt_data property for global functionsEduard Zingerman1-1/+31
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2-2/+2
2025-05-09bpf: add find_containing_subprog() utility functionEduard Zingerman1-4/+24
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-03-22bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu1-1/+1
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko2-6/+8
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau1-2/+6
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