summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)Author
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-22bpf: Implement signature verification for BPF programsKP Singh
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang
2025-05-06bpf: Add bpf_list_{front,back} kfuncMartin KaFai Lau
2025-05-06bpf: Add bpf_rbtree_{root,left,right} kfuncMartin KaFai Lau
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis
2025-03-15bpf/helpers: Introduce bpf_dynptr_copy kfuncMykyta Yatsenko
2025-03-15bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_writeMykyta Yatsenko
2025-02-19bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome
2025-02-18bpf: Switch to use hrtimer_setup()Nam Cao
2025-01-20bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh
2024-12-04bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov