aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann1-3/+27
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann1-10/+5
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann1-18/+23
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann1-3/+14
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert1-0/+1
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-0/+63
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov1-5/+6
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-0/+2
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-0/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-2/+2
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann1-4/+8
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan1-1/+1
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov1-1/+18
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-1/+22
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+6
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov1-1/+6
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-1/+1
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann1-0/+2
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-4/+3
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov1-1/+1
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-2/+2
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov1-1/+1
2014-09-26bpf: verifier (add docs)Alexei Starovoitov1-1/+1
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-0/+165
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+235
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov1-0/+169