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