summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2023-02-15bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-02-10bpf: allow to disable bpf map memory accountingYafang Shao
2023-02-10bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2023-02-02bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser
2023-01-29s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich
2023-01-28bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich
2023-01-28bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-10bpf: Replace 0-length arrays with flexible arraysKees Cook
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore
2022-12-28bpf: rename list_head -> graph_root in field info typesDave Marchevsky
2022-12-19bpf: Remove trace_printk_lockJiri Olsa
2022-12-19bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2022-12-19bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi
2022-11-30bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14bpf: Fix copy_map_value, zero_map_valueKumar Kartikeya Dwivedi
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi
2022-11-11bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai
2022-11-04bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra
2022-11-03bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi