aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-23/+11
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong1-17/+58
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong2-8/+17
2025-11-24bpf: cleanup aux->used_maps after jitAnton Protopopov1-0/+9
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan1-25/+22
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman2-5/+31
2025-11-21bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-11-21bpf: Add a check to make static analysers happyAnton Protopopov1-1/+7
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+27
2025-11-18bpf: Replace bpf memory allocator with kmalloc_nolock() in local storageAmery Hung1-107/+45
2025-11-18bpf: Save memory alloction info in bpf_local_storageAmery Hung1-44/+8
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung1-9/+10
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung1-12/+10
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts2-2/+2
2025-11-16convert bpfAl Viro1-10/+5
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)1-11/+11
2025-11-14bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()Puranjay Mohan1-19/+35
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov4-25/+27
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-11-14bpf: Add missing checks to avoid verbose verifier logEduard Zingerman1-4/+6
2025-11-14bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-13bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-11-12bpf: Adjust return value for queue destruction in rqspinlockKumar Kartikeya Dwivedi1-1/+1
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe2-0/+3
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki1-4/+2
2025-11-06bpf: Use kmalloc_nolock() in range treePuranjay Mohan1-15/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2025-11-05bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_XAnton Protopopov1-0/+3
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov5-6/+387
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov2-1/+30
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov4-1/+354
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook1-4/+4
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook1-2/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko2-2/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko2-16/+20
2025-11-03bpf: Skip bounds adjustment for conditional jumps on same scalar registerKaFai Wan1-0/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-5/+0
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov2-0/+4
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan1-151/+8
2025-10-29rqspinlock: Disable queue destruction for deadlocksKumar Kartikeya Dwivedi1-0/+8
2025-10-29perf: Support deferred user unwindPeter Zijlstra1-2/+2
2025-10-28bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai1-19/+95
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko2-3/+12
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko1-46/+51
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko1-2/+90
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko3-6/+39