summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski
2018-05-04bpf: export bpf_event_output()Jakub Kicinski
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-04bpf: add faked "ending" subprogJiong Wang
2018-05-04bpf: centre subprog information fieldsJiong Wang
2018-05-04bpf: unify main prog and subprogJiong Wang
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song
2018-04-29bpf: add bpf_get_stack helperYonghong Song
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24bpf: allow map helpers access to map values directlyPaul Chaignon
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau
2018-04-20bpf: sockmap remove dead checkJann Horn
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau