summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
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