summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
30 hoursselftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song
9 daysbpf: 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-07-10bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song
2025-07-10bpf: use common instruction history across all statesAndrii Nakryiko
2025-06-27bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu
2025-06-27bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich
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-05-29bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman
2025-05-29bpf: Use kallsyms to find the function name of a struct_ops's stub functionMartin KaFai Lau
2025-05-29bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman
2025-05-29bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-05-29bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-05-29bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-05-29bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-05-05bpf: Fix BPF_INTERNAL namespace importXi Ruoyao
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-05-02bpf: Fix kmemleak warning for percpu hashmapYonghong Song
2025-05-02bpf: Add namespace to BPF internal symbolsAlexei Starovoitov
2025-04-25bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman
2025-04-25bpf: check changes_pkt_data property for extension programsEduard Zingerman
2025-04-25bpf: track changes_pkt_data property for global functionsEduard Zingerman
2025-04-25bpf: add find_containing_subprog() utility functionEduard Zingerman
2025-04-10bpf: Fix array bounds error with may_gotoJiayuan Chen
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-27bpf: Fix softlockup in arena_map_free on 64k page kernelAlan Maguire
2025-02-27net: Add rx_skb of kfree_skb to raw_tp_null_args[].Kuniyuki Iwashima
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: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao
2025-02-08bpf: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau
2025-02-08bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau
2025-01-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi
2025-01-02bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi
2024-12-19bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-19bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-14bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko
2024-12-14bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao
2024-12-14bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
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