summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-1/+4
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-2/+1Star
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-8/+12
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-18/+19
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-16/+11Star
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-2/+25
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-1/+7
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-2/+5
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2017-03-171-56/+0Star
* 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-171-6/+14
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-131-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-181-8/+28
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-181-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-281-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/+12Star
* | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-131-0/+11
|/
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-201-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/+3Star
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-161-0/+6
* bpf, maps: add release callbackDaniel Borkmann2016-06-161-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-101-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-041-18/+32
|\
| * bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-031-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
|/