aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAge
* tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-29
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-15
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-15
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-15
* ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-12
* ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann2015-03-02
* ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-01
* ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann2015-03-01
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-01
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-06
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-18
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-18
* bpf: verifier (add verifier core)Alexei Starovoitov2014-09-26
* bpf: verifier (add docs)Alexei Starovoitov2014-09-26
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-26
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-26
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-26