aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/helpers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen1-3/+3
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann1-2/+5
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest1-2/+3
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest1-4/+5
2021-05-11bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest1-13/+14
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest1-88/+100
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest1-0/+50
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest1-0/+256
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song1-4/+11
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+2
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser1-8/+4
2021-01-19bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko1-2/+2
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov1-0/+13
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo1-0/+14
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+18
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+4
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+22
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko1-0/+10
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend1-0/+24
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+3
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski1-0/+14
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski1-1/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev1-0/+73
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann1-0/+18
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-0/+45
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+12
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-1/+1
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+131
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-0/+16
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-0/+80
2018-10-25bpf: fix direct packet write into pop/peek helpersDaniel Borkmann1-2/+0
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+43
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin1-1/+7
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin1-2/+6
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin1-6/+9
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-0/+20
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song1-0/+15
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-2/+2
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+12
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-0/+3
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-34/+12
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann1-3/+3
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann1-1/+1
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-4/+13
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1