summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2018-06-03bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann-1/+1
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau-1/+20
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau-0/+5
2018-05-30bpf: devmap: remove redundant assignment of dev = devColin Ian King-1/+1
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young-0/+7
2018-05-30bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young-2/+9
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov-1/+18
2018-05-28bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann-4/+3
2018-05-28bpf: btf: avoid -Wreturn-type warningArnd Bergmann-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+120
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+64
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-136/+614
2018-05-24xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer-2/+3
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer-11/+18
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer-2/+2
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer-4/+23
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer-4/+70
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer-6/+28
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song-0/+131
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann-22/+64
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux-0/+1
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das-0/+20
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das-3/+34
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das-6/+26
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das-1/+14
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau-6/+5
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau-10/+10
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau-17/+35
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau-51/+158
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau-7/+7
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-34/+84
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds-3/+56
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov-3/+56
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend-0/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel-9/+0
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann-25/+75
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend-3/+3
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend-6/+6
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva-1/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-100/+797
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song-0/+6
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend-17/+492
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend-60/+88
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu-6/+53
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+14
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau-6/+37