aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)Author
2018-10-25bpf: fix direct packet write into pop/peek helpersDaniel Borkmann
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-05-31ebpf: misc core cleanupDaniel Borkmann
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov