summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song
2018-06-03bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann
2018-06-03bpf: show prog and map id in fdinfoDaniel Borkmann
2018-06-03bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau
2018-05-30bpf: devmap: remove redundant assignment of dev = devColin Ian King
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young
2018-05-30bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-05-28bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann
2018-05-28bpf: btf: avoid -Wreturn-type warningArnd Bergmann
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-18xsk: clean up SPDX headersBjörn Töpel
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann
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