summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-151-2/+0
* bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-281-3/+2
* bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+2
* bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-3/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-301-0/+20
|\
| * bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+3
| * bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-251-0/+3
| * bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima2021-08-151-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-6/+16
|\ \ | |/ |/|
| * bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song2021-08-111-6/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
|\|
| * bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-101-2/+2
| * bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-2/+2
* | bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-11/+5
* | bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2021-07-151-5/+3
* | bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+324
* | bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov2021-07-151-4/+14
|/
* bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen2021-06-241-3/+3
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-021-2/+5
* bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest2021-05-201-2/+3
* bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest2021-05-201-4/+5
* bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest2021-05-111-13/+14
* bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-271-88/+100
* bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+50
* bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-191-0/+256
* bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-03-251-4/+11
* bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+2
* bpf: Simplify cases in bpf_base_func_protoTobias Klauser2021-01-291-8/+4
* bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+2
|\
| * bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* | bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+13
|/
* bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+14
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+18
* bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+4
* bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+22
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+10
* bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2020-06-011-0/+24
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+3
* bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+14
* net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski2020-04-261-1/+1
* bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-261-0/+73
* bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-0/+18
* bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+45
* bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+12
* cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-1/+1
* kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+131
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-0/+16