summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-25/+120
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-261-22/+64
| |\
| | * bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-22/+64
| * | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-3/+56
| |\ \ | | |/ | |/|
| | * bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-3/+56
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-258-136/+614
|\ \ \
| * | | xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-251-2/+3
| * | | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-251-11/+18
| * | | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-252-2/+2
| * | | xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-251-4/+23
| * | | bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer2018-05-251-4/+70
| * | | bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-251-6/+28
| * | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-251-0/+131
| * | | ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| * | | bpf: get JITed image lengths of functions via syscallSandipan Das2018-05-241-0/+20
| * | | bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-05-241-3/+34
| * | | bpf: get kernel symbol addresses via syscallSandipan Das2018-05-242-6/+26
| * | | bpf: support 64-bit offsets for bpf function callsSandipan Das2018-05-241-1/+14
| * | | bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5Star
| * | | bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-232-10/+10
| * | | bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-231-17/+35
| * | | bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-231-24/+56
| * | | bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-231-51/+158
| * | | bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-7/+7
| * | | bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
| * | | xsk: clean up SPDX headersBjörn Töpel2018-05-181-9/+0Star
| * | | bpf: sockmap, fix double-freeGustavo A. R. Silva2018-05-171-1/+0Star
| * | | bpf: sockmap, fix uninitialized variableGustavo A. R. Silva2018-05-171-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-212-34/+84
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-181-25/+75
| * | bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend2018-05-181-3/+3
| * | bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend2018-05-181-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-176-100/+797
|\ \ \
| * | | bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend2018-05-171-1/+1
| * | | bpf: fix sock hashmap kmalloc warningYonghong Song2018-05-171-0/+6
| * | | bpf: sockmap, add hash map supportJohn Fastabend2018-05-153-17/+492
| * | | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-60/+88
| * | | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-6/+53
| * | | bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
| * | | bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-092-6/+37
| * | | bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-092-11/+121
| * | | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-5/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-041-2/+8
| * | bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-05-041-3/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-089-211/+517
|\ \ \
| * | | bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann2018-05-041-0/+2
| * | | bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-05-041-2/+2
| * | | bpf: replace map pointer loads before calling into offloadsJakub Kicinski2018-05-041-5/+5