summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+80
* bpf: fix direct packet write into pop/peek helpersDaniel Borkmann2018-10-251-2/+0
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+43
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-1/+7
* bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-011-2/+6
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-6/+9
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-0/+20
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+15
* bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-2/+2
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+12
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-0/+3
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-34/+12
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-3/+3
* bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+1
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-141-4/+13
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-091-1/+1
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-6/+1
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+58
* ebpf: misc core cleanupDaniel Borkmann2015-05-311-17/+17
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-311-0/+13
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+12
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+12
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-3/+3
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-181-0/+89