aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-6/+1
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+58
2015-05-31ebpf: misc core cleanupDaniel Borkmann1-17/+17
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-0/+13
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+12
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+12
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov1-0/+89