summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-173-16/+79
|\
| * xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+14
| * bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-152-10/+49
| * bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-152-6/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-2/+12
|\ \ | |/
| * bpf: implement dummy fops for bpf objectsDaniel Borkmann2018-06-081-2/+12
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+5
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-4/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
|/
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-17/+31
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-032-0/+16
* bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-13/+6
* xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-1/+2
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-032-22/+58
* bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
* bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5
* bpf: devmap: remove redundant assignment of dev = devColin Ian King2018-05-301-1/+1
* media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-301-0/+7
* bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-2/+9
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-282-1/+18
* bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann2018-05-281-4/+3
* 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-261-25/+120
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-251-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-248-136/+614
|\ \ \
| * | | xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-241-2/+3
| * | | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-11/+18
| * | | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-242-2/+2
| * | | xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-4/+23
| * | | bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer2018-05-241-4/+70
| * | | bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-6/+28
| * | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-241-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/+5
| * | | 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
OpenPOWER on IntegriCloud