summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)Author
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song
2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest
2021-05-11bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser
2021-01-19bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov