Age | Commit message (Expand) | Author |
2018-05-28 | bpf: avoid -Wmaybe-uninitialized warning | Arnd Bergmann |
2018-05-28 | bpf: btf: avoid -Wreturn-type warning | Arnd Bergmann |
2018-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-25 | kernel/sys.c: fix potential Spectre v1 issue | Gustavo A. R. Silva |
2018-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-05-24 | xdp/trace: extend tracepoint in devmap with an err | Jesper Dangaard Brouer |
2018-05-24 | xdp: change ndo_xdp_xmit API to support bulking | Jesper Dangaard Brouer |
2018-05-24 | xdp: introduce xdp_return_frame_rx_napi | Jesper Dangaard Brouer |
2018-05-24 | xdp: add tracepoint for devmap like cpumap have | Jesper Dangaard Brouer |
2018-05-24 | bpf: devmap prepare xdp frames for bulking | Jesper Dangaard Brouer |
2018-05-24 | bpf: devmap introduce dev_map_enqueue | Jesper Dangaard Brouer |
2018-05-24 | bpf: introduce bpf subcommand BPF_TASK_FD_QUERY | Yonghong Song |
2018-05-24 | perf/core: add perf_get_event() to return perf_event given a struct file | Yonghong Song |
2018-05-24 | bpf: properly enforce index mask to prevent out-of-bounds speculation | Daniel Borkmann |
2018-05-24 | ipv6: sr: Add seg6local action End.BPF | Mathieu Xhonneux |
2018-05-24 | bpf: get JITed image lengths of functions via syscall | Sandipan Das |
2018-05-24 | bpf: fix multi-function JITed dump obtained via syscall | Sandipan Das |
2018-05-24 | bpf: get kernel symbol addresses via syscall | Sandipan Das |
2018-05-24 | bpf: support 64-bit offsets for bpf function calls | Sandipan Das |
2018-05-24 | bpf: btf: Avoid variable length array | Martin KaFai Lau |
2018-05-23 | umh: introduce fork_usermode_blob() helper | Alexei Starovoitov |
2018-05-23 | bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info | Martin KaFai Lau |
2018-05-23 | bpf: btf: Remove unused bits from uapi/linux/btf.h | Martin KaFai Lau |
2018-05-23 | bpf: btf: Check array->index_type | Martin KaFai Lau |
2018-05-23 | bpf: btf: Change how section is supported in btf_header | Martin KaFai Lau |
2018-05-23 | bpf: Expose check_uarg_tail_zero() | Martin KaFai Lau |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-21 | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2018-05-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-05-19 | bpf: Prevent memory disambiguation attack | Alexei Starovoitov |
2018-05-18 | bpf: allow sk_msg programs to read sock fields | John Fastabend |
2018-05-18 | xsk: clean up SPDX headers | Björn Töpel |
2018-05-18 | sched/deadline: Make the grub_reclaim() function static | Mathieu Malaterre |
2018-05-18 | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/... | Mathieu Malaterre |
2018-05-17 | bpf: fix truncated jump targets on heavy expansions | Daniel Borkmann |
2018-05-18 | bpf: parse and verdict prog attach may race with bpf map update | John Fastabend |
2018-05-18 | bpf: sockmap update rollback on error can incorrectly dec prog refcnt | John Fastabend |
2018-05-17 | bpf: sockmap, fix double-free | Gustavo A. R. Silva |
2018-05-17 | bpf: sockmap, fix uninitialized variable | Gustavo A. R. Silva |
2018-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-05-17 | bpf: sockmap, on update propagate errors back to userspace | John Fastabend |
2018-05-17 | bpf: fix sock hashmap kmalloc warning | Yonghong Song |
2018-05-16 | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE... | Waiman Long |
2018-05-16 | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag | Waiman Long |
2018-05-15 | tick/broadcast: Use for_each_cpu() specially on UP kernels | Dexuan Cui |