summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+15
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-11/+15
2025-11-14bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna-0/+3
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki-4/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko-1/+1
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko-10/+14
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov-0/+2
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko-0/+5
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko-2/+90
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko-0/+12
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-33/+33
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson-0/+2
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov-11/+14
2025-10-15bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko-8/+4
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov-11/+14
2025-10-10bpf: Extract internal structs validation logic into helpersMykyta Yatsenko-0/+10
2025-10-10bpf: add bpf_strcasestr,bpf_strncasestr kfuncsRong Tao-21/+77
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko-2/+290
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko-17/+13
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko-0/+40
2025-09-22bpf: Implement signature verification for BPF programsKP Singh-1/+1
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh-0/+166
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-3/+13
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye-2/+5
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao-1/+8
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-2/+2
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao-20/+48
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen-3/+0
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki-3/+7
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki-0/+7
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-3/+8
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi-2/+9
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi-0/+1
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi-15/+11
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai-0/+47
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon-3/+8
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman-1/+1
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik-3/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov-0/+3
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik-0/+382
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu-0/+3
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao-1/+2
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song-0/+5
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier-0/+5
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi-2/+2
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko-0/+8
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko-12/+2
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang-0/+42