summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)Author
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande
2026-06-08bpf: Fix NULL pointer dereference in bpf_task_from_vpid()Sechang Lim
2026-06-05bpf: Clear rb node linkage when freeing bpf_rb_rootKaitao Cheng
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06bpf: Remove task local storage percpu counterAmery Hung
2026-02-05bpf: Prevent reentrance into call_rcu_tasks_trace()Alexei Starovoitov
2026-02-04bpf: Reset prog callback in bpf_async_cancel_and_free()Kumar Kartikeya Dwivedi
2026-02-04bpf: Check for running wq callback when freeing bpf_async_cbKumar Kartikeya Dwivedi
2026-02-04bpf: Add a recursion check to prevent loops in bpf_timerAlexei Starovoitov
2026-02-04bpf: Tighten conditions when timer/wq can be called synchronouslyAlexei Starovoitov
2026-02-03bpf: Introduce bpf_timer_cancel_async() kfuncAlexei Starovoitov
2026-02-03bpf: Enable bpf_timer and bpf_wq in any contextAlexei Starovoitov
2026-02-03bpf: Add bpf_stream_print_stack stack dumping kfuncEmil Tsalapatis
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko