index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
bpf: Remove task local storage percpu counter
Amery Hung
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
2026-01-21
bpf: add bpf_strncasecmp kfunc
Yuzuki Ishiyama
2026-01-20
bpf: Simplify bpf_timer_cancel()
Mykyta Yatsenko
2026-01-20
bpf: Introduce lock-free bpf_async_update_prog_callback()
Mykyta Yatsenko
2026-01-20
bpf: Remove unnecessary arguments from bpf_async_set_callback()
Mykyta Yatsenko
2026-01-20
bpf: Factor out timer deletion helper
Mykyta Yatsenko
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
2025-11-14
bpf: Prevent nesting overflow in bpf_try_get_buffers
Sahil Chandna
2025-11-10
bpf: Unclone skb head on bpf_dynptr_write to skb metadata
Jakub Sitnicki
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
2025-10-27
bpf: add kfuncs and helpers support for file dynptrs
Mykyta Yatsenko
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
2025-10-10
bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
Rong Tao
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
[next]