summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-18/+32
|\
| * bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-021-2/+2
| * bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-251-11/+25
* | bpf: add show_fdinfo handler for mapsDaniel Borkmann2015-11-201-1/+21
|/
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-021-3/+27
* bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-021-10/+5
* bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-021-18/+23
* bpf: abstract anon_inode_getfd invocationsDaniel Borkmann2015-11-021-3/+14
* bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert2015-10-161-0/+1
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-121-0/+63
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-5/+6
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-0/+2
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-0/+2
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-2/+2
* ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann2015-09-091-4/+8
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-091-1/+1
* bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-311-1/+18
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-1/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-5/+6
|\
| * bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-1/+1
| * cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-0/+2
| * ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-4/+3
* | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-1/+6
|/
* bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-261-8/+17
* bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov2014-11-181-1/+1
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-181-2/+2
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-261-1/+1
* bpf: verifier (add docs)Alexei Starovoitov2014-09-261-1/+1
* bpf: handle pseudo BPF_CALL insnAlexei Starovoitov2014-09-261-0/+37
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-261-0/+165
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-261-0/+235
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-261-0/+169
OpenPOWER on IntegriCloud