summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud