summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-191-3/+9
* cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-011-1/+2
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-8/+19
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-011-10/+3
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-151-0/+6
* bpf, maps: add release callbackDaniel Borkmann2016-06-151-1/+6
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-1/+1
* bpf: fix refcnt overflowAlexei Starovoitov2016-04-281-4/+20
* bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-251-2/+4
* bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-091-0/+5
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-081-0/+2
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-081-1/+14
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-081-0/+13
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-061-17/+40
* 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