summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-15bpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi1-2/+10
2026-08-15bpf: Populate mmap-able array map memory lazilySong Liu1-0/+1
2026-08-13bpf: Make bpf_trampoline_multi_detach return voidHui Zhu1-5/+4
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo1-0/+9
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo1-0/+6
2026-08-07bpf, riscv: Add and use bpf_atomic_is_load_acq() helperDaniel Borkmann1-15/+0
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song1-3/+0
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung1-18/+18
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung1-2/+2
2026-07-24bpf: Fix WARNING in bpf_tracing_link_releaseLeon Hwang1-0/+2
2026-07-21bpf: Extract the is_struct_ops_tramp helperPu Lehui1-0/+6
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang1-2/+2
2026-07-09bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang1-7/+2
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann1-1/+0
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen1-1/+1
2026-07-01bpf: Copy per-CPU map value padding in copy_map_value_long()Leon Hwang1-2/+2
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-46/+236
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2026-06-10bpf: Cancel special fields on map value recycleJustin Suess1-0/+1
2026-06-10bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+29
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-1/+5
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa1-0/+1
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa1-0/+43
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-0/+5
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa1-5/+1
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-23/+37
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa1-2/+0
2026-06-06bpf: Add simple xattr support to bpffsDaniel Borkmann1-0/+3
2026-06-06bpf: Expose signature verdict via bpf_prog_auxKP Singh1-10/+35
2026-06-02libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+1
2026-06-02bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann1-1/+1
2026-06-02bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-2/+2
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov1-0/+14
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-1/+7
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo1-0/+2
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo1-0/+3
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo1-0/+8
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi1-0/+1
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+1
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song1-0/+1
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang1-1/+3
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang1-0/+6
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang1-1/+1
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov1-0/+1
2026-04-23bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of argumentsYonghong Song1-0/+5
2026-04-22bpf: Add bpf_prog_run_array_sleepable()Mykyta Yatsenko1-0/+50
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan1-0/+1
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-4/+4
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai1-0/+2
2026-04-09bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi1-0/+1