summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* 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-261-2/+0Star
* 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-041-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-211-0/+3
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-101-34/+12Star
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-101-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-151-4/+13
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-101-1/+1
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-6/+1Star
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-161-0/+58
* ebpf: misc core cleanupDaniel Borkmann2015-06-011-17/+17
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-06-011-0/+13
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-161-0/+12
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-161-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