index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
5 days
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
2025-09-04
bpf: add bpf_strcasecmp kfunc
Rong Tao
2025-08-22
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
2025-06-27
bpf: Fix string kfuncs names in doc comments
Viktor Malik
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Alexei Starovoitov
2025-06-26
bpf: Add kfuncs for read-only string operations
Viktor Malik
2025-06-23
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
2025-05-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
2025-05-27
bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
Yonghong Song
2025-05-27
bpf: Add open coded dmabuf iterator
T.J. Mercier
2025-05-13
bpf: Add support for __prog argument suffix to pass in prog->aux
Kumar Kartikeya Dwivedi
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
[next]