aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-1/+4
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+1
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+2
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+3
2015-03-02ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann1-9/+9
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-3/+1
2015-03-01ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann1-4/+16
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-7/+7
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+4
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov1-0/+5
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-1/+1
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov1-0/+47
2014-09-26bpf: verifier (add docs)Alexei Starovoitov1-0/+2
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-0/+38
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+8
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov1-0/+41