summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
...
* | bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
* | bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
* | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
* | bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
* | bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
* | bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
* | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-1/+4
|/
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-2/+1
* 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/+11
* 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-161-56/+0
* 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