summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau-1/+1
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-211/+517
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann-0/+2
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski-2/+2
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski-5/+5
2018-05-04bpf: export bpf_event_output()Jakub Kicinski-0/+1
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski-0/+2
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski-2/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-22/+26
2018-05-04bpf: add faked "ending" subprogJiong Wang-20/+14
2018-05-04bpf: centre subprog information fieldsJiong Wang-30/+32
2018-05-04bpf: unify main prog and subprogJiong Wang-26/+31
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann-2/+8
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann-88/+32
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland-3/+6
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel-2/+248
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend-16/+12
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend-4/+11
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend-2/+3
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov-35/+2
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song-0/+33
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song-9/+2
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song-0/+27
2018-04-29bpf: add bpf_get_stack helperYonghong Song-0/+91
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song-8/+5
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-27/+18
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa-0/+1
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+51
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+29
2018-04-24bpf: allow map helpers access to map values directlyPaul Chaignon-17/+7
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend-2/+1
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend-0/+44
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend-5/+6
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau-10/+10
2018-04-20bpf: sockmap remove dead checkJann Horn-3/+0
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau-4/+234
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau-1/+18
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau-0/+84
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau-0/+198
2018-04-19bpf: btf: Check members of struct/unionMartin KaFai Lau-0/+205
2018-04-19bpf: btf: Validate type referenceMartin KaFai Lau-1/+665
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau-0/+916
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer-3/+3
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer-72/+28
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer-24/+36
2018-04-11bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song-16/+29
2018-04-04kernel/bpf/syscall: fix warning defined but not usedAnders Roxell-12/+12
2018-04-04bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend-2/+4
2018-04-04bpf: sockmap, free memory on sock close with cork dataJohn Fastabend-0/+6