summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-10bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-6/+1
2015-06-16bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+58
2015-06-01ebpf: misc core cleanupDaniel Borkmann1-17/+17
2015-06-01ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-0/+13
2015-03-16ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+12
2015-03-16ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+12
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov1-0/+89