summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-6/+14
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-121-6/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+26
|\ \ | |/
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-0/+26
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-2/+17
|/
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-4/+4
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-171-8/+28
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-1/+1
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+2
* bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-071-2/+2
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-1/+23
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-1/+4
* bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-021-13/+15
* bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
* bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+81
* bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2016-11-211-0/+1
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-151-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+3
|\
| * bpf: fix map not being uncharged during map creation failureDaniel Borkmann2016-11-071-1/+3
* | bpf: Use u64_to_user_ptr()Mickaël Salaün2016-11-141-17/+12
* | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-121-0/+11
|/
* 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
OpenPOWER on IntegriCloud