aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-12
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-01
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-01
* bpf: fix direct packet write into pop/peek helpersDaniel Borkmann2018-10-25
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-19
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-01
* bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-01
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-01
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-02
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-03
* bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-09
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-22
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-20
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-09
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-09
* bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-30
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-14
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-09
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-08
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
* ebpf: misc core cleanupDaniel Borkmann2015-06-01
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-06-01
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-15
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-15
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-01
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-18