summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+16
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann-1/+6
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo-0/+5
2017-06-30bpf: don't open-code memdup_user()Al Viro-29/+16
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau-3/+13
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau-17/+146
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau-10/+85
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau-10/+81
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau-0/+38
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau-1/+33
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau-1/+39
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng-1/+3
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller-1/+4
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-2/+1
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin-8/+12
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg-18/+19
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg-16/+11
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov-2/+25
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau-1/+7
2017-03-22bpf: Add array of maps supportMartin KaFai Lau-2/+5
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov-56/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann-0/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+14
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov-6/+14
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+26
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann-2/+17
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann-0/+26
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann-4/+4
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann-8/+28
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann-1/+1
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau-0/+2
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann-2/+2
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann-1/+23
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern-1/+4
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern-13/+15
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann-2/+15
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack-0/+81
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann-0/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau-2/+6
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün-17/+12
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann-0/+11
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann-1/+3
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco-3/+9
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau-1/+2
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann-8/+19
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann-10/+3
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann-0/+6
2016-06-15bpf, maps: add release callbackDaniel Borkmann-1/+6