Age | Commit message (Expand) | Author |
2018-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-05-17 | bpf: sockmap, on update propagate errors back to userspace | John Fastabend |
2018-05-17 | bpf: fix sock hashmap kmalloc warning | Yonghong Song |
2018-05-15 | bpf: sockmap, add hash map support | John Fastabend |
2018-05-15 | bpf: sockmap, refactor sockmap routines to work with hashmap | John Fastabend |
2018-05-14 | bpf: enable stackmap with build_id in nmi context | Song Liu |
2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-09 | bpf: xdp: allow offloads to store into rx_queue_index | Jakub Kicinski |
2018-05-09 | bpf: btf: Add struct bpf_btf_info | Martin KaFai Lau |
2018-05-09 | bpf: btf: Introduce BTF ID | Martin KaFai Lau |
2018-05-09 | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y | Martin KaFai Lau |
2018-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-05-04 | bpf, xskmap: fix crash in xsk_map_alloc error path handling | Daniel Borkmann |
2018-05-04 | bpf: fix references to free_bpf_prog_info() in comments | Jakub Kicinski |
2018-05-04 | bpf: replace map pointer loads before calling into offloads | Jakub Kicinski |
2018-05-04 | bpf: export bpf_event_output() | Jakub Kicinski |
2018-05-04 | nfp: bpf: record offload neutral maps in the driver | Jakub Kicinski |
2018-05-04 | bpf: offload: allow offloaded programs to use perf event arrays | Jakub Kicinski |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-04 | bpf: add faked "ending" subprog | Jiong Wang |
2018-05-04 | bpf: centre subprog information fields | Jiong Wang |
2018-05-04 | bpf: unify main prog and subprog | Jiong Wang |
2018-05-03 | bpf: use array_index_nospec in find_prog_type | Daniel Borkmann |
2018-05-03 | bpf: implement ld_abs/ld_ind in native bpf | Daniel Borkmann |
2018-05-04 | bpf: fix possible spectre-v1 in find_and_alloc_map() | Mark Rutland |
2018-05-03 | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel |
2018-05-02 | bpf: sockmap, fix error handling in redirect failures | John Fastabend |
2018-05-02 | bpf: sockmap, zero sg_size on error when buffer is released | John Fastabend |
2018-05-02 | bpf: sockmap, fix scatterlist update on error path in send with apply | John Fastabend |
2018-04-30 | bpf: remove tracepoints from bpf core | Alexei Starovoitov |
2018-04-29 | bpf/verifier: improve register value range tracking with ARSH | Yonghong Song |
2018-04-29 | bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals | Yonghong Song |
2018-04-29 | bpf/verifier: refine retval R0 state for bpf_get_stack helper | Yonghong Song |
2018-04-29 | bpf: add bpf_get_stack helper | Yonghong Song |
2018-04-29 | bpf: change prototype for stack_map_get_build_id_offset | Yonghong Song |
2018-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-04-26 | bpf: Add gpl_compatible flag to struct bpf_prog_info | Jiri Olsa |
2018-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-04-24 | bpf: allow map helpers access to map values directly | Paul Chaignon |
2018-04-24 | bpf: sockmap, fix double page_put on ENOMEM error in redirect path | John Fastabend |
2018-04-24 | bpf: sockmap, sk_wait_event needed to handle blocking cases | John Fastabend |
2018-04-24 | bpf: sockmap, map_release does not hold refcnt for pinned maps | John Fastabend |
2018-04-23 | bpf: btf: Clean up btf.h in uapi | Martin KaFai Lau |
2018-04-20 | bpf: sockmap remove dead check | Jann Horn |
2018-04-19 | bpf: btf: Add pretty print support to the basic arraymap | Martin KaFai Lau |
2018-04-19 | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd | Martin KaFai Lau |
2018-04-19 | bpf: btf: Add BPF_BTF_LOAD command | Martin KaFai Lau |
2018-04-19 | bpf: btf: Add pretty print capability for data with BTF type info | Martin KaFai Lau |
2018-04-19 | bpf: btf: Check members of struct/union | Martin KaFai Lau |